Minio - Package Updates
- 
You can use this thread to track updates to the Minio package.
Please open issues in a separate topic instead of replying here.
 - 
[1.108.0]
- Update minio to 2020-05-08T02-40-49Z
 
 - 
[1.109.0]
- Update minio to 2020-05-16T01-33-21Z
 - Full changelog
 
 - 
[1.110.0]
- Update minio to 2020-05-28T23-29-21Z
 - Full changelog
 
 - 
[1.112.0]
- Update minio to 020-06-01T17-28-03Z
 - Full changelog
 
 - 
[1.113.0]
- Update minio to 2020-06-03T22-13-49Z
 - Full changelog
 - Implement UploadPart-Copy API for Azure. See (#9747) for more details.
 - Concurrent loading of bucket metadata. See (#9749) for more details.
 - Delete dopped parts in multi-part upload. See (#9753) for more details.
 - Fix manually passing healing options. See (#9756) for more details.
 
 - 
[1.114.0]
- Update minio to 2020-06-14T18-32-17Z
 - Full changelog
 - Fixes a regression in timeout for local lockers, See #9828 for more details
 
 - 
[1.115.0]
- Update minio to 2020-06-18T02-23-35Z
 - Full changelog
 
 - 
[1.116.0]
- Update minio to 2020-06-22T03-12-50Z
 - Full changelog
 
 - 
[1.117.0]
- Update minio to 2020-07-02T00-15-09Z
 - Full changelog
 - fix: readiness needs to be like liveness. See (#9941) for more details.
 - Allow optionally to disable range caching. See (#9908) for more details.
 - Simplify background heal and trigger heal items early. See (#9928) for more details.
 - update gorilla deps for query parsing performance improvements. See (#9929) for more details.
 - Improvements to online status. See (#9858, #9808) for more details.
 - pop entries from each drives in parallel. See (#9918) for more details.
 
 - 
[1.118.0]
- Update minio to 2020-07-12T19-14-17Z
 - Avoid startup lock-up when nodes are coming online, fixes an issue with healthcheck routine which ended up reusing a downed client resulting in pereptual offline of that node - see #10026 for more details.
 - Finally fix the CORS regression introduced by incompatible usage after gorilla/mux update
 - fix: avoid broken link when preview image (#10021) (07/12/20) (Harshavardhana)
 - fix: cors handling again for not just OPTIONS request (#10025) (07/12/20) (Harshavardhana)
 - fix: make sure to use new restClient for healthcheck (#10026) (07/11/20) (Harshavardhana)
 - Full changelog
 
 - 
[1.119.0]
- Update minio to 2020-07-14T19-14-30Z
 - Full changelog
 - Handle array policies in JWT claim. See (#10041) for more details.
 - admin info was not correct in certain situations when nodes are offline, was also loosing information - this release fixes this - see #10015
 
 - 
[1.120.0]
- Update minio to 2020-07-18T18-48-16Z
 - Full changelog
 - Multiple disk healing related bug fixes are available in this release related PRs #10076, #10073, #10069, #10058
 - Federated setups now automatically figure out the online server to proxy the requests to.
 - S3 BucketLifecycle API compatibility fixes.
 - Quota checks now run continously piggy backing on the crawler.
 
 - 
[1.121.0]
- Update minio to 2020-07-20T02-25-16Z
 - Full changelog
 - SSE-C key rotation issue in CopyObject caused by a compatibility fix in previous release, refer #10085
 - Lifecycle AWS S3 API compatibility fixes #10083 #10084
 - Change TCP timeouts for incoming connections, internode is kept aggressive as necessary.
 
 - 
[1.122.0]
- Update minio to 2020-07-22T00-26-33Z
 - Full changelog
 
 - 
[1.123.0]
- Update minio to 2020-07-24T22-43-05Z
 - Full changelog
 - Fixes a regression in bucket usage metrics to remove double counting, see #10126
 - Add additional CORS such as Content-Encoding to be allowed as part of CORS requests, see #10124
 - Quota validation is more aggressive, to enforce quotas quickly, see #10127
 - Handle sudden removal of disks for on-going I/O, errors were not handled appropriately, see #10128
 
 - 
[1.124.0]
- Update minio to RELEASE.2020-07-27T18-37-02Z
 - Full changelog
 - Add missing Content-Disposition to CORS Handler. See (#10137) for more details.
 - Browser: Enforce bucket quota in the case of browser uploads. See (#10129) for more details.
 - Simplify JWKS decoding in OPenID. See (#10119) for more details.
 - Fix gateway walk implementation to list correctly. See (#10131) for more details.
 - Allow shareable URLs using rotating creds. See (#10135) for more details.
 
 - 
[1.125.0]
- Update minio to 2020-07-31T03-39-05Z
 - Full changelog
 - Improvements to OBD tests. See (#10141) for more details.
 - Rename replication target handler. See (#10154, #10142) for more details.
 - Turn off bucket usage metrics in Gateway mode. See (#10150) for more details.
 - Fix: Do not enforce policy claim if OPA is set. See (#10149) for more details.
 - Fix: Cache validation for offline drives. See (#10146) for more details.
 - Fix: avoid buffering of server sent events by proxies. See (#10164) for more details.
 - Fix: Pass context all the way down to the network call in lockers. See (#10161) for more details.
 - Fix: bucket usage metrics update in fs mode. See (#10152) for more details.
 
 - 
[1.126.0]
- Update minio to 2020-08-05T21-34-13Z
 - Full changelog
 - Fixes an important issue in asymmetric setups standard storage class was miscalcuated, leading to incorrect quorum expectations, make this uniform see #10208
 
 - 
[1.127.0]
- Update minio to 2020-08-08T04-50-06Z
 - Full changelog
 - Fixes regression in remote ENV parsing to allow for special characters in MinIO secrets, see #10223