Version 3.12.6
This commit is contained in:
parent
db768973d6
commit
4f43bc611e
|
@ -2239,3 +2239,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Deallocate huge read buffers by @klauspost in #18813
|
||||
* fix: HealBucket regression for empty buckets, simplify it by @harshavardhana in #18815
|
||||
* Fix mini typo by @fwessels in #18816
|
||||
|
||||
[3.12.6]
|
||||
* Update minio to 2024-01-29T03-56-32Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-29T03-56-32Z)
|
||||
* Fixes an ugly issue with runtime debug stack excessive logging regression
|
||||
* avoid calling close for nil inbound/outblock channels (3 hours ago)
|
||||
* remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago)
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.12.5",
|
||||
"upstreamVersion": "2024-01-18T22-51-28Z",
|
||||
"version": "3.12.6",
|
||||
"upstreamVersion": "2024-01-29T03-56-32Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue