1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-02 07:15:04 +00:00

Version 1.135.0

This commit is contained in:
Girish Ramakrishnan
2020-09-10 12:41:07 -07:00
parent 3d3c799657
commit 9d46d755c0
3 changed files with 9 additions and 2 deletions

View File

@@ -627,3 +627,10 @@
* Listing improvements with parallel disk.Walk calls across many nodes, refer #10420
* Context now passed around at storage layer for future context support, refer #10321
[1.135.0]
* Update minio to 2020-09-08T23-05-18Z
* Minor integer overflow bug in S3 Select. See (#10437) for more details.
* Cleanup temp directory of older entries automatically. See (#10439) for more details.
* Remove MaxConnsPerHost settings to avoid potential hangs. See (#10438) for more details.
* Ignore config values from unknown subsystems. See (#10432) for more details.