Minio Versions Save

The Object Store for AI Data Infrastructure

RELEASE.2024-02-24T17-11-14Z

2 months ago

Highlights

  • Due to major reduction in overall internode connection usage, upto 25% performance improvement is see for a lot of small objects ranging from 4k to 1MiB - visible via faster response times on NVMe setups.
  • Performance improvement for SSE-KMS/SSE-C uploads of multipart in nature, to avoid md5sum entirely when it is not requested to be computed by client.

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-02-17T01-15-57Z...RELEASE.2024-02-24T17-11-14Z

RELEASE.2024-02-17T01-15-57Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-02-14T21-36-02Z...RELEASE.2024-02-17T01-15-57Z

RELEASE.2024-02-14T21-36-02Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-02-13T15-35-11Z...RELEASE.2024-02-14T21-36-02Z

RELEASE.2024-02-13T15-35-11Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-02-12T21-02-27Z...RELEASE.2024-02-13T15-35-11Z

RELEASE.2024-02-12T21-02-27Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-02-09T21-25-16Z...RELEASE.2024-02-12T21-02-27Z

RELEASE.2024-02-09T21-25-16Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-02-06T21-36-22Z...RELEASE.2024-02-09T21-25-16Z

RELEASE.2024-02-06T21-36-22Z

2 months ago

Highlights

  • Fixes a second memory leak observed in ReadVersion without data that uses websockets layer.
  • Fixes a crash while running mc admin trace on a distributed setup.
  • Fixes TCP socket hangs by adding short deadlines.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-02-04T22-36-13Z...RELEASE.2024-02-06T21-36-22Z

RELEASE.2024-02-04T22-36-13Z

3 months ago

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: https://github.com/minio/minio/compare/RELEASE.2024-01-31T20-20-33Z...RELEASE.2024-02-04T22-36-13Z

RELEASE.2024-01-31T20-20-33Z

3 months ago

Highlights

  • This release fixes a security issue related to service accounts and their permissions for more details
  • Performance improvement for large clusters with high IOPs requirements.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-29T03-56-32Z...RELEASE.2024-01-31T20-20-33Z

RELEASE.2024-01-29T03-56-32Z

3 months ago

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-28T22-35-53Z...RELEASE.2024-01-29T03-56-32Z

Highlights

  • Fixes an ugly issue with runtime debug stack excessive logging regression from RELEASE.2024-01-28T22-35-53Z, users who upgraded to RELEASE.2024-01-28T22-35-53Z are advised to upgrade immediately.

Changelog

  • 9987ff570 - avoid calling close for nil inbound/outblock channels (3 hours ago) <Harshavardhana>
  • cff823506 - remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago) <Harshavardhana>
  • 9ef132c33 - remove excessive logging due to runtime.debugStack (5 hours ago) <Harshavardhana>