Releases: minio/minio-go
Releases · minio/minio-go
Feature release
Bugfix Release
What's Changed
- Do not retry request Do() error in some cases by @vadmeste in #1691
- lifecycle: fix json encoding of Expiration action by @krisis in #1692
Full Changelog: v7.0.35...v7.0.36
Bugfix Release
What's Changed
- Do not ignore error when Instance Metadata service doesn't exist by @wlan0 in #1682
- convert LDAP/JWT Identity from query to form body by @harshavardhana in #1688
New Contributors
Full Changelog: v7.0.34...v7.0.35
Bugfix Release
What's Changed
- close the reqCh in Close() to avoid leaking goroutines by @harshavardhana in #1687
Full Changelog: v7.0.33...v7.0.34
Bugfix Release
What's Changed
- upgrade all deps to latest by @harshavardhana in #1680
- fix: remote target is permanently marked offline by mistake by @garenchan in #1684
New Contributors
- @garenchan made their first contribution in #1684
Full Changelog: v7.0.32...v7.0.33
Bugfix Release
What's Changed
- Add condition to check content length range in post policy by @hotrungnhan in #1675
- fix: do not exit go-routine upon ctx.Done() on receiver side by @harshavardhana in #1679
New Contributors
- @hotrungnhan made their first contribution in #1675
Full Changelog: v7.0.31...v7.0.32
Bugfix Release
What's Changed
- honor the timer specified by @harshavardhana in #1672
- api-put-object-streaming: Removed unnecessary
partBuf
copy to save allocations; no race detected. by @bwplotka in #1673
New Contributors
Full Changelog: v7.0.30...v7.0.31
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