Skip to content

Releases: minio/minio-go

Minor Release

07 Aug 15:39
v7.0.4
f0460bf
Compare
Choose a tag to compare

Changelog

  • Add SetOption to edit replication rule (#1362) (08/06/20) (poornas)
  • fix: change AddRule method and reuse RoleArn (#1360) (08/06/20) (poornas)

Minor Bug Fix Release

04 Aug 19:49
v7.0.3
0670669
Compare
Choose a tag to compare

Changelog

  • Add methods to set/remove replication rules (#1356) (08/04/20) (poornas)
  • fix: only SSE-C headers should be applied to destination (#1359) (08/04/20) (Harshavardhana)
  • fix: avoid data race by copying the buffer (#1357) (08/04/20) (Harshavardhana)
  • remove deprecated build badges (08/02/20) (Harshavardhana)
  • Create CNAME (08/02/20) (Harshavardhana)
  • fix: handle readFull bug with certain readers (#1354) (07/27/20) (Harshavardhana)

Minor Bugfix Release

26 Jul 07:54
v7.0.2
2133993
Compare
Choose a tag to compare

Changelog

  • fix a typo in README.md (#1352) (07/24/20) (Julien K)
  • lifecycle: Fix marshaling expiration date/days (#1351) (07/23/20) (Anis Elleuch)
  • add replication-status, expiration headers (#1350) (07/22/20) (Harshavardhana)
  • Return object's version id in StatObject() (#1349) (07/22/20) (Anis Elleuch)
  • display appropriate funcName with nested callers (#1348) (07/21/20) (Harshavardhana)
  • allow KMS tests to be run in the CI/CD (#1345) (07/19/20) (Harshavardhana)
  • update all remaining docs (07/18/20) (Harshavardhana)
  • fix: removing lifecycle properly (#1344) (07/18/20) (Harshavardhana)
  • feat: Add ListenNotification API to listen for all events (#1343) (07/18/20) (Harshavardhana)
  • fix: update API docs and examples (07/17/20) (Harshavardhana)

Minor Release

17 Jul 05:38
v7.0.1
Compare
Choose a tag to compare

Changelog

  • add transport to be roundtripper (07/16/20) (Harshavardhana)

Major Feature Release

17 Jul 05:38
v7.0.0
36db8b2
Compare
Choose a tag to compare

Highlights

  • Full API refactor. Please move to use v7 APIs
  • All APIs natively support context
  • Add support for versioning
  • Add support for bucket replication
  • Click here for the documentation

Changelog

  • fix: more API refactors, remove all redundant functions (#1342) (07/16/20) (Harshavardhana)
  • ignore transition in XML if not set (07/16/20) (Harshavardhana)
  • fix: objectTagging APIs to follow bucketTagging (#1341) (07/16/20) (Harshavardhana)
  • fix: XML name in notification configuration (07/16/20) (Harshavardhana)
  • marshal dest encryption params when SSE-C (#1340) (07/16/20) (Harshavardhana)
  • reimplement all Bucket config APIs (#1338) (07/15/20) (Harshavardhana)
  • set replication opts correctly (#1337) (07/14/20) (poornas)
  • Returns error instead of nil when an error is hit (#1336) (07/14/20) (ebozduman)
  • Add Replica type to replication status (#1335) (07/13/20) (poornas)
  • Add get/remove replication config APIs (#1314) (07/13/20) (poornas)
  • Cache STS Web Identity Credentials (#1322) (07/10/20) (gregoryfranklin)
  • refactor: Make StatObjectOptions as type alias to GetObjectOptions (#1334) (07/10/20) (Anis Elleuch)
  • re-implement CopyObject/ComposeObject API (#1332) (07/09/20) (Harshavardhana)
  • Implement Versioning support (06/04/20) (Anis Elleuch)
  • Remove doneCh from ListenBucketNotification and ListIncompleteUploads (#1331) (07/06/20) (Anis Elleuch)
  • upgrade golang-lint and fix the reported issues (#1329) (07/06/20) (Harshavardhana)
  • refactor: Single MakeBucket API with options (#1327) (07/03/20) (Anis Elleuch)
  • Ignore duplicate entries in UserMetadata (#1315) (07/03/20) (ebozduman)
  • refactor: GetObjectTagging returns a map of key/value (#1318) (07/03/20) (Anis Elleuch)
  • missing errInvalidArgument (#1323) (07/01/20) (He Liu)
  • fix: add missing "success_action_redirect" policy condition (#1313) (07/01/20) (Didier Franc)
  • Unexport some ErrorResponse generator functions (#1317) (07/01/20) (Anis Elleuch)
  • Allow empty retention to be set (#1320) (06/30/20) (kannappanr)
  • fix docs for replication opts in API.md (#1312) (06/26/20) (poornas)
  • Add x-amz-replication-status to supported headers (#1306) (06/25/20) (poornas)
  • api refactor Remove WithContext APIs move to v7 (#1307) (06/23/20) (Anis Elleuch)
  • Revert breaking name change of RemoveObjectsWithOptionsContext (#1304) (06/11/20) (ebozduman)
  • add context support for all APIs (#1302) (06/11/20) (ebozduman)

Minor Bug Fix Release

17 Jul 05:10
v6.0.57
51222d2
Compare
Choose a tag to compare

Changelog

  • remove usages of debug.FreeOSMemory() (#1301) (06/09/20) (Kale Blankenship)
  • Add CodeQL security scanning (#1298) (06/05/20) (Justin Hutchings)
  • Add custom MD5/SHA256 hasher option (#1283) (06/02/20) (Klaus Post)
  • Treat x-amz-metadata-directive as a standard header (#1296) (05/29/20) (kannappanr)

Minor Feature Release

28 May 22:41
v6.0.56
6a226f4
Compare
Choose a tag to compare

Highlights

  • Add support for bucket tagging

Changelog

  • retry only if response region doesn't match cached region (#1293) (05/28/20) (kannappanr)
  • retry makebucket on AuthorizationHeaderMalformed code and empty location (#1292) (05/26/20) (kannappanr)
  • Add tagging count to known header (#1291) (05/22/20) (kannappanr)
  • core: Modify Putobject to use PutObjectOptions (#1290) (05/21/20) (P R)
  • Add new Milan AWS Region (#1286) (05/21/20) (Yefry Figueroa)
  • support for new af-south-1 region (#1285) (05/08/20) (Chad Denyar)
  • honor doneCh for listenBucketNotification (#1282) (05/01/20) (Harshavardhana)
  • fix: Accept 204 as success (#1281) (04/30/20) (Bala FA)
  • add bucket tagging apis (#1273) (04/28/20) (Bala FA)
  • add github workflows, deprecate travis and appveyor (04/27/20) (Harshavardhana)
  • add Parse in tags pkg (#1279) (04/25/20) (Bala FA)

Minor Bug Fix Release

25 Apr 01:36
v6.0.55
7506d29
Compare
Choose a tag to compare

Changelog

  • fix: Use jsoniter instead of encoding/json (#1276) (04/25/20) (Nitish Tiwari)
  • add tags package (#1275) (04/24/20) (Bala FA)

Minor Bug Fix Release

22 Apr 01:43
v6.0.54
22537a4
Compare
Choose a tag to compare

Changelog

  • sql: Add SQL API to set CSV/JSON options (#1268) (04/18/20) (Anis Elleuch)
  • fix increase default BufferSize for bufio.Scanner (#1272) (04/17/20) (Harshavardhana)
  • preserve data after calculating md5sum (#1270) (04/17/20) (Harshavardhana)

Minor Bug Fix Release

22 Apr 01:45
v6.0.53
337bb00
Compare
Choose a tag to compare

Changelog

  • return an error when removing an event matches nothing (#1267) (04/14/20) (Daniel Valdivia)
  • fix: AWS STS url to use https for web-identity (#1263) (04/15/20) (Chanho Yong)
  • Add get bucket versioning (#1266) (04/14/20) (Olivier Cloirec)
  • Add AssumeRole support for rotating credentials (#1265) (04/13/20) (Harshavardhana)
  • add functions to remove notifications by prefix/suffix (#1262) (04/07/20) (Daniel Valdivia)