Skip to content

Releases: minio/minio

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

Bugfix release

19 Jan 11:47
RELEASE.2024-01-18T22-51-28Z
19387ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: RELEASE.2024-01-16T16-07-38Z...RELEASE.2024-01-18T22-51-28Z

Bugfix release

16 Jan 16:43
RELEASE.2024-01-16T16-07-38Z
ca258c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-01-13T07-53-03Z...RELEASE.2024-01-16T16-07-38Z

Bugfix release

13 Jan 09:33
RELEASE.2024-01-13T07-53-03Z
993d96f
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-01-11T07-46-16Z...RELEASE.2024-01-13T07-53-03Z

Bugfix release

11 Jan 16:41
RELEASE.2024-01-11T07-46-16Z
099e885
Compare
Choose a tag to compare

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: RELEASE.2024-01-05T22-17-24Z...RELEASE.2024-01-11T07-46-16Z

Bugfix release

06 Jan 07:02
RELEASE.2024-01-05T22-17-24Z
04135fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2024-01-01T16-36-33Z...RELEASE.2024-01-05T22-17-24Z

Feature release

02 Jan 01:56
RELEASE.2024-01-01T16-36-33Z
8f13c8c
Compare
Choose a tag to compare

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: RELEASE.2023-12-23T07-19-11Z...RELEASE.2024-01-01T16-36-33Z

Bugfix release

23 Dec 10:38
RELEASE.2023-12-23T07-19-11Z
496027b
Compare
Choose a tag to compare

What's Changed

Full Changelog: RELEASE.2023-12-20T01-00-02Z...RELEASE.2023-12-23T07-19-11Z