minio-go v7.0.0 Release Notes

Release Date: 2020-07-17 // almost 4 years ago
  • 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)