RELEASE.2023-09-16T01-01-47Z
版本发布时间: 2023-09-16 16:00:20
minio/minio最新发布版本:RELEASE.2024-11-07T00-52-20Z(2024-11-08 08:18:46)
Highlights
- Address some significant memory issues in replication MRF when many objects are from existing object replication
- Improve Disk replacement healing from single-threaded to multi-threaded via relying on the
nr_requests
value on Linux - Allow concurrent SFTP connections
What's Changed
- allow scanner key cycle to be empty by @harshavardhana in https://github.com/minio/minio/pull/18001
- fix: change DISK_ to DRIVE_ for some drive related envs by @harshavardhana in https://github.com/minio/minio/pull/18005
- heal: calculate the number of workers based on NRRequests by @vadmeste in https://github.com/minio/minio/pull/17945
- fix: ignore transient errors in read path by @harshavardhana in https://github.com/minio/minio/pull/18006
- optimize MRF replication queue to avoid memory leaks by @harshavardhana in https://github.com/minio/minio/pull/18007
- update pkg to v2.0.1 to extend admin actions by @harshavardhana in https://github.com/minio/minio/pull/18008
- fix: allow concurrent SFTP connections by @harshavardhana in https://github.com/minio/minio/pull/18013
- update all dependencies by @harshavardhana in https://github.com/minio/minio/pull/18012
- fix: allow dynamic ports for API only in non-distributed setups by @harshavardhana in https://github.com/minio/minio/pull/18019
- fix: send content-md5 for AWS S3 proactively by @harshavardhana in https://github.com/minio/minio/pull/18018
- replication: queue existing objects to same workers as incoming by @poornas in https://github.com/minio/minio/pull/18020
- optimize mkdir calls to avoid base-dir
Mkdir
attempts by @harshavardhana in https://github.com/minio/minio/pull/18021 - replication resync: report only the on-disk status by @poornas in https://github.com/minio/minio/pull/18017
- Load STS accounts into IAM cache lazily by @donatello in https://github.com/minio/minio/pull/17994
- introduce MINIO_BROWSER_REDIRECT env to enable/disable auto-redirect by @harshavardhana in https://github.com/minio/minio/pull/18025
- DOCS-987: Reorganizing list.md for better RST compatibility by @ravindk89 in https://github.com/minio/minio/pull/18027
- add backups for usage-caches to rely on upon error by @harshavardhana in https://github.com/minio/minio/pull/18029
- Fix policy package import name by @donatello in https://github.com/minio/minio/pull/18031
- Move IAM periodic ops to a single go routine by @donatello in https://github.com/minio/minio/pull/18026
- Do not use a chain for S3 tiering to return better error messages by @vadmeste in https://github.com/minio/minio/pull/18030
- Added MINIO_PROMETHEUS_AUTH_TOKEN env support by @bexsoft in https://github.com/minio/minio/pull/18028
- fix: webhook notify endpoint with standard ports by @vadmeste in https://github.com/minio/minio/pull/18016
- remove generating presignedURLs with range header for lambda by @harshavardhana in https://github.com/minio/minio/pull/18033
- fix: optimize listMultipartUploads to serve via local disks by @harshavardhana in https://github.com/minio/minio/pull/18034
- scanner: Fix loading data usage cache structure by @vadmeste in https://github.com/minio/minio/pull/18037
- update console v0.39.0 by @harshavardhana in https://github.com/minio/minio/pull/18038
- site replication:turn off re-tries by @poornas in https://github.com/minio/minio/pull/18039
Full Changelog: https://github.com/minio/minio/compare/RELEASE.2023-09-07T02-05-02Z...RELEASE.2023-09-16T01-01-47Z