github minio/minio RELEASE.2020-09-26T03-44-56Z
Minor Bug Fix Release

Highlights

  • Set maximum open connections limit in Postgres and MySQL target configs. See(#10558) for more details.
  • Lock related improvements. See (#10571) for more details.
  • Faster disconnects and improvements to network error checks. See (#10567, #10562) for more details.
  • Improvements to healing. See (#10569, #10561) for more details.
  • federation: Honor range with UploadObjectPart to a different cluster. See (#10570) for more details.
  • avoid ListBuckets returning quorum errors when node is down. See (#10555) for more details.

Changelog

  • unlock() only if locking was successful (09/25/20) (Harshavardhana)
  • fix: add lock ownership to expire locks (#10571) (09/25/20) (Harshavardhana)
  • fix: network failure err check should ignore context canceled errors (#10567) (09/25/20) (Harshavardhana)
  • federation: Honor range with UploadObjectPart to a different cluster (#10570) (09/25/20) (Anis Elleuch)
  • heal: Fix periodic healing cleanup (#10569) (09/25/20) (Anis Elleuch)
  • os.SEEK_SET is deprecated,use io.SeekStart. (#10563) (09/25/20) (飞雪无情)
  • Set the maximum open connections limit in PG and MySQL target configs (#10558) (09/25/20) (Praveen raj Mani)
  • reduce timeouts between servers for faster disconnects (#10562) (09/24/20) (Harshavardhana)
  • report heal drives properly, also from global state (#10561) (09/24/20) (Harshavardhana)
  • Fix minimum replication workers started (#10560) (09/24/20) (poornas)
  • avoid ListBuckets returning quorum errors when node is down (#10555) (09/24/20) (Harshavardhana)
  • Remove redundant mgmtQueryKey type. (#10557) (09/24/20) (飞雪无情)
  • Update Kubernetes Helm Readme.md (#10559) (09/24/20) (Espen Finnesand)

Don't miss a new minio release

NewReleases is sending notifications on new releases.