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

Version 3.7.4

This commit is contained in:
Girish Ramakrishnan
2023-08-24 13:15:00 +05:30
parent 17d5977c74
commit 3b9e31f363
2 changed files with 11 additions and 2 deletions

View File

@@ -1941,3 +1941,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* 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.
[3.7.4]
* Update minio to 2023-08-23T10-07-06Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-08-23T10-07-06Z)
* fix: validate incoming uploadID to be base64 encoded by @harshavardhana in #17865
* do not log client canceled events by @harshavardhana in #17838
* if object is a delete marker it must skip tags filter in ILM by @harshavardhana in #17861
* ilm: Fix cleaning non current null versions by @vadmeste in #17876
* update minio/kes-go dep to v0.2.0 by @aead in #17850
* fix: replace req context by locker context by @jiuker in #17880