Skip to content

Major Refactor Release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 02 Dec 11:32
· 572 commits to master since this release
RELEASE.2023-12-02T10-51-33Z
a50f26b

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: RELEASE.2023-11-20T22-40-07Z...RELEASE.2023-12-02T10-51-33Z