Releases: minio/minio-go
Releases · minio/minio-go
Bugfix Release
What's Changed
- replace github.com/mitchellh/go-homedir by os by @Humm42 in #1658
- allow disabling sha256 completely for PUT requests by @harshavardhana in #1668
- always listen on context canceled waiting on channels by @harshavardhana in #1669
- fix: avoid send on a closed channel race, cancel inner context. by @harshavardhana in #1670
New Contributors
Full Changelog: v7.0.29...v7.0.30
Bugfix Release
What's Changed
- use context to wait for cancelation on GetObject() by @harshavardhana in #1666
Full Changelog: v7.0.28...v7.0.29
Bugfix Release
What's Changed
- Add Policy to STSAssumeRoleOptions by @rgcostea in #1657
- Fix typo in replication status by @poornas in #1661
- Support detecting region from FIPS URLs by @balasankarc in #1663
New Contributors
- @rgcostea made their first contribution in #1657
- @balasankarc made their first contribution in #1663
Full Changelog: v7.0.27...v7.0.28
Bugfix release
What's Changed
- return us-east-1 when endpoint is cloudflare by @harshavardhana in #1651
- add support for asia-pacific region by @sinhaashish in #1653
- Add funcs to request credentials using AssumeRoleWithCustomToken by @donatello in #1654
- Add TestMultipartUpload by @zkep in #1645
- fix error returned by RemoveBucketReplication by @poornas in #1655
New Contributors
Full Changelog: v7.0.26...v7.0.27
Bugfix Release
What's Changed
Full Changelog: v7.0.25...v7.0.26
Bugfix Release
What's Changed
- Sync ignored v4 presign headers by @superseb in #1639
- keep stat() and list() lastModified upto same resolution by @harshavardhana in #1638
- fix #1641 by @chavacava in #1642
- Remove
Range
header afterSeek
to origin by @flobernd in #1649
New Contributors
Full Changelog: v7.0.24...v7.0.25
Bugfix Release
What's Changed
- Use 1s timeout for fetching imdsv2 token by @saracen in #1626
- retry 499 error if seen by client by @harshavardhana in #1627
- fix cond expression referring wrong error variable by @chavacava in #1634
- More fixes in ipv6 parsing in get bucket location by @vadmeste in #1635
- Fix IPv6 url without 80/443 port by @vadmeste in #1636
- Add build for go1.18 by @harshavardhana in #1637
Full Changelog: v7.0.23...v7.0.24
Bugfix Release
What's Changed
- enable MINIO_CI_CD for functional tests by @harshavardhana in #1623
- fix: ipv6 support without 'port' add missing brackets by @harshavardhana in #1624
Full Changelog: v7.0.22...v7.0.23
Bugfix Release
What's Changed
- policy: Removing a bucket policy should return an error by @vadmeste in #1609
- docs: warning about PutObject high mem alloc by @kamikazechaser in #1614
- fix sync.Pool usage by @montag451 in #1617
- restore: Accept http code 202 and 200 as valid response by @vadmeste in #1621
- Add API function to get resync replication status by @poornas in #1619
- add missing cleanupBucket for testDecryptedCopyObject by @harshavardhana in #1622
New Contributors
- @kamikazechaser made their first contribution in #1614
- @montag451 made their first contribution in #1617
Full Changelog: v7.0.21...v7.0.22
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