Version 3.7.4
This commit is contained in:
parent
17d5977c74
commit
3b9e31f363
|
@ -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.
|
* 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.
|
* 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
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.7.3",
|
"version": "3.7.4",
|
||||||
"upstreamVersion": "2023-08-16T20-17-30Z",
|
"upstreamVersion": "2023-08-23T10-07-06Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue