What's Changed
* replace github.com/mitchellh/go-homedir by os by Humm42 in https://github.com/minio/minio-go/pull/1658
* allow disabling sha256 completely for PUT requests by harshavardhana in https://github.com/minio/minio-go/pull/1668
* always listen on context canceled waiting on channels by harshavardhana in https://github.com/minio/minio-go/pull/1669
* fix: avoid send on a closed channel race, cancel inner context. by harshavardhana in https://github.com/minio/minio-go/pull/1670
New Contributors
* Humm42 made their first contribution in https://github.com/minio/minio-go/pull/1658
**Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.29...v7.0.30