Version 3.12.0
This commit is contained in:
parent
cb61faa569
commit
927cdbb0a2
|
@ -2194,3 +2194,9 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* server-info: Avoid initializing audit/log http/kafka targets by @vadmeste in https://github.com/minio/minio/pull/18703
|
* server-info: Avoid initializing audit/log http/kafka targets by @vadmeste in https://github.com/minio/minio/pull/18703
|
||||||
* Fix precendence bug in S3Select SQL IN clauses by @donatello in https://github.com/minio/minio/pull/18708
|
* Fix precendence bug in S3Select SQL IN clauses by @donatello in https://github.com/minio/minio/pull/18708
|
||||||
|
|
||||||
|
[3.12.0]
|
||||||
|
* Update minio to 2024-01-01T16-36-33Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-01T16-36-33Z)
|
||||||
|
* A significant performance improvement feature to optimize ListObjects() is part of this release.
|
||||||
|
* New console HTTP security headers are fully customizable now for specific needs, refer #18631
|
||||||
|
|
||||||
|
|
|
@ -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.11.4",
|
"version": "3.12.0",
|
||||||
"upstreamVersion": "2023-12-23T07-19-11Z",
|
"upstreamVersion": "2024-01-01T16-36-33Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue