Version 3.4.1
This commit is contained in:
parent
e391ed9d85
commit
e43de3a0e0
|
@ -1598,3 +1598,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Add HTTP2-only support for external policy plugin #16225
|
* Add HTTP2-only support for external policy plugin #16225
|
||||||
* Locks are now spread across different pools based on object affinity #16312
|
* Locks are now spread across different pools based on object affinity #16312
|
||||||
|
|
||||||
|
[3.4.1]
|
||||||
|
* Update minio to 2023-01-06T18-11-18Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-01-06T18-11-18Z)
|
||||||
|
* vectorize cluster-wide calls such as bucket operations by @harshavardhana in #16313
|
||||||
|
* update klauspost/compress dependency by @harshavardhana in #16343
|
||||||
|
* update replication tests with latest 'mc' by @harshavardhana in #16348
|
||||||
|
* converge listBuckets() as a peer call by @harshavardhana in #16346
|
||||||
|
* remove unnecessary kernel-tuning docs by @harshavardhana in #16354
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"upstreamVersion": "2023-01-02T09-40-09Z",
|
"upstreamVersion": "2023-01-06T18-11-18Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"delay": "^5.0.0",
|
"delay": "^5.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"selenium-webdriver": "^4.7.0",
|
"selenium-webdriver": "^4.7.1",
|
||||||
"superagent": "^8.0.6"
|
"superagent": "^8.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue