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

Version 3.7.1

This commit is contained in:
Girish Ramakrishnan
2023-08-07 07:50:36 +05:30
parent b246112d3f
commit 30f7bbf53b
4 changed files with 34 additions and 26 deletions

View File

@@ -1916,3 +1916,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* fix: retry listing in decommissioning if it fails perpetually by @harshavardhana in #17682
* info: Report correct pool/set/disk indexes for offline disks by @vadmeste in #17695
* Add deletemarker_total metric by @krisis in #17689
[3.7.1]
* Update minio to 2023-08-04T17-40-21Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-08-04T17-40-21Z)
* return tags as part of Head/Get calls by @harshavardhana in #17635
* don't error when asked for 0-based range on empty objects by @flisk in #17708
* Revert "don't error when asked for 0-based range on empty objects (#17708) by @klauspost in #17713
* fix: Create metrics slice when necessary in getCacheMetrics() by @drivebyer in #17711