Releases: minio/minio-go
Releases · minio/minio-go
Bugfix Release
Full Changelog: v7.0.39...v7.0.40
Bugfix Release
What's Changed
- Add fips build tag support by @klauspost in #1700
- fix: use seeker to avoid memory without multipart upload by @harshavardhana in #1699
- fail properly while parsing duplicate tags by @harshavardhana in #1701
Full Changelog: v7.0.38...v7.0.39
Bugfix Release
What's Changed
- Updating documentation links to new URLs by @djwfyi in #1696
- fix: broken unmarshal metadata map due to XML changes by @harshavardhana in #1698
New Contributors
Full Changelog: v7.0.37...v7.0.38
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