minio

MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

AGPL-3.0 License

Stars
47K
Committers
483

Bot releases are hidden (Show)

minio - Bugfix release

Published by minio-trusted 8 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

minio - Bugfix release

Published by minio-trusted 8 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

minio - Bugfix release

Published by minio-trusted 8 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

minio - Bugfix Release

Published by minio-trusted 8 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

minio - Bugfix release

Published by minio-trusted 8 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

minio - Bugfix release

Published by minio-trusted 9 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

minio - Bugfix release

Published by minio-trusted 9 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

minio - Security Bugfix Release

Published by minio-trusted 9 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

minio - Bugfix Release

Published by minio-trusted 9 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)
  • cff823506 - remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago)
  • 9ef132c33 - remove excessive logging due to runtime.debugStack (5 hours ago)
minio - Bugfix release

Published by minio-trusted 9 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 increase performance
    in almost all the scenarios from small to large objects
  • 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 < 30secs 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

minio - Bugfix release

Published by minio-trusted 9 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

minio - Bugfix release

Published by minio-trusted 9 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

minio - Bugfix release

Published by minio-trusted 9 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

minio - Bugfix release

Published by minio-trusted 9 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

minio - Bugfix release

Published by minio-trusted 10 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

minio - Feature release

Published by minio-trusted 10 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

minio - Bugfix release

Published by minio-trusted 10 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-20T01-00-02Z...RELEASE.2023-12-23T07-19-11Z

minio - Bugfix release

Published by minio-trusted 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-14T18-51-57Z...RELEASE.2023-12-20T01-00-02Z

minio - Bugfix release

Published by minio-trusted 10 months ago

Highlights

  • Slower drives or slower networks that hit DriveMaxTimeouts but asynchronously wake up the connection
    with new data can potentially trigger an incorrect buffer to be shared among concurrent WRITE
    goroutines. The final data buffer might not be the same that was intended to be written to the disk,
    causing cross-pollution of buffers among objects.

    This release fixes this problem, which has affected releases since

    • RELEASE.2023-08-04T17-40-21Z, which added drive timeouts on the READERs
      (rarely triggered since drives don't usually hang for READERs)

    • This problem was partially addressed in RELEASE.2023-11-11T08-14-41Z unknowingly,
      However, it ended up manifesting itself now with WRITERs since the WRITERs used
      same deadline READERs for the network stream in this release.

    • We haven't seen reports of this from community users yet; we found this internally during
      our tests in a customer deployment.

All users are advised to upgrade to the latest release.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-13T23-28-55Z...RELEASE.2023-12-14T18-51-57Z

minio - Bugfix release

Published by minio-trusted 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-09T18-17-51Z...RELEASE.2023-12-13T23-28-55Z