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 - Feature release

Published by minio-trusted 11 months ago

Highlights

  • MinIO supports starting the server arguments and configuration via a YAML configuration file. This YAML configuration
    describes everything that can be configured in a MinIO setup, such as '--address', '--console-address', and command
    line arguments for the MinIO server. Official documentation will be subsequently updated. Internal documentation on
    this feature is described here.

  • Historical flag --config-dir does not work anymore. to provide a certs directory, you are advised to provide the
    supported flag --certs-dir instead, --config-dir has been long deprecated its finally time to completely remove
    its support.

  • Bitrot files will now be triggered with a proactive heal when needed.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-07T04-16-00Z...RELEASE.2023-12-09T18-17-51Z

minio - Bugfix release

Published by minio-trusted 11 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-06T09-09-22Z...RELEASE.2023-12-07T04-16-00Z

minio - Bugfix release

Published by minio-trusted 11 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-12-02T10-51-33Z...RELEASE.2023-12-06T09-09-22Z

minio - Major Refactor Release

Published by minio-trusted 11 months ago

Highlights

This is a major refactor release with WebSockets for internal communication between nodes.
We advise our users to follow our upgrade instructions on best practices

  • Click here to download the latest version of MinIO.
  • Click here for production support.
  • This release brings a larger change to internode communication, which is now re-implemented
    to use WebSockets for most of the internal calls. Allowing us much larger scalability to 100s
    to 1000s of nodes. To learn more about the WebSockets grid implementation please read.
  • Site replication now supports optionally heal ILM configuration to all sites, allowing ILM settings
    across buckets to be centrally managed via any site.
  • Batch replication from minio -> minio ultimately uses compressed archive by default to more
    effectively utilize the bandwidth during batch replication.
  • Support for Batch expiration of objects on your MinIO instance.
  • MinIO now also supports external caching for metadata calls such as HeadObject() in a
    distributed memory for faster lookups when you have a slower medium such as HDD and
    a READ-heavy workload pattern.

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-11-20T22-40-07Z...RELEASE.2023-12-02T10-51-33Z

minio - Bugfix release

Published by minio-trusted 11 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-11-15T20-43-25Z...RELEASE.2023-11-20T22-40-07Z

minio - Bugfix release

Published by minio-trusted 11 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-11-11T08-14-41Z...RELEASE.2023-11-15T20-43-25Z

minio - Bugfix release

Published by minio-trusted 11 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-11-06T22-26-08Z...RELEASE.2023-11-11T08-14-41Z

minio - Bugfix release

Published by minio-trusted 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-11-01T18-37-25Z...RELEASE.2023-11-06T22-26-08Z

minio - Bugfix Release

Published by minio-trusted 12 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-11-01T01-57-10Z...RELEASE.2023-11-01T18-37-25Z

minio - Bugfix release

Published by minio-trusted 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-10-25T06-33-25Z...RELEASE.2023-11-01T01-57-10Z

minio - Bugfix release

Published by minio-trusted 12 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-10-24T04-42-36Z...RELEASE.2023-10-25T06-33-25Z

minio - Bugfix release

Published by minio-trusted 12 months ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-10-16T04-13-43Z...RELEASE.2023-10-24T04-42-36Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

Highlights

  • Fixes an important regression in RELEASE.2023-10-14T05-17-22Z when it comes to MinIO Operator based deployments from
    version v5.0.x broke due to how environment loading was misplaced. This does not affect most bare-metal deployments at all
    or vanilla kubernetes deployments.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-10-14T05-17-22Z...RELEASE.2023-10-16T04-13-43Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-10-07T15-07-38Z...RELEASE.2023-10-14T05-17-22Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-09-30T07-02-29Z...RELEASE.2023-10-07T15-07-38Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

Highlights

  • Fixes an issue with multipart objects with multiple versions, due to rename2() optimization being incorrectly
    used causes versioning to not work, instead only the last uploaded object is the version that gets preserved.
    If you have a use-case of preserving multiple versions of the same object which are multipart in nature you
    must upgrade to this release from any release RELEASE.2023-08-29T23-07-35Z to RELEASE.2023-09-27T15-22-50Z
    prior to RELEASE.2023-08-29T23-07-35Z do not incur this problem.

  • AbortMultipartUpload() is now idempotent, much like AWS S3.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-09-27T15-22-50Z...RELEASE.2023-09-30T07-02-29Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-09-23T03-47-50Z...RELEASE.2023-09-27T15-22-50Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

Highlights

  • Prometheus metrics or mc admin info would take significantly longer when audit/logger webhooks were down for some reason,
    performance improved when these endpoints are down makes them non-blocking. #18083
  • Fix a regression while loading AssumeRoleWithCertificate credentials #18088 for more details

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-09-20T22-49-55Z...RELEASE.2023-09-23T03-47-50Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

Highlights

  • Major memory improvements in replication hot-path reduction of 2x to 3x allocations on a busy cluster.
  • SSE-KMS now uses a fast-path without doing md5sum providing a major performance boost for encrypted
    objects via SSE-KMS.
  • Improve performance for Console UI logins.
  • Fixes a regression in permission handling of LDAP user based service accounts in previous release.

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-09-16T01-01-47Z...RELEASE.2023-09-20T22-49-55Z

minio - Bugfix release

Published by minio-trusted about 1 year ago

Highlights

  • Address some significant memory issues in replication MRF when many objects are from existing object replication
  • Improve Disk replacement healing from single-threaded to multi-threaded via relying on the nr_requests value on Linux
  • Allow concurrent SFTP connections

What's Changed

Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-09-07T02-05-02Z...RELEASE.2023-09-16T01-01-47Z