Skip to content

Bug fix release.

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 01 Sep 08:58
· 848 commits to master since this release
v3.0.2

Highlights

  • Major OOM bug fixed by using fixed sized buffer for PutObjectStreaming with no content length.
  • Region is automatically handled now in minio-go if possible by looking at the AWS S3 Endpoint.

Changelog

  • Add new API PresignedHeadObject method. (#798) (3 days ago)
  • Conditionally retry HTTP calls for specific S3 errors (#799) (3 days ago)
  • fix: Extract region from s3-.amazonaws.com (#787) (2 weeks ago)
  • Send logger output to stdout by default for functional tests (#786) (2 weeks ago)
  • fix: Mutating variables within go closures should be explicit. (#788) (2 weeks ago)
  • fix: Implement random reader for generating data. (#780) (3 weeks ago)
  • fix #730 by replacing the buffer pool with a per-call buffer. (#781) (3 weeks ago)