Skip to content

Releases: minio/minio-go

Minor Bug Fix Release

06 Nov 01:10
v6.0.10
Compare
Choose a tag to compare

Changelog

  • Add test for encrypted CopyObjectPart (#1040) (11/05/18)

Minor Bug Fix Release

24 Oct 02:11
v6.0.9
Compare
Choose a tag to compare

Changelog

  • Fix proper response for BucketExists API (#1038) (10/16/18)
  • fix NoSuchBucket logic in BucketExists function (#1035) (10/11/18)

Minor Bug Fix Release

09 Oct 22:34
v6.0.8
Compare
Choose a tag to compare

Changelog

  • Add FIPS missing endpoints (#1032) (10/08/18)
  • Pass Etag back in core CompleteMultipartUpload call (#1031) (10/08/18)
  • Add support to AWS ECS Task Role credentials (#1027) (09/25/18)
  • Set correct etag in X-Amz-Copy-Source-If-Match for each part in ComposeObject API (#1029) (09/24/18)

Minor Bug Fix Release

22 Sep 00:56
v6.0.7
Compare
Choose a tag to compare

Changelog

  • Add new API SelectObjectContent (#1024) (09/18/18)
  • Fix multipart uploads with SSE() and KMS() (#1026) (09/18/18)

Minor Bugfix release

10 Sep 23:54
v6.0.6
Compare
Choose a tag to compare

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

05 Jul 23:49
v6.0.5
Compare
Choose a tag to compare

Changelog

  • pkg/policy: detect single statement policies (#1002) (07/05/18)
  • Ignore all content-type checks in our functional tests (#1001) (06/28/18)

Bug fix release

22 Jun 01:12
v6.0.4
Compare
Choose a tag to compare

Changelog

  • Use GCS compatible Content-Language in functional tests (#998) (06/22/18)
  • Allow application/octet-stream as a possible content-type (#999) (06/21/18)

Bug fix release

20 Jun 21:33
v6.0.3
Compare
Choose a tag to compare

Changelog

  • Fix functional tests for Gateway behaviour (#995) (06/20/18)
  • RemoveIncompleteUpload to remove all incomplete uploads (#994) (06/19/18)
  • Fix FGetObject API link (#993) (06/18/18)
  • Added support for the start-after parameter when performing a List Objects V2 query (#990) (06/14/18)

Minor bug fix release

29 May 22:31
v6.0.2
Compare
Choose a tag to compare

Changelog

  • fix version naming convention to have 'v' prefix (#986) (05/29/18)
  • Change import httplex to httpguts. (#981) (05/07/18)
  • fix: remove wrong policy comparison in functional tests (#974) (04/29/18)

Bug fix and minor feature release

28 Apr 00:41
6.0.1
Compare
Choose a tag to compare

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)