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

Version 3.13.10

This commit is contained in:
Girish Ramakrishnan
2024-04-06 09:55:22 +02:00
parent 26e95361b6
commit 5f7d71f028
2 changed files with 13 additions and 2 deletions

View File

@@ -2436,3 +2436,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* CPU issue addressed when you have 1000's of folder prefixes at bucket root.
* LDAP support normalization of DN names for consistent behavior.
[3.13.10]
* Update minio to 2024-04-06T05-26-02Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-04-06T05-26-02Z)
* Reduce big message RPC allocations by @klauspost in #19390
* Prioritize the bucket configs first during the decommissioning by @Praveenrajmani in #19393
* fix: missing metrics for healed objects by @harshavardhana in #19392
* Always return slice with cap by @klauspost in #19395
* Adding console targets back into systemtarget log slice by @zveinn in #19398
* feat: support EdDSA/Ed25519 for oss by @jiuker in #19397
* update to latest deps by @harshavardhana in #19399
* Avoid using a nil transport when the config is not initialized by @vadmeste in #19405