1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-24 22:17:35 +00:00

Version 3.12.1

This commit is contained in:
Girish Ramakrishnan
2024-01-06 16:26:13 +01:00
parent 648231e821
commit fed871de22
2 changed files with 11 additions and 2 deletions

View File

@@ -2200,3 +2200,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* A significant performance improvement feature to optimize ListObjects() is part of this release.
* New console HTTP security headers are fully customizable now for specific needs, refer #18631
[3.12.1]
* Update minio to 2024-01-05T22-17-24Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-05T22-17-24Z)Added list of scanner metrics to document by @shtripat in #18731
* scanner: Allow full throttle if there is no parallel disk ops by @vadmeste in #18109
* fix: an odd crash when deleting null DEL markers by @harshavardhana in #18727
* prom: Add read quorum per erasure set metric by @vadmeste in #18736
* scanner: Add a config to disable short sleep between objects scan by @vadmeste in #18734
* NEW API: GetObjectAttributes by @zveinn in #18732