1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-02 07:15:04 +00:00

Version 2.5.3

This commit is contained in:
Girish Ramakrishnan
2022-05-26 08:51:17 -07:00
parent 52b7e49b44
commit ad93f49467
2 changed files with 10 additions and 2 deletions

View File

@@ -1171,3 +1171,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Fix WalkDir fallback hot loop by @klauspost in #14961
* fetch bucket replication stats across peers in single call by @harshavardhana in #14956
[2.5.3]
* Update minio to 2022-05-26T05-48-41Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-05-26T05-48-41Z)
* replication healing: Fix typo when healing bucket quota info by @vadmeste in #14966
* Do not use inline data size in xl.meta quorum calculation by @vadmeste in #14831
* hash-set: Add file input for debug tool by @klauspost in #14965
* site replication: Allow replication rule edit by @poornas in #14969
* fix: copyObject on versioned bucket when updating metadata by @harshavardhana in #14971