github minio/minio RELEASE.2024-01-01T16-36-33Z
Feature release

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

Don't miss a new minio release

NewReleases is sending notifications on new releases.