1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 23:47:26 +00:00

Version 3.3.0

This commit is contained in:
Girish Ramakrishnan
2022-12-05 12:22:18 +01:00
parent 338371b948
commit e0f1511552
2 changed files with 8 additions and 2 deletions

View File

@@ -1549,3 +1549,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Optimizations in Multipart code-path in multi-pool setups, via #16086
* Fixes a regression in server side replication due to ETag mismatch issue under specific type of MinIO setups, fixed via #16129
[3.3.0]
* Update minio to 2022-11-29T23-40-49Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-11-29T23-40-49Z)
* avoid serializing decryptKey() every 15mins by @harshavardhana in #16135
* kms: fix possible deadlock due to nested RLock calls. by @aead in #16136
* Improvements in logger and audit webhooks by @anjalshireesh in #16102