Highlights
- 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
- Server update fully refactored now to use minisign based binary signature verification using
newly forked package https://github.com/minio/selfupdate, see #10107
Changelog
- add unformatted disk as part of the error list (#10128) (07/24/20) (Harshavardhana)
- Apply quota usage cache invalidation per second (#10127) (07/24/20) (Harshavardhana)
- Use hdfs.Readdir() to optimize HDFS directory listings (#10121) (07/24/20) (Jorge Israel Peña)
- Usage: Reset merged info when updating (#10126) (07/24/20) (Klaus Post)
- fix: add missing response headers to CORS handler (#10124) (07/24/20) (Harshavardhana)
- fix: a type in NSQ notification target environment key (#10118) (07/24/20) (Praveen raj Mani)
- refactor server update behavior (#10107) (07/23/20) (Harshavardhana)
- Fix marshaling expiration field in lifecycle (#10117) (07/23/20) (Anis Elleuch)
- Add missing validation for replication API conditions (#10114) (07/22/20) (poornas)
- add minisign verification for container builds (#10115) (07/22/20) (Harshavardhana)
- Avoid healing to be stuck with many concurrent event listeners (#10111) (07/22/20) (Anis Elleuch)
- add mips64 support for cross compilation (#10106) (07/21/20) (Harshavardhana)
- fix: bucket replication docs (#10104) (07/21/20) (Harshavardhana)
- Add support for server side bucket replication (#9882) (07/21/20) (poornas)