1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-28 07:57:25 +00:00

Version 3.9.0

This commit is contained in:
Girish Ramakrishnan
2023-09-29 08:22:13 +05:30
parent da87188fad
commit 270a7cd6ee
2 changed files with 10 additions and 3 deletions

View File

@@ -2005,4 +2005,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Prometheus metrics or mc admin info would take significantly longer when audit/logger webhooks were down for some reason, performance improved when these endpoints are down makes them non-blocking. #18083
* Fix a regression while loading AssumeRoleWithCertificate credentials #18088 for more details
[3.9.0]
* Update minio to 2023-09-27T15-22-50Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-27T15-22-50Z)
* Add abandoned folder scanning to metrics by @klauspost in #18076
* Improve ListObject Compatibility by @klauspost in #18099
* fix: set scanning details locally to avoid cached values by @harshavardhana in #18092
* fix: check post policy like AWS S3 by @jiuker in #18074
* site replication: allow setting bandwidth default for bucket by @poornas in #18062