Skip to content

Releases: minio/minio

Bugfix release

17 Feb 02:07
RELEASE.2024-02-17T01-15-57Z
b6e98ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-02-14T21-36-02Z...RELEASE.2024-02-17T01-15-57Z

Bugfix release

14 Feb 23:31
RELEASE.2024-02-14T21-36-02Z
00cb58e
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-02-13T15-35-11Z...RELEASE.2024-02-14T21-36-02Z

Bugfix release

13 Feb 16:10
RELEASE.2024-02-13T15-35-11Z
7b9f9e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-02-12T21-02-27Z...RELEASE.2024-02-13T15-35-11Z

Bugfix Release

12 Feb 22:00
RELEASE.2024-02-12T21-02-27Z
0cc9fb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-02-09T21-25-16Z...RELEASE.2024-02-12T21-02-27Z

Bugfix release

09 Feb 23:10
RELEASE.2024-02-09T21-25-16Z
997ba3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-02-06T21-36-22Z...RELEASE.2024-02-09T21-25-16Z

Bugfix release

07 Feb 12:52
RELEASE.2024-02-06T21-36-22Z
980fb5e
Compare
Choose a tag to compare

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: RELEASE.2024-02-04T22-36-13Z...RELEASE.2024-02-06T21-36-22Z

Bugfix release

05 Feb 00:55
RELEASE.2024-02-04T22-36-13Z
f225ca3
Compare
Choose a tag to compare

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

Security Bugfix Release

31 Jan 20:54
RELEASE.2024-01-31T20-20-33Z
24ecc44
Compare
Choose a tag to compare

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: RELEASE.2024-01-29T03-56-32Z...RELEASE.2024-01-31T20-20-33Z

Bugfix Release

29 Jan 06:46
RELEASE.2024-01-29T03-56-32Z
Compare
Choose a tag to compare

Full Changelog: 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

  • 9987ff5 - avoid calling close for nil inbound/outblock channels (3 hours ago)
  • cff8235 - remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago)
  • 9ef132c - remove excessive logging due to runtime.debugStack (5 hours ago)

Bugfix release

29 Jan 01:30
RELEASE.2024-01-28T22-35-53Z
7743d95
Compare
Choose a tag to compare

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: RELEASE.2024-01-18T22-51-28Z...RELEASE.2024-01-28T22-35-53Z