Highlights
- Click here to download the latest version of MinIO.
- Click here for production support.
- Replication resync is now an active process for DR activities, refer #14266
- Speed up startup time by moving most sub-systems to non-blocking mode, refer #14240
- Extend cases for dangling objects further during GetObjectInfo(), refer #14273
What's Changed
- speed-up startup time, do not block on ListBuckets() by @harshavardhana in #14240
- fix: rename some function names to avoid confusion by @harshavardhana in #14262
- Fix network policies in modern kubernetes versions by @wilsonge in #14265
- prometheus: Add number of requests arrived since last scrape by @vadmeste in #14261
- Add subsystem level validation on
config set
by @anjalshireesh in #14269 - Tier metrics prometheus by @krisis in #13413
- fix: allow danging objects to be purged properly deleteMultipleObjects() by @harshavardhana in #14273
- fix the error logs have been omitted because of retryCount never exc… by @DanielQujun in #14268
- gateway: Enable bucket forwarding handler by @vadmeste in #14277
- restore: Add quotes some fields in x-amz-restore header by @vadmeste in #14281
- Fix adding bucket forwarder handler in server mode by @vadmeste in #14288
- Refactor replication resync to be an active process by @poornas in #14266
- parallelize background cleanup on local disks across sets by @harshavardhana in #14290
- Bump github.com/nats-io/nats-server/v2 from 2.3.2 to 2.7.2 by @dependabot in #14297
- cleanup markdown docs across multiple files by @harshavardhana in #14296
New Contributors
- @wilsonge made their first contribution in #14265
- @DanielQujun made their first contribution in #14268
Full Changelog: RELEASE.2022-02-07T08-17-33Z...RELEASE.2022-02-12T00-51-25Z