Releases: minio/minio-go
Releases · minio/minio-go
Minor Bug Fix Release
Minor Bugfix release
Changelog
- Functional_test: Prefix string to user defined metadatakey (#1022) (09/04/18)
- enhance Core API to pass SSE headers for uploads (#1020) (08/30/18)
- Allow sse-s3, sse-kms headers in Put, Get and Copy operations. (#1018) (08/24/18)
- Remove work-around for httputil.Dump (#1017) (08/16/18)
- Fix retrying retryable http requests errors (#1016) (08/07/18)
- Disable ETag check when copying object < 5 Gb (#1014) (08/06/18)
- Add new method GetObjectACL() (#1011) (07/27/18)
- Add "Expires" to standard header (#1012) (07/23/18)
- New way to update ObjectACL or Header or Meta data (#1010) (07/20/18)
- Add support for bucket lifecycle policies (#1004) (07/16/18)
- Add check for env var (#1008) (07/15/18)
- Fix multipart copy of a large encrypted object (#1006) (07/11/18)
- fix: update progress bar with correct size of recently uploaded part (#1005) (07/09/18)
Minor Bugfix release
Bug fix release
Bug fix release
Minor bug fix release
Bug fix and minor feature release
Highlights
- More optimal ComposeObject behavior to maximize number of parts instead of part size.
- Progress bar support for CopyObject and ComposeObject.
Changelog
- Avoid returning security related header when stating an object (#975) (04/25/18)
- Added SlowDown in retryableS3Codes #971 (#972) (04/26/18)
- tests: Cleanup objects after StorageClass tests (#970) (04/25/18)
- Fix bucket policy tests to avoid verbatim match for policies (#973) (04/25/18)
- Add progress bar support for ComposeObject (#969) (04/24/18)
- api: maximize ComposeObject to use more parts than part size (#968) (04/24/18)
- Support specifying redirect location for a object (#967) (04/23/18)
- When policy is empty delete the bucket policy (#966) (04/13/18)
API Change release
Highlights
- Deprecated canned bucket policies instead getBucketPolicy/setBucketPolicy now directly take JSON strings. AWS S3 policy language is extensive and complicated. Supporting all the scenarios is nearly impossible with canned policies alone. Instead we will take the bucket policy JSON directly from the users.
Changelog
- Add tests to check if ListObjects/V2 returns expected StorageClass (#963) (04/10/18)
- Update get/setBucketPolicy methods to use files instead of pkg/policy (#959) (04/10/18)
- avoid unnecessary stat call during single copy (#962) (04/06/18)
- avoid sending SSE-S3 header during GET requests. (#965) (04/05/18)
- Fix stream SSE uploads with S3 encrypt type (#960) (04/02/18) <Jesús Espino>
- Fix xml parsing error for RemoveObjects API (#949) (03/29/18)
- Allow to upload empty files in stream based uploads (#958) (03/26/18) <Jesús Espino>
- Add missing doneCh in the example for removeobjects (#955) (03/26/18)
- tests: Remove partial related tests (#957) (03/26/18)
- Add transport connection broken error to retry list (#956) (03/19/18)
- [refactor]: simplify client encryption examples (#952) (03/19/18)
- Add tests for putObjectContentLanguage (#950) (03/15/18)
- Add putObject/getObject() client side encryption examples (#948) (03/13/18)
Remove support for client side encryption
Bug fix release
Changelog
- Add SSE-C tests for multipart, copy, get range operations (#941)
- Removing conditional check for notificationInfoCh in api-notication (#940)
- Add RemoveObjectsWithContext call (#939)
- replace t.Fatal with log.Fatalln (#935)
- Honor prefix parameter in ListBucketPolicies API (#929)
- test for empty objects uploaded with SSE-C headers (#927)
- Encryption headers should also be set during initMultipart (#930)
- Update examples to use encrypt package (#932)