Version 3.4.8
This commit is contained in:
parent
4eb440baaf
commit
d33cff8f0a
|
@ -1655,3 +1655,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* fix: aclHandlers convert XML parse error to relevant client error by @jiuker in #16587
|
||||
* fix: README.md in docs/config by @k0i in #16564
|
||||
* fix: username replacements for aws:username must use parentUser by @harshavardhana in #16591
|
||||
|
||||
[3.4.8]
|
||||
* Update minio to 2023-02-17T17-52-43Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-02-17T17-52-43Z)
|
||||
* ServerInfo: return per erasure set information by @vadmeste in #16583
|
||||
* remove incorrect use of WaitGroup by @jiuker in #16596
|
||||
* fix: allow global leader lock context merge to be canceled by @vadmeste in #16603
|
||||
* Remove parentheses by @atalakey4work in #16605
|
||||
* Periodically remove stale buckets from in-memory by @harshavardhana in #16597
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.7",
|
||||
"upstreamVersion": "2023-02-10T18-48-39Z",
|
||||
"version": "3.4.8",
|
||||
"upstreamVersion": "2023-02-17T17-52-43Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue