Version 3.5.2
This commit is contained in:
parent
ed8e041180
commit
594b45051d
11
CHANGELOG
11
CHANGELOG
|
@ -1813,3 +1813,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Add object parity in listing V2M and listing versions M by @vadmeste in #17238
|
||||
* allow specification of path/virtual style bucket lookup in batch replication by @poornas in #17201
|
||||
* fix: Avoid Income globalStats twice upon error by @jiuker in #17263
|
||||
|
||||
[3.5.2]
|
||||
* Update minio to 2023-06-02T23-17-26Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-02T23-17-26Z)
|
||||
* fix: on windows use FindClose close handler by @jiuker in #17306
|
||||
* fix: cleanup empty multipart folders upon stale upload cleanup by @harshavardhana in #17312
|
||||
* Revert s3 select simdjson reuse by @klauspost in #17310
|
||||
* record err time when remote node is offline by @jiuker in #17262
|
||||
* fix: proxy not set on subnet logger webhook sometimes by @anjalshireesh in #17320
|
||||
* fix: time() returned function not being called as expected in globalSync() by @drivebyer in #17319
|
||||
* fix: fail large content in DeleteMultipleObjects() early by @jiuker in #17321
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.5.1",
|
||||
"upstreamVersion": "2023-05-27T05-56-19Z",
|
||||
"version": "3.5.2",
|
||||
"upstreamVersion": "2023-06-02T23-17-26Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue