Skip to content

Releases: minio/minio-go

Bugfix Release

06 May 19:47
v7.0.25
1a65a83
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.24...v7.0.25

Bugfix Release

13 Apr 23:19
v7.0.24
2183e14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.23...v7.0.24

Bugfix Release

23 Feb 02:52
v7.0.23
e99ce30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.22...v7.0.23

Bugfix Release

16 Feb 05:29
v7.0.22
ad9e0ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.21...v7.0.22

Bugfix Release

13 Jan 03:28
v7.0.21
19a708d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.20...v7.0.21

Bugfix Release

27 Dec 06:50
v7.0.20
Compare
Choose a tag to compare

Changelog

  • parse proper STS Error response (12/26/21) (Harshavardhana)
  • update minimum go version to v1.17 (#1605) (12/26/21) (Harshavardhana)

Bugfix Release

23 Dec 00:09
v7.0.19
2ef8cbb
Compare
Choose a tag to compare

Changelog

  • parse error responses for STS requests (#1602) (12/22/21)
  • remove redirector for S3 API calls (#1601) (12/20/21)

Bugfix Release

10 Dec 19:40
v7.0.18
a6967e7
Compare
Choose a tag to compare

Highlights

Fixes a regression in GetObjectACL API

Changelog

  • acl: Fix GetObjectACL xml parsing (#1598) (12/10/21) (Anis Elleuch)
  • refresh local ubuntu cache in GitHub CI/CD (#1599) (12/10/21) (Harshavardhana)

Bugfix Release

08 Dec 06:15
v7.0.17
a566788
Compare
Choose a tag to compare

Changelog

  • Add RemoveObjectsWithResult() to return delete-marker & delete-marker-version-id (#1456) (12/08/21) (Anis Elleuch)
  • remove EOLed support this library supports from go1.16 (12/07/21) (Harshavardhana)
  • docs: clarify PutObject with '-1' content-length (12/07/21) (Harshavardhana)
  • Add support for S3 PrivateLink interface endpoints (#1568) (12/08/21) (afvbozzo)
  • Add support for NewerNoncurrentVersions (#1596) (12/07/21) (Krishnan Parthasarathi)
  • fix doc RemoveObjects example error (#1592) (12/02/21) (水煮牛肉)
  • support GetObject() on specific partNumber (#1591) (11/26/21) (Harshavardhana)

Bugfix Release

23 Nov 19:49
v7.0.16
e517704
Compare
Choose a tag to compare

Changelog

  • cleanup minio-go code, add gocritic linter (#1586) (11/17/21) (Harshavardhana)
  • Report non-XML formated error details (#1585) (11/16/21) (Christian Simon)
  • Remove duplicated code for StatObject() (#1584) (11/15/21) (Klaus Post)
  • add custom Host header support (#1579) (11/15/21) (Hilário Coelho)
  • Export RoleARN for use with STSWebIdentity (#1582) (11/12/21) (Aditya Manthramurthy)
  • Add MaxNoncurrentVersions to NoncurrentVersionExpiration (#1580) (11/08/21) (Krishnan Parthasarathi)
  • add revive disable tags to keep Go compliant deprecation notice (11/02/21) (Harshavardhana)
  • Add support for extra signed headers in Presign() API (#1449) (11/02/21) (Aditya Manthramurthy)
  • Test GetObject/ListObjects with s3zip enabled. (#1570) (10/24/21) (Klaus Post)
  • Rename BucketOptions to RemoveBucketOptions (#1534) (10/24/21) (Anis Elleuch)