Version 3.5.6
This commit is contained in:
parent
665851a84a
commit
365254e971
11
CHANGELOG
11
CHANGELOG
|
@ -1851,3 +1851,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* fallback on etags if they match when mtime is not same by @harshavardhana in #17424
|
||||
* event args list for fanOut notification must be sized same by @harshavardhana in #17450
|
||||
* rebalance: Fix a integer divide by zero crash during state update by @vadmeste in #17455
|
||||
|
||||
[3.5.6]
|
||||
* Update minio to 2023-06-23T20-26-00Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-06-23T20-26-00Z)
|
||||
* Bump up madmin-go and pkg deps by @donatello in #17469
|
||||
* safely ignore out of band deletions while decommissioning by @harshavardhana in #17473
|
||||
* fix: replication check for duplicate endpoints detection with wrong route by @jiuker in #17474
|
||||
* fix: do not crash rebalance code instead set the object layer by @harshavardhana in #17465
|
||||
* skip onlineDisks with parity mismatch by @harshavardhana in #17478
|
||||
* Add an option to make bucket notifications synchronous by @Praveenrajmani in #17406
|
||||
* always look for expired versions v/s remaining versions by @harshavardhana in #17479
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.5.5",
|
||||
"upstreamVersion": "2023-06-19T19-52-50Z",
|
||||
"version": "3.5.6",
|
||||
"upstreamVersion": "2023-06-23T20-26-00Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue