1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-24 22:17:35 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2024-09-14 18:05:12 +02:00
parent f75118e15a
commit 09e82cd3e3
2 changed files with 8 additions and 2 deletions

View File

@@ -2676,3 +2676,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Skip non existent ldap entities while import (#20352)
* Dont hard error for nonexisting LDAP entries instead of logging them
[3.13.39]
* Update minio to 2024-09-13T20-26-02Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-09-13T20-26-02Z)
* PutObject() for multi-pooled was holding large region locks, which was not necessary. This affects almost all slowpoke clients and lengthy uploads.
* Re-arrange locks for CompleteMultipart, PutObject to be close to rename()