Minio Versions Save

The Object Store for AI Data Infrastructure

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>

RELEASE.2024-01-28T22-35-53Z

3 months ago

Highlights

  • Fixes an important racy behavior upon deadlines to avoid sharing state() when disks are hung or misbehaving in PR #18861
  • Pre-Allocate memory by default for all deployments. this increases performance in almost all the scenarios, from small to large objects NOTE: users who have limited memory can set CI=true to reduce pre-allocated memory from 1GiB/2GiB to 256MiB.
  • Fixes a WebSocket grid panic upon nil channel close.
  • Introduces new API for ServerUpdate and ServiceRestart that provide a more distributed view of the entire process.
  • Startup sequence for large setups now can restart < 30 seconds even on a busy setup.

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-18T22-51-28Z...RELEASE.2024-01-28T22-35-53Z

RELEASE.2024-01-18T22-51-28Z

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-16T16-07-38Z...RELEASE.2024-01-18T22-51-28Z

RELEASE.2024-01-16T16-07-38Z

4 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-13T07-53-03Z...RELEASE.2024-01-16T16-07-38Z

RELEASE.2024-01-13T07-53-03Z

4 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-11T07-46-16Z...RELEASE.2024-01-13T07-53-03Z

RELEASE.2024-01-11T07-46-16Z

4 months ago

Highlights

  • A possible CPU usage improvement with many nested folders when doing recursive listing moving to readdir() to be attempted via fd instead of using poll.FD, which seems to cause a good amount of CPU build-up.

  • Performance improvements on bucket only heal on large dense setups, where bucket is now healed via each nodes providing 10x to 100x reduction in number of network calls depending on number of drives per node.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-05T22-17-24Z...RELEASE.2024-01-11T07-46-16Z

RELEASE.2024-01-05T22-17-24Z

4 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2024-01-01T16-36-33Z...RELEASE.2024-01-05T22-17-24Z

RELEASE.2024-01-01T16-36-33Z

4 months ago

Highlights

  • A significant performance improvement feature to optimize ListObjects() is part of this release. MinIO manages some form of drive-level information about the validity of the drives, which It optimizes the number of disks used in a List() call per erasure set. This dramatically improves ListObjects() operations per second on a dense cluster. Refer to PR #18084 for more information. This is not enabled by default but will eventually become the default in future releases.

  • New console HTTP security headers are fully customizable now for specific needs, refer #18631

    * csp_policy
    * hsts_seconds
    * hsts_include_subdomains
    * hsts_preload
    * referrer_policy

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-23T07-19-11Z...RELEASE.2024-01-01T16-36-33Z