1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 23:47:26 +00:00

Version 3.7.3

This commit is contained in:
Girish Ramakrishnan
2023-08-17 08:37:34 +05:30
parent 9c6a787df9
commit d898eba22e
4 changed files with 26 additions and 18 deletions

View File

@@ -1933,3 +1933,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* replication: set context timeout for NewMultipartUpload calls by @poornas in #17807
* batch: Strict unmarshal yaml document to avoid user made typos by @vadmeste in #17808
* fix: do not use PrefixEnabled() logic to ignore valid objects by @harshavardhana in #17677
[3.7.3]
* Update minio to 2023-08-16T20-17-30Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-08-16T20-17-30Z)
* Prometheus metrics for `cluster_disk_offline_total` has been renamed to `cluster_drive_offline_total`
* You may setup additional alerts on this to look for slow drives that timeout often, and also drives that return I/O errors at various intervals.
* ListObjects() continuation had a bug where in the continuation token would be ignored leading to expensive list operations when there are single prefixes with millions of objects.