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

Version 2.8.5

This commit is contained in:
Girish Ramakrishnan
2022-07-25 11:10:38 +02:00
parent 49190b074c
commit 68e6b92c08
2 changed files with 9 additions and 2 deletions

View File

@@ -1330,3 +1330,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* support encrypted/compressed objects properly during decommission by @harshavardhana in #15320
* Add decommission compression+encryption enabled tests by @harshavardhana in #15322
* Move mc admin top scanner -> mc admin scanner info (#4151)
[2.8.5]
* Update minio to 2022-07-24T17-09-31Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-24T17-09-31Z)
* fix: fork os.MkdirAll to optimize cases where parent exists by @harshavardhana in #15379
* Add compression scheme to header by @klauspost in #15395