Version 3.8.2

This commit is contained in:
Girish Ramakrishnan 2023-09-08 18:44:35 +05:30
parent 1366fc8932
commit 5b7a96134f
2 changed files with 11 additions and 2 deletions

View File

@ -1974,3 +1974,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* kafka: Do not require key when sending a message by @vadmeste in #17962
* with xlv2 format we never had to fill in checksumInfo() by @harshavardhana in #17963
* replication: remove check for empty version id by @poornas in #17964
[3.8.2]
* Update minio to 2023-09-07T02-05-02Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-07T02-05-02Z)
* metrics: fix panic in replication stats reporting by @poornas in #17979
* refactor bandwidth throttling for replication target by @harshavardhana in #17980
* use syscall.Rename() directly instead of os.Rename() by @harshavardhana in #17982
* replication resync: avoid blocking on results channel. by @poornas in #17981
* Embed file in ZIP with custom permissions by @shtripat in #17954

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.8.1",
"upstreamVersion": "2023-09-04T19-57-37Z",
"version": "3.8.2",
"upstreamVersion": "2023-09-07T02-05-02Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,