|
|
|
@@ -91,7 +91,7 @@
|
|
|
|
|
* Quorum based listing for XL (#5475)
|
|
|
|
|
* fs.json file should be closed in CompleteMultipartUpload (#5482)
|
|
|
|
|
* simplify storage class validation (#5470)
|
|
|
|
|
* Remove stale code from minio server (#5479)
|
|
|
|
|
* Remove stale code from minio server (#5479)
|
|
|
|
|
|
|
|
|
|
[1.8.0]
|
|
|
|
|
* Update minio to 2018-03-12T21-25-28Z
|
|
|
|
@@ -107,7 +107,7 @@
|
|
|
|
|
* Support SSE-C multipart source objects in CopyObject (#5603)
|
|
|
|
|
* Handle incoming proxy requests ip, scheme (#5591)
|
|
|
|
|
* Make sure to filter out internal metadata (#5601)
|
|
|
|
|
* Use toAPIErrorCode in HeadObject handler when decrypting request fails (#5600)
|
|
|
|
|
* Use toAPIErrorCode in HeadObject handler when decrypting request fails (#5600)
|
|
|
|
|
|
|
|
|
|
[1.9.0]
|
|
|
|
|
* Update minio to 2018-03-16T22-52-12Z
|
|
|
|
@@ -144,7 +144,7 @@
|
|
|
|
|
* Remove logging of redundant messages when running Minio server.
|
|
|
|
|
* Upgrading to this release will automatically migrate any erroneous bucket policies to strict S3 compliant bucket policies. Please check all your bucket policies after upgrading to this release.
|
|
|
|
|
* Fix s3 compatibility fixes for getBucketLocation,headBucket,deleteBucket (#5842) (04/23/18)
|
|
|
|
|
* Disable "chunked" uploading by the GCS client for objects smaller than the chunk size. (#5835) (04/20/18)
|
|
|
|
|
* Disable "chunked" uploading by the GCS client for objects smaller than the chunk size. (#5835) (04/20/18)
|
|
|
|
|
|
|
|
|
|
[1.15.0]
|
|
|
|
|
* Update minio to 2018-05-04T23-13-12Z
|
|
|
|
@@ -154,7 +154,7 @@
|
|
|
|
|
* fs: fix logging by not logging common scenarios (#5882) (05/02/18)
|
|
|
|
|
* Return NoSuchKey for anonReqs with s3:ListBucket policy (#5876) (05/01/18)
|
|
|
|
|
* Remove s3:ListObjects policy action to be in sync with AWS-S3 (#5875) (05/01/18)
|
|
|
|
|
* Copy an object without user-defined metadata for Azure gateway (#5872) (05/02/18)
|
|
|
|
|
* Copy an object without user-defined metadata for Azure gateway (#5872) (05/02/18)
|
|
|
|
|
|
|
|
|
|
[1.16.0]
|
|
|
|
|
* Update minio to 2018-05-11T00-29-24Z
|
|
|
|
@@ -172,7 +172,7 @@
|
|
|
|
|
* Update minio to 2018-06-09T03-43-35Z
|
|
|
|
|
|
|
|
|
|
[1.21.0]
|
|
|
|
|
* Update minio to 2018-06-22T23-48-46Z
|
|
|
|
|
* Update minio to 2018-06-22T23-48-46Z
|
|
|
|
|
|
|
|
|
|
[1.22.0]
|
|
|
|
|
* Update minio to 2018-06-29T02-11-29Z
|
|
|
|
@@ -197,7 +197,7 @@
|
|
|
|
|
* Log x-amz-request-id as log and XML error response (#6173) (07/20/18)
|
|
|
|
|
* Remove ppc64le support from .travis.yml (#6180) (07/20/18)
|
|
|
|
|
* Remove unused functions and constants (#6175) (07/20/18)
|
|
|
|
|
* Do not trace HTTP body of PostPolicyBuckethandler (#6177) (07/20/18)
|
|
|
|
|
* Do not trace HTTP body of PostPolicyBuckethandler (#6177) (07/20/18)
|
|
|
|
|
|
|
|
|
|
[1.25.0]
|
|
|
|
|
* Update minio to 2018-07-31T02-11-47Z
|
|
|
|
@@ -305,7 +305,7 @@
|
|
|
|
|
|
|
|
|
|
[1.56.0]
|
|
|
|
|
* Update miniot to 2019-04-04T18-31-46Z
|
|
|
|
|
* (security) fix privilege escalation against inter-node communication
|
|
|
|
|
* (security) fix privilege escalation against inter-node communication
|
|
|
|
|
* (security) Validate if bucket names are internal
|
|
|
|
|
* canonicalize ETag correctly
|
|
|
|
|
|
|
|
|
@@ -503,3 +503,138 @@
|
|
|
|
|
* Update minio to 2020-06-22T03-12-50Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-06-22T03-12-50Z)
|
|
|
|
|
|
|
|
|
|
[1.117.0]
|
|
|
|
|
* Update minio to 2020-07-02T00-15-09Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-02T00-15-09Z)
|
|
|
|
|
* fix: readiness needs to be like liveness. See (#9941) for more details.
|
|
|
|
|
* Allow optionally to disable range caching. See (#9908) for more details.
|
|
|
|
|
* Simplify background heal and trigger heal items early. See (#9928) for more details.
|
|
|
|
|
* update gorilla deps for query parsing performance improvements. See (#9929) for more details.
|
|
|
|
|
* Improvements to online status. See (#9858, #9808) for more details.
|
|
|
|
|
* pop entries from each drives in parallel. See (#9918) for more details.
|
|
|
|
|
|
|
|
|
|
[1.118.0]
|
|
|
|
|
* Update minio to 2020-07-12T19-14-17Z
|
|
|
|
|
* Avoid startup lock-up when nodes are coming online, fixes an issue with healthcheck routine which ended up reusing a downed client resulting in pereptual offline of that node - see #10026 for more details.
|
|
|
|
|
* Finally fix the CORS regression introduced by incompatible usage after gorilla/mux update
|
|
|
|
|
* fix: avoid broken link when preview image (#10021) (07/12/20) (Harshavardhana)
|
|
|
|
|
* fix: cors handling again for not just OPTIONS request (#10025) (07/12/20) (Harshavardhana)
|
|
|
|
|
* fix: make sure to use new restClient for healthcheck (#10026) (07/11/20) (Harshavardhana)
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-12T19-14-17Z)
|
|
|
|
|
|
|
|
|
|
[1.119.0]
|
|
|
|
|
* Update minio to 2020-07-14T19-14-30Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-14T19-14-30Z)
|
|
|
|
|
* Handle array policies in JWT claim. See (#10041) for more details.
|
|
|
|
|
* admin info was not correct in certain situations when nodes are offline, was also loosing information - this release fixes this - see #10015
|
|
|
|
|
|
|
|
|
|
[1.120.0]
|
|
|
|
|
* Update minio to 2020-07-18T18-48-16Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-18T18-48-16Z)
|
|
|
|
|
* Multiple disk healing related bug fixes are available in this release related PRs #10076, #10073, #10069, #10058
|
|
|
|
|
* Federated setups now automatically figure out the online server to proxy the requests to.
|
|
|
|
|
* S3 BucketLifecycle API compatibility fixes.
|
|
|
|
|
* Quota checks now run continously piggy backing on the crawler.
|
|
|
|
|
|
|
|
|
|
[1.121.0]
|
|
|
|
|
* Update minio to 2020-07-20T02-25-16Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-20T02-25-16Z)
|
|
|
|
|
* SSE-C key rotation issue in CopyObject caused by a compatibility fix in previous release, refer #10085
|
|
|
|
|
* Lifecycle AWS S3 API compatibility fixes #10083 #10084
|
|
|
|
|
* Change TCP timeouts for incoming connections, internode is kept aggressive as necessary.
|
|
|
|
|
|
|
|
|
|
[1.122.0]
|
|
|
|
|
* Update minio to 2020-07-22T00-26-33Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-22T00-26-33Z)
|
|
|
|
|
|
|
|
|
|
[1.123.0]
|
|
|
|
|
* Update minio to 2020-07-24T22-43-05Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-24T22-43-05Z)
|
|
|
|
|
* Fixes a regression in bucket usage metrics to remove double counting, see #10126
|
|
|
|
|
* Add additional CORS such as Content-Encoding to be allowed as part of CORS requests, see #10124
|
|
|
|
|
* Quota validation is more aggressive, to enforce quotas quickly, see #10127
|
|
|
|
|
* Handle sudden removal of disks for on-going I/O, errors were not handled appropriately, see #10128
|
|
|
|
|
|
|
|
|
|
[1.124.0]
|
|
|
|
|
* Update minio to RELEASE.2020-07-27T18-37-02Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-27T18-37-02Z)
|
|
|
|
|
* Add missing Content-Disposition to CORS Handler. See (#10137) for more details.
|
|
|
|
|
* Browser: Enforce bucket quota in the case of browser uploads. See (#10129) for more details.
|
|
|
|
|
* Simplify JWKS decoding in OPenID. See (#10119) for more details.
|
|
|
|
|
* Fix gateway walk implementation to list correctly. See (#10131) for more details.
|
|
|
|
|
* Allow shareable URLs using rotating creds. See (#10135) for more details.
|
|
|
|
|
|
|
|
|
|
[1.125.0]
|
|
|
|
|
* Update minio to 2020-07-31T03-39-05Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-07-31T03-39-05Z)
|
|
|
|
|
* Improvements to OBD tests. See (#10141) for more details.
|
|
|
|
|
* Rename replication target handler. See (#10154, #10142) for more details.
|
|
|
|
|
* Turn off bucket usage metrics in Gateway mode. See (#10150) for more details.
|
|
|
|
|
* Fix: Do not enforce policy claim if OPA is set. See (#10149) for more details.
|
|
|
|
|
* Fix: Cache validation for offline drives. See (#10146) for more details.
|
|
|
|
|
* Fix: avoid buffering of server sent events by proxies. See (#10164) for more details.
|
|
|
|
|
* Fix: Pass context all the way down to the network call in lockers. See (#10161) for more details.
|
|
|
|
|
* Fix: bucket usage metrics update in fs mode. See (#10152) for more details.
|
|
|
|
|
|
|
|
|
|
[1.126.0]
|
|
|
|
|
* Update minio to 2020-08-05T21-34-13Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-05T21-34-13Z)
|
|
|
|
|
* Fixes an important issue in asymmetric setups standard storage class was miscalcuated, leading to incorrect quorum expectations, make this uniform see #10208
|
|
|
|
|
|
|
|
|
|
[1.127.0]
|
|
|
|
|
* Update minio to 2020-08-08T04-50-06Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-08T04-50-06Z)
|
|
|
|
|
* Fixes regression in remote ENV parsing to allow for special characters in MinIO secrets, see #10223
|
|
|
|
|
|
|
|
|
|
[1.128.0]
|
|
|
|
|
* Update minio to 2020-08-13T02-39-50Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag//RELEASE.2020-08-13T02-39-50Z)
|
|
|
|
|
* Security Fix to remove insecure custom headers. See (#10244) for more details.
|
|
|
|
|
* Web env related improvements. See (#10246, #10251 ) for more details.
|
|
|
|
|
* Enforce replication in web handler. See (#10249) for more details.
|
|
|
|
|
* Use correct endpoints for offline drives.
|
|
|
|
|
|
|
|
|
|
[1.129.0]
|
|
|
|
|
* Update minio to 2020-08-18T19-41-00Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-18T19-41-00Z)
|
|
|
|
|
* Web UI Regression: Set default retention for uploaded objects. See (#10285) for more details.
|
|
|
|
|
* Single timeout for most locked API/heal ops. See (#10275) for more details.
|
|
|
|
|
* List common prefixes in ListObjectVersions. See (#10286) for more details.
|
|
|
|
|
|
|
|
|
|
[1.130.0]
|
|
|
|
|
* Update minio to 2020-08-25T00-21-20Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-25T00-21-20Z)
|
|
|
|
|
|
|
|
|
|
[1.131.0]
|
|
|
|
|
* Update minio to 2020-08-26T00-00-49Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-26T00-00-49Z)
|
|
|
|
|
|
|
|
|
|
[1.132.0]
|
|
|
|
|
* Update minio to 2020-08-27T05-16-20Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-27T05-16-20Z)
|
|
|
|
|
|
|
|
|
|
[1.133.0]
|
|
|
|
|
* Update minio to 2020-09-02T18-19-50Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-02T18-19-50Z)
|
|
|
|
|
* Delete marker compatibility on a version suspended bucket. See (#10395) for more details.
|
|
|
|
|
* Fix: ListObjectsV1 failure with offline nodes. See (#10386) for more details.
|
|
|
|
|
* Improvements to healing to check for truncated parts. See (#10399) for more details.
|
|
|
|
|
* Fix: write quorum calculation for bucket operation when erasure set size is odd. See (#10364) for more details.
|
|
|
|
|
|
|
|
|
|
[1.134.0]
|
|
|
|
|
* Update minio to 2020-09-05T07-14-49Z
|
|
|
|
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-05T07-14-49Z)
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
[1.136.0]
|
|
|
|
|
* Update minio to 2020-09-10T22-02-45Z
|
|
|
|
|
* Change permissions only when required
|
|
|
|
|
|
|
|
|
|