Skip to content

Major bug fix release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 02 Aug 23:19
· 7032 commits to master since this release
RELEASE.2018-08-02T23-11-36Z

Highlights

  • Regression fixed in updating NAS Gateway Bucket Policy from disk.
  • Return correct error code 503 instead of 404 for GetObject when more than half the disks are not found.
  • Deprecated ListLocks and ClearLocks.
  • Miscellaneous other improvements and bug fixes.

Changelog

  • Deprecate ListLocks and ClearLocks (#6233) (08/02/18)
  • Check for syscall errors in posix-errors helper functions (#6232) (08/01/18)
  • Handle POST object upload without filename param (#6221) (08/01/18)
  • crypto: add GenerateIV from random IV generation (#6215) (08/01/18)
  • Appropriate error message on unsuccessful update. (#6203) (08/01/18)
  • crypto: implement Stringer for S3 and SSEC (#6216) (07/31/18)
  • Fix Kubernetes TLS doc to avoid creating CAs dir on read only mount (#6214) (07/31/18)
  • Fix healthcheck handler to verify gateway backend liveness (#6218) (07/31/18)
  • Return 503 instead of 404 if more than half of disks are not found (#6207) (07/31/18)