Skip to content

Bugfix release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 05 Feb 00:55
· 379 commits to master since this release
RELEASE.2024-02-04T22-36-13Z
f225ca3

Highlights

  • Fixes a regression in service accounts/access keys for the root-user stopped working in the last release,
    a side-affect of a security bug-fix has been addressed.

  • Fixes for rename2() usage in decommission and rebalance on versioned buckets with objects having
    more than a version. this can lead to an inconsistent state() on the object requiring manual intervention.
    If you are planning to rebalance or decommission on a cluster you are advised to upgrade to this
    release - #18964

  • Fixes for memory leaks observed in the new websockets implementations, causing a gradual build-up
    of memory in GiBs on busy clusters with heavy READ operations.

  • Optimizations for internode communication for variety of APIs ranging from IAM, Bucket Metadata.
    reducing internode connections to bare-minimum, there will be some more optimizations coming in this
    area for deploying MinIO at > 300 node clusters.

What's Changed

Full Changelog: RELEASE.2024-01-31T20-20-33Z...RELEASE.2024-02-04T22-36-13Z