minio

MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

AGPL-3.0 License

Stars
47K
Committers
483
minio - Bug Fix Release

Published by minio-trusted about 5 years ago

Highlights

  • This release fixes various bug and includes one BREAKING change in MinIO's admin APIs (see https://github.com/minio/minio/pull/8070). To prevent breakage please upgrade MinIO client mc along with this release - the minimum supported version of mc is RELEASE.2019-08-29T00-40-57Z.
  • Fixes a major regression in distributed locking where multiple writers wouldn't serialize, more information in #8142
  • Major performance improvements on drives with WCE disabled, more information in #7888
  • Implementation of mc admin update to update entire cluster, more information here
  • Cached content can be now also encrypted.

Changelog

  • Remove policy query param from being rejected for objects (#8144) (08/28/19)
  • Do not ignore Lock()'s return value (#8142) (08/28/19)
  • Decouple ServiceUpdate to ServerUpdate to be more native (#8138) (08/28/19)
  • Rectify Examples and README.md (#8141) (08/28/19)
  • Implement cluster-wide in-place updates (#8070) (08/27/19)
  • Look for network errors appropriately for RemoteStorageAPI (#8128) (08/25/19)
  • Avoid data-race in getDisksInfo call (#8126) (08/23/19)
  • write() to disk in 4MB blocks for better performance (#7888) (08/23/19)
  • Allow cached content to be encrypted (#8001) (08/23/19)
  • Parallelize the DiskInfo calls in xl.StorageInfo() (#8115) (08/22/19)
  • Allow CopyObject in pathStyle across federated instances (#8064) (08/21/19)
  • Fix ignoring claims in list buckets call (#8118) (08/21/19)
  • Remove go mod cache due to buggy travis caching (#8113) (08/21/19)
  • Update doc with Object Tagging not supported (#8116) (08/21/19)
  • browser: Avoid logging BucketNotEmpty error (#8110) (08/21/19)
minio - Minor Bug Fix Release

Published by minio-trusted about 5 years ago

Highlights

  • ListObjectVersions is implemented to facilitate delete of objects by certain applications such as Splunk SmartStore.
  • CopyObjectPart now fully works in federated setups.
  • Move to fastjson instead of jsoniter to avoid crashes on ARM64 servers.

Changelog

  • Convert errAuthentication as AccessDenied appropriately (#8105) (08/20/19)
  • Use a non-strict invalid bucket name check in Get and Delete object (#8073) (08/21/19)
  • Allow CopyObjectPart to work in federated setups (#8066) (08/20/19)
  • Add listBucketObjectsVersions implementation (#8093) (08/19/19)
  • Avoid using jsoniter, move to fastjson (#8063) (08/19/19)
  • Avoid excessive listing attempts in the daily sweep (#8081) (08/19/19)
  • add network read performance collection support. (#8038) (08/19/19)
  • Remove healthcheck script for Docker image (#8095) (08/18/19)
  • Allow audit logging to work while tracing (#8077) (08/15/19)
  • Fix broken link to go install docs (#8090) (08/15/19)
  • Return if paths are empty in DeleteFileBulk (#8085) (08/15/19)
  • Check if user or group is disabled when evaluating policy (#8078) (08/14/19)
  • Fix multi-user doc to reflect the latest change (08/14/19)
minio - Major Feature Release

Published by minio-trusted about 5 years ago

Highlights

  • Rolling upgrade is not recommended for this release
  • A full rewrite of Cache implementation for higher performance and bit-rot protection. Existing users of cache will be automatically migrated to newer format.
  • BucketLifecycle feature added to expire objects automatically refer here
  • Breaking change - MinIO users can be part of groups with multiple policies. Existing users of mc should upgrade to latest using mc update - refer here for command line changes.
  • MinIO browser now supports creating directories conveniently from the UI.
  • Other misc bug fixes in federation, deletion of objects etc.

Changelog

  • Add User-Agent header with MinIO release details in http logs (#7843) (08/14/19)
  • Fix DeleteObjects() to remove renamed objects inside (#8072) (08/14/19)
  • Set the policy mapping for a user or group (#8036) (08/13/19)
  • Doc: Fix PutObject API known limitations text (#7704) (08/13/19)
  • fix: #8051 so that stale DNS entries are cleaned-up (#8053) (08/13/19)
  • Use default ports for the schemes when dialing (#7960) (08/13/19)
  • Fail for disks which overflow upon usage calculation (#8056) (08/13/19)
  • Make directory path in the header editable (#8018) (08/12/19)
  • Cleanup ui-errors and print proper error messages (#8068) (08/12/19)
  • Enhance audit logging to capture responseTimes (#8067) (08/12/19)
  • browser: Add user-agent header filter to gorilla mux route (#8040) (08/13/19)
  • With ListBuckets() access-list only buckets the user has access (#8037) (08/12/19)
  • [web-router] update the white list for favicons (#8024) (08/12/19)
  • fix type conversion in UpdateKey for Vault (#8058) (08/11/19)
  • Adding Notes on Swarm Network Aliases (#8054) (08/10/19)
  • Bump readiness check upto 10000 go-routines (#8057) (08/10/19)
  • Rewrite cache implementation to cache only on GET (#7694) (08/09/19)
  • Add bucket lifecycle expiry feature (#7834) (08/09/19)
  • Safely use unsafe.Pointer to avoid crashes on ARM (#8027) (08/09/19)
  • Fix healthcheck to look for entry of all IPv4 addresses (0.0.0.0) (#8046) (08/09/19)
  • Fix time formatting of Expiration field in STS (#8043) (08/08/19)
  • Refactor IAM to use new IAMStorageAPI (#7999) (08/08/19)
  • Remove deprecated ENVs (08/07/19)
minio - Critical Bug Fix Release

Published by minio-trusted about 5 years ago

Highlights

  • Critical Security fix has been made. Please see (#8026) for more details. Please upgrade immediately.
  • Rolling upgrade is not supported in this release.
  • Performance improvement in the case of small files in distributed setup. See (#8004) for more details.

Changelog

  • Fix IAM users migration regression in etcd (#8029) (08/06/19)
  • Use const slashSeparator instead of "/" everywhere (#8028) (08/06/19)
  • Avoid data-transfer in distributed locking (#8004) (08/05/19)
  • Allow "tmp" directory to be not available (#8021) (08/05/19)
  • fix DoS vulnerability in the content SHA-256 processing (#8026) (08/05/19)
  • Add IAM groups support (#7981) (08/02/19)
  • Support Federation on a single machine (#8009) (08/02/19)
  • Ignore faulty disks in xl-sets Storage info (#7878) (08/02/19)
  • Update README.md (#8006) (08/02/19)
  • add UpdateKey method to KMS interface (#7974) (08/01/19)
minio - Minor Bug Fix Release

Published by minio-trusted about 5 years ago

Highlights

  • Fix regression caused while migrating IAM users to latest format. See (#8008) for more details.

Changelog

  • xl: Fix healing empty directories (#8013) (08/01/19)
  • Fix IAM users migration regression (#8008) (08/01/19)
  • fix: add integer code for Windows Subsystem for Linux filesystem (#8010) (08/01/19)
minio - Minor Bug Fix Release

Published by minio-trusted about 5 years ago

Changelog

  • Kerberos support in HDFS Gateway. See (#7933) for more details.
  • Improve error handling. See (#7972, #7983 and #7997) for more details.

Highlights

  • Honor connection pooling while tracing (#7979) (07/31/19)
  • federation: Avoid printing context canceled error (#7997) (07/31/19)
  • Listen for PolicyDB events from etcd and fix etcd watch handling (#7992) (07/30/19)
  • Use GOPROXY to speed up builds (#7984) (07/30/19)
  • Ignore stale notification queues in notification.xml (#7673) (07/30/19)
  • Fix crash observed in OPA initialization (#7990) (07/29/19)
  • Do not assume all HTTP errors as Network errors (#7983) (07/29/19)
  • Add additional logging for OPA connections (#7982) (07/28/19)
  • Refactor and simplify etcd helpers used in IAM subsystem (#7980) (07/26/19)
  • Add common validation for compression and encryption (#7978) (07/26/19)
  • Preserve tailing backslash in URL paths (#7678) (07/25/19)
  • Enable config for NAS gateway mode (#7948) (07/25/19)
  • Fail appropriately if the disk has I/O errors (#7972) (07/25/19)
  • Enable event persistence in AMQP (#7565) (07/25/19)
  • Add krb5 support for HDFS gateway (#7933) (07/24/19)
  • docs: Use --user to start container in non-root (#7966) (07/24/19)
  • Update on-disk storage format for users system (#7949) (07/24/19)
  • Enable event persistence in MySQL and PostgreSQL (#7629) (07/24/19)
  • Remove uneeded calls on FS (#7967) (07/24/19)
minio - Minor Bug Fix Release

Published by minio-trusted about 5 years ago

Highlights

  • Federation: Buckets with name that is a substring of another bucket would get both the bucket's DNS SRV records. See (#7957) for more details.
  • Trace: Add support to display only error logs. See (#7923) for more details.

Changelog

  • Remove file added inadvertently (#7968) (07/23/19)
  • Enable event-persistence in NATS and NATS-Streaming (#7612) (07/23/19)
  • Enable event persistence in Redis (#7601) (07/23/19)
  • Cancel PutObjectPart on upload abort (#7940) (07/22/19)
  • Add some design docs for distributed setup (#7950) (07/23/19)
  • Fixed tautological conditions (#7959) (07/22/19)
  • Comment: Typo Fix (#7958) (07/21/19)
  • Fix: Only add SRV records that match the bucket name exactly (#7957) (07/20/19)
  • Add error filter to admin trace API (#7923) (07/20/19)
  • Add initial support for bucket lifecycle (#7563) (07/19/19)
  • doc: use make instead of go command to test changes (#7951) (07/19/19)
  • trace api: add call stats to trace (#7915) (07/18/19)
  • Add node address information to logs (#7941) (07/18/19)
  • Fix startup without MINIO_USERNAME and MINIO_GROUPNAME (#7944) (07/18/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Auto-heal every 30 days. See (#7934) for more details.
  • Move mint tests into MinIO repo. See (#7886) for more details.
  • Miscellaneous bug fixes and improvements in event notification and S3 Select.

Changelog

  • Add KMS master key from Docker secret (#7825) (07/17/19)
  • Deprecate auto detection of container user (#7930) (07/17/19)
  • Fix: Support Unicode delimiters in s3 select (#7931) (07/17/19)
  • Document vault in prod mode instead of dev mode (#7928) (07/16/19)
  • heal: Trigger auto-heal once each month instead of 24 hours (#7934) (07/16/19)
  • Redirect to browser only if browser is enabled (#7914) (07/15/19)
  • Allow users to give anonymous access (#7926) (07/15/19)
  • Fix dynamic help vars for sub-commands (#7925) (07/12/19)
  • xl: Heal empty parts (#7860) (07/13/19)
  • Enable event persistence in NSQ (#7579) (07/12/19)
  • Add validations for object name length and prefix (#7746) (07/12/19)
  • Enable persistent event store in elasticsearch (#7564) (07/12/19)
  • Bump lodash from 4.17.4 to 4.17.14 in /browser (#7912) (07/11/19)
  • Pass on web-handler arguments properly to log entries (#7894) (07/11/19)
  • Add text/event-stream for long running http connections (#7909) (07/11/19)
  • Fix mint hub.docker.com builds (#7908) (07/11/19)
  • Fix dotnet tests build to be project structure agnostic (#7906) (07/11/19)
  • Bump lodash-es from 4.17.4 to 4.17.14 in /browser (#7910) (07/11/19)
  • Fix atime support check for disk cache (#7891) (07/10/19)
  • Log error response even if a handler doesn't logBody (#7867) (07/10/19)
  • Regression fix to bring back checkPolicyCond function call (#7897) (07/10/19)
  • Add mint tests into MinIO repo (#7886) (07/09/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Minor Bug fixes in admin API, bitrot verification during healing and other miscellaneous areas.

Changelog

  • Switch to kurin/blazer from minio/blazer fork for b2 gateway (#7879) (07/09/19)
  • Avoid go-prompt to show colored prompt properly in Windows (#7890) (07/09/19)
  • Avoid network transfer for bitrot verification during healing (#7375) (07/08/19)
  • Add one log in health checker liveness code (#7861) (07/07/19)
  • Fix host address returned in admin API calls (#7846) (07/05/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Support any string as delimiter for listing (#7882) (07/05/19)
  • Allow folders inside buckets to be opened in a new tab (#7840) (07/05/19)
  • Faster auto heal by doing fast scan instead of deep scan (#7868) (07/03/19)
  • Many miscellaneous bug fixes in S3 Select feature thanks to @yaozongyou

Changelog

  • Support any string as delimiter for listing (#7882) (07/05/19)
  • Allow folders inside buckets to be opened in a new tab (#7840) (07/05/19)
  • fix csv read bug (#7885) (07/06/19)
  • aggregation functions' argument may already has been cast to numeric (#7876) (07/06/19)
  • fix unicode support related bugs in s3select (#7877) (07/06/19)
  • Enable event persistence in webhook (#7614) (07/05/19)
  • Avoid chown instead fallback to rootpath for user perms (#7874) (07/03/19)
  • Fix ignored alias for aggregate result in S3 Select (#7849) (07/04/19)
  • docs: Fix dead link of HighwayHash (#7847) (07/04/19)
  • [Bugfix] duplicating flag registration (#7853) (07/04/19)
  • Ensure that we use constants everywhere (#7845) (07/02/19)
  • auto-heal: Use fast scan instead of the deep one (#7868) (07/03/19)
  • doc: "admin user policy" command typo (#7865) (07/02/19)
  • Remove DeploymentID from response headers (#7815) (07/01/19)
  • Put object client disconnect (#7824) (06/28/19)
  • Simplify PR template to ease new contributors' workflow (#7844) (06/27/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Browser: Display newer objects first. See (#7805) for more details.
  • Allow SSE-KMS Pass through on S3 gateway. See (#7788) for more details.
  • Report background heal status. See (#7774) for more details.
  • Add support for session poicies in STS APIs. See (#7747) for more details.

Changelog

  • Check bucket & prefix after obj's for new bucket are fetched (#7838) (06/27/19)
  • golint: fix redundant code logic (#7842) (06/27/19)
  • Simplify HTTP trace related code (#7833) (06/26/19)
  • Handle HEAD/GET requests for virtual DNS requests (#7839) (06/26/19)
  • Expose version info in prometheus (#7812) (06/26/19)
  • admin: Add Background heal status info API (#7774) (06/25/19)
  • list objects in browser ordered by last modified (#7805) (06/25/19)
  • s3Select: call Close on error to release the read lock (#7830) (06/25/19)
  • add timestamp compare support (#7832) (06/25/19)
  • fix typo and the string representation of the time.Time value (#7831) (06/25/19)
  • Fix s3select TRIM function's nil pointer dereference bug (#7817) (06/24/19)
  • include ip address while doing checkPortAvailability (#7818) (06/24/19)
  • Update compression README.md (#7823) (06/23/19)
  • Allow trace even if server is not initialized (#7822) (06/21/19)
  • Fix a typo on the comment for ListenBucketNotification (#7821) (06/21/19)
  • remove encryption key section for certtool docs (#7820) (06/21/19)
  • Bump stringstream from 0.0.5 to 0.0.6 in /browser (#7816) (06/21/19)
  • Stop duplicate entry in Notification.xml (#7690) (06/21/19)
  • Update doc link (#7814) (06/20/19)
  • Add support for session policies in STS APIs (#7747) (06/20/19)
  • enable SSE-KMS pass-through on S3 gateway (#7788) (06/19/19)
  • Add docs regarding trace (#7808) (06/19/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Minor bug fixes

Changelog

  • Update docs with new settings (#7803) (06/18/19)
  • Add DeleteUser() to generate events in etcd (#7804) (06/18/19)
  • Trace: Replace function name with API prefix (#7794) (06/18/19)
  • [notify] Make sure to return when quorum is missing (#7799) (06/18/19)
  • Check local address in healthcheck script to ensure correct MinIO port (#7787) (06/17/19)
minio - Critical Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Critical Security fix has been made. Please see (#7791) for more details. Please upgrade immediately.

Changelog

  • [sec] Match ${aws:username} exactly instead of prefix match (#7791) (06/15/19)
  • Move lock to not surround pieces which don't use any internal members. (#7779) (06/15/19)
  • Refreshing notification system should not erase the rules-map of other buckets (#7758) (06/15/19)
  • Bump macaddress from 0.2.8 to 0.2.9 in /browser (#7781) (06/15/19)
  • Migrate minio etcd config to backend config (#7751) (06/15/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Fix Regression that causes failure to load user IAM policy. See (#7770) for more details.

Changelog

  • Update minio-go v6.0.29 (#7778) (06/12/19)
  • Ignore errors reading fs.json (#7777) (06/12/19)
  • Fix user IAM policy regression, reload policy appropriately (#7770) (06/12/19)
  • Allow su-exec to fail when users explicity use --user (#7776) (06/12/19)
  • Send Content-Length in the response headers (#7771) (06/11/19)
  • Update UI assets (#7764) (06/11/19)
  • doc: Merge large bucket with distributed docs (#7761) (06/11/19)
  • Add su-exec download for changing to non-root user (#7768) (06/11/19)
minio - Major Feature Release

Published by minio-trusted over 5 years ago

Highlights

  • Self-healing feature has been implemented. See (#7604) for more details.
  • Add admin API to send trace notifications to registered listeners. Support for MINIO_HTTP_TRACE environment variable has been removed. See (#7128) for more details.

Changelog

  • Fix OPA result response handling (#7763) (06/10/19)
  • Add support for customizable user (#7569) (06/10/19)
  • Do not display error logs if user does not have listbuckets privilege (#7370) (06/09/19)
  • Add self-healing feature (#7604) (06/08/19)
  • Add admin API to send trace notifications to registered listeners(#7128) (06/08/19)
  • Bump nwmatcher from 1.4.3 to 1.4.4 in /browser (#7760) (06/07/19)
  • S3 Gateway: Handle restricted access credentials (#7757) (06/07/19)
  • Reload a specific user or policy on peers (#7705) (06/06/19)
  • Create SECURITY.md (#7692) (06/06/19)
  • Bump handlebars from 4.0.11 to 4.1.2 in /browser (#7755) (06/06/19)
  • Add region as part of error XML (#7752) (06/05/19)
  • Fixes for multiplatform dev and testing from forks (#7734) (06/04/19)
  • Update import for NATS clients (#7743) (06/04/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Fix regression that causes buckets to be unavailable in federated setup. See (#7742) for more details.
  • Read policies directly from the gateway backend instead of reloading in the background. See (#7727) for more details.

Changelog

  • Ignore srvRecords from domain level entries (#7742) (06/03/19)
  • Add deploymentID to web handler logs (#7712) (06/03/19)
  • [gateway] Remove policy reload, instead read policy from backend (#7727) (06/03/19)
  • Bump fstream from 1.0.11 to 1.0.12 in /browser (#7730) (05/31/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Allow users to change password through browser. See (#7683) for more details.
  • Disable HTTP 2.0 until upstream bugs are fixed. See (#7711) for more details.

Changelog

  • Add specific headers in CORS, along with wildcard (#7726) (05/31/19)
  • Disable http2 until we have upstream bugs fixed (#7711) (05/30/19)
  • Fix docs.min.io linking issues (#7710) (05/30/19)
  • validate keys before updating for IAM user (#7720) (05/30/19)
  • add min length validation to access key and secret key (#7721) (05/30/19)
  • Remove sensitive encryption entries from event data (#7719) (05/29/19)
  • Update go mod with sem versions of our libraries (#7687) (05/29/19)
  • Enable event persistence in kafka (#7633) (05/29/19)
  • allow users to change password through browser (#7683) (05/29/19)
  • Return "SlowDown" to S3 clients for network related errors (#7610) (05/29/19)
  • Add disaggregated architecture document (#7691) (05/29/19)
  • Skip non-bucket dns entry (#7699) (05/28/19)
  • Properly watch for users, policies, temp users (#7701) (05/28/19)
  • Add limitation to b2.md (#7680) (05/27/19)
  • Fix Gateway startup sequence to populate etcd (if set) with bucket info (#7686) (05/24/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Major improvement in read performance. See (#7676) for more details.
  • Reduce max connections per host for efficient use of system resources. See (#7654) for more details.

Changelog

  • Revert "cache: Rewrite to cache only on download (#7575)" (#7684) (05/22/19)
  • Avoid using io.ReadFull() for WriteAll and CreateFile (#7676) (05/22/19)
  • sets: Correctly set IsTruncated in listing (#7675) (05/22/19)
  • Notification: Changes to persistent event store (#7658) (05/22/19)
  • Remove stale entry spurious logging (#7663) (05/22/19)
  • Signature v4: Allow signed headers from GET parameters (05/21/19)
  • cache: Rewrite to cache only on download (#7575) (05/22/19)
  • Fix object share link expiry always being 7 days (#7669) (05/19/19)
  • Remove "Connection" close instead reduce MaxConns per host (#7654) (05/17/19)
  • File must be sync'd before closing (#7657) (05/16/19)
  • Remove an empty entry being added into XML marshal (#7656) (05/16/19)
  • gcs: use MD5Sum as ETag if present in object attrs (#7643) (05/16/19)
  • Removes the incorrect coverage badge from the docs (#7651) (05/16/19)
  • Adjusts help content dynamically according to OS (#7646) (05/15/19)
minio - Major Feature Release

Published by minio-trusted over 5 years ago

Highlights

  • MinIO server runs in high performance mode by turning off content-md5 sum calculation by default. See #7609 for more details. To run MinIO server in strict S3 compatibility mode, please start server with --compat flag.
  • Major performance improvements in listing. See (#7611) for more details.
  • Major performance improvements in bulk object deletes. See (#7607 and #7644) for more details.

Changelog

  • Add connection close proactively for Walk() http/rpc (#7645) (05/14/19)
  • xl: Avoid possible race during bulk Multi Delete (#7644) (05/14/19)
  • Offload listing to posix layer (#7611) (05/14/19)
  • Simplify putObject by not breaking the stream into parts (#7199) (05/14/19)
  • Implement bulk delete (#7607) (05/13/19)
  • Remove duplicate checkPutObjectArgs in PutObject and (#7396) (05/13/19)
  • Accept simpler response from OPA (#7637) (05/12/19)
  • Sync before Close() to avoid random I/O (#7638) (05/11/19)
  • Add API retry functionality in mc admin (#7602) (05/09/19)
  • Turn off md5sum optionally if content-md5 is not set (#7609) (05/08/19)
  • Separate issue templates for bug report and feature requests (#7616) (05/07/19)
  • Deadcode removal (#7627) (05/07/19)
  • On macOS avoid using GNU specific options (#7621) (05/07/19)
  • Fix: Handle regression caused by gorilla mux v1.7.0 (#7625) (05/07/19)
  • Fix listing empty directory in recursive mode (#7613) (05/06/19)
  • Delete checked in binary file (#7615) (05/03/19)
  • Support IPv6 hosts for postgres connections (#7168) (05/03/19)
minio - Minor Bug Fix Release

Published by minio-trusted over 5 years ago

Highlights

  • Use etcd watch API to asynchronously load users. See (#7551) for more details.
  • Use O_DIRECT while writing objects to disk to help with reliability and performance. See (#7479) for more details.
  • Disable inter node deadlines to support slow clients. See (#7590) for more details.
  • Fix regression caused by breaking change introduced in gorilla mux API in virtual style host requests. See (#7595) for more details.
  • Compression related bug fixes. See (#7600 and #7584) for more details.

Changelog

  • Compression: Handle auto encryption when size is unknown (#7600) (05/02/19)
  • gcs: check error on object writer close (#7606) (05/02/19)
  • Show SlowDown error message if backend is busy (#7521) (05/02/19)
  • Remove delayIsLeaf requirement simplify ListObjects further (#7593) (05/02/19)
  • Remove logs from bitrot-streaming.go as erasure layer is already logging (#7603) (05/01/19)
  • Clarify server maximums via Federation (#7608) (05/01/19)
  • Fix hdfsReader fd leak upon GetObject() (#7596) (05/01/19)
  • Posix CreateFile should work for compressed lengths (#7584) (04/30/19)
  • Change order of trace source in error log (#7599) (04/29/19)
  • Minor TLS documentation improvements (#7592) (04/29/19)
  • Fix: Handle regression caused by gorilla mux v1.7.0 (#7595) (04/29/19)
  • Complain if we detect sub-optimal ordering in distributed setup (#7576) (04/29/19)
  • Remove timeout conn on net.Dialer (#7590) (04/27/19)
  • Fix divide by 0 error when directio.AlignSize is 0 (#7591) (04/26/19)
  • Use etcd watch to reload IAM users (#7551) (04/26/19)
  • xl: Use random UUID during complete multipart upload (#7527) (04/25/19)
  • Deprecate updating admin credentials using API calls (#7570) (04/24/19)
  • Use O_DIRECT while writing to disk (#7479) (04/23/19)