Releases: minio/minio-go
Releases · minio/minio-go
Bugfix Release
What's Changed
- add fallback code for STS ErrorResponse v/s S3 Error by @harshavardhana in #1607
Full Changelog: v7.0.20...v7.0.21
Bugfix Release
Changelog
- parse proper STS Error response (12/26/21) (Harshavardhana)
- update minimum go version to v1.17 (#1605) (12/26/21) (Harshavardhana)
Bugfix Release
Bugfix Release
Bugfix Release
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
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)
Feature and Bugfix release
Changelog
- fix: support Last-Modified to parse full RFC7231 compliant format (#1575) (10/18/21) (Harshavardhana)
- Add environment variable RUN_ON_FAIL (#1475) (10/18/21) (iternity-dotcom)
- fix typo in AccessControlList struct tag (#1574) (10/17/21) (SalvadorC)
- update IsAmazonFIPSGovCloudEndpoint endpoint (#1560) (10/04/21) (Kevin Viricel)
- Add support for immediate tiering (#1559) (10/03/21) (Krishnan Parthasarathi)
- replication: Allow null version to be specified in options (#1558) (09/27/21) (Poorna Krishnamoorthy)
- simplify healthcheck implementation (#1555) (09/21/21) (Harshavardhana)
- fix: a few rendering issues in the API docs (#1556) (09/21/21) (Andrew Dailey)
- Add PutObjectsSnowball API call (#1548) (09/20/21) (Klaus Post)
- fix type of channel in RemoveObjects signature (#1551) (09/21/21) (Elahe Dastan)
- Update API docs to reflect current constructor (#1554) (09/20/21) (Andrew Dailey)
- sts: add credential provider for AssumeRoleWithCertificate (#1520) (09/20/21) (Andreas Auernhammer)
- healthcheck: Treat connection refused error as n/w error (#1550) (09/17/21) (Poorna Krishnamoorthy)
- Revert "feat: ListBucketsWithMetadata() API (#1547)" (09/17/21) (Harshavardhana)
- Bump Go versions (#1549) (09/17/21) (Klaus Post)
- feat: ListBucketsWithMetadata() API (#1547) (09/16/21) (Harshavardhana)
- preserve backward compatibility for
mc replicate add
(#1546) (09/15/21) (Poorna Krishnamoorthy)
Minor Release
Highlights
- fix: error returned by statObject for delete markers. See (#1531) for more details.
- sts: Always slash expiry time by 80%. See (#1533) for more details.
- fix: allow force delete options for bucket and objects. See (#1532) for more details.
- lifecycle json marshalling improvements. See (#1529) for more details.
- LDAP improvements. See (#1521, #1514, #1513) (07/22/21) for more details.
- fix: add startAfter support for listing operations. See (#1509) for more details.
- fix: use default IAM endpoint when fetching IMDSv2 token See (#1507) for more details.
Changelog
- fix: error returned by statObject for delete markers (#1531) (08/23/21) (Poorna Krishnamoorthy)
- sts: Always slash expiry time by 80% (#1533) (08/19/21) (Anis Elleuch)
- minio-go functional tests for mint avoid invalid JSON output (#1503) (08/19/21) (iternity-dotcom)
- fix: allow force delete options for bucket and objects (#1532) (08/15/21) (Harshavardhana)
- lifecycle: Omit empty values during json marshalling (#1529) (08/06/21) (Krishnan Parthasarathi)
- Faster header checks. (#1527) (08/02/21) (Klaus Post)
- Add support to configure LDAP identities (#1521) (07/22/21) (Aditya Manthramurthy)
- fix: strip LDAPPassword from errors (#1514) (07/15/21) (Harshavardhana)
- Replace http URLs with https (#1515) (07/15/21) (Ravind Kumar)
- Support session policy in LDAP STS credential provider (#1513) (07/14/21) (Aditya Manthramurthy)
- allow startAfter in core.ListObjectsV2 (07/05/21) (Harshavardhana)
- fix: add startAfter support for listing operations (#1509) (07/02/21) (Harshavardhana)
- fix: use default IAM endpoint when fetching IMDSv2 token (#1507) (07/02/21) (Christopher Iler)
Minor Bugfix Release
Changelog
Minor Bugfix Release
Changelog
- Add test to check ListObjectsV2MHandler (#1477) (06/11/21) (iternity-dotcom)
- Update mint tests (#1498) (06/07/21) (Klaus Post)
- add support for AWS_CONTAINER_AUTHORIZATION_TOKEN (#1499) (06/02/21) (Harshavardhana)
- Add ExistingObjectReplication setting to replication config (#1483) (06/01/21) (Poorna Krishnamoorthy)
- Add IMDS version 2 support. (#1489) (06/02/21) (Michael Foley)
- delete a dead comment (#1494) (05/21/21) (Jay R. Wren)
- fix: preserve multipart versionId from source if any (#1493) (05/18/21) (Harshavardhana)
- replication: Add replica metadata modification sync to Options (#1491) (05/17/21) (Poorna Krishnamoorthy)
- Add 200 to possible response codes for putBucketPolicy (#1466) (05/12/21) (joewhite86)
- fix: import path typo on docs (#1482) (05/12/21) (minus)
- lifecycle: And xml tag should always contain both Prefix & Tag (#1488) (05/11/21) (Anis Elleuch)
- Update README.md (#1481) (04/20/21) (Jay R. Wren)
- update go mod tidy (04/19/21) (Harshavardhana)
- introduce GetBucketReplicationMetrics API (#1471) (04/07/21) (Poorna Krishnamoorthy)
- update the optimal part size tests (03/22/21) (Harshavardhana)
- expose optimal partInfo for apps to calculate optimal size (03/18/21) (Harshavardhana)
- lc: Add IsStorageClassEmpty to NoncurrentVersionTransition (#1459) (03/04/21) (Anis Elleuch)
- Add new header for replication requests (#1460) (03/02/21) (Poorna Krishnamoorthy)