Highlights
- Click here to download the latest version of MinIO.
- Click here for production support.
- Fixes to replication metrics. See (#13493, #13499) for more details.
- Improvements to health report. See (#13470, #13473) for more details.
- fix: immediate tiering for NoncurrentVersionTransition. See (#13464) for more details.
- Minor fixes to IAM. See (#13436, #13472) for more details.
- bz2 compression related improvements. See (#13458, #13360) for more details.
- tls related improvements. See (#13459, #13462) for more details.
- fix: Heal individual parts if possible. See (#13435) for more details.
- Miscellaneous fixes. See (#13454, #13430, #13442, #13440, #13496, #13490) for more details.
Changelog
- update console to v0.11.0 release (10/22/21) (Harshavardhana)
- replication: Fix replica stats during crawling (#13499) (10/23/21) (Anis Elleuch)
- Add IAM system tests (#13487) (10/22/21) (Aditya Manthramurthy)
- fix: server in shutdown should return 503 instead of 403 (#13496) (10/22/21) (Harshavardhana)
- Fixes to replication metrics (#13493) (10/21/21) (Poorna K)
- remove extraneous whitespaces (10/21/21) (Harshavardhana)
- update LDAP doc (#13492) (10/21/21) (Aditya Manthramurthy)
- Inspect: Preserve permission flags (#13490) (10/21/21) (Klaus Post)
- fix: remove deprecated jwks_url from config KV (#13477) (10/20/21) (Harshavardhana)
- Add documentation for debugging tools (#13484) (10/20/21) (Klaus Post)
- Capture TLS info in health report (#13470) (10/20/21) (Shireesh Anjal)
- For IAM with etcd backend, avoid sending notifications (#13472) (10/20/21) (Aditya Manthramurthy)
- recognize slow networks to step down faster during netperf (#13473) (10/20/21) (Sidhartha Mani)
- update minio-go v7.0.15 (10/18/21) (Harshavardhana)
- fix: immediate tiering for NoncurrentVersionTransition (#13464) (10/18/21) (Krishnan Parthasarathi)
- Remove IAMSys dependency from IAMStorageAPI (#13436) (10/18/21) (Aditya Manthramurthy)
- tls: Better error message when certificate curve is not supported (#13462) (10/18/21) (Anis Elleuch)
- Enable sanity tests for internal IDP (#13457) (10/18/21) (Aditya Manthramurthy)
- bz2: limit max concurrent CPU (#13458) (10/18/21) (Klaus Post)
- etcd: Add logs for unusual failures (#13460) (10/18/21) (Anis Elleuch)
- re-use rand.New() do not repeat allocate. (#13448) (10/18/21) (Harshavardhana)
- tls: Avoid 3DES cipher (#13459) (10/18/21) (Anis Elleuch)
- restrict multi object delete > 1000 objects (#13454) (10/18/21) (Harshavardhana)
- Locker: Improve Refresh speed (#13430) (10/15/21) (Klaus Post)
- Fix s3zip not returning data (#13442) (10/14/21) (Klaus Post)
- Use concurrent bz2 decompression (#13360) (10/14/21) (Klaus Post)
- directio: Check if buffers are set. (#13440) (10/14/21) (Klaus Post)
- fix: ReadFileStream should return an error when size mismatches (#13435) (10/13/21) (Harshavardhana)
- update required IAM policies (10/13/21) (Harshavardhana)