1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-10-18 00:45:23 +00:00

Version 1.134.0

This commit is contained in:
Girish Ramakrishnan
2020-09-08 12:43:24 -07:00
parent 38f8c55cc8
commit abf59caf8f
3 changed files with 8 additions and 2 deletions

View File

@@ -621,3 +621,9 @@
* Improvements to healing to check for truncated parts. See (#10399) for more details.
* Fix: write quorum calculation for bucket operation when erasure set size is odd. See (#10364) for more details.
[1.134.0]
* Update minio to 2020-09-05T07-14-49Z
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-05T07-14-49Z)
* Listing improvements with parallel disk.Walk calls across many nodes, refer #10420
* Context now passed around at storage layer for future context support, refer #10321