Skip to content

Breaking change and bug fix release.

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 25 Mar 00:59
· 311 commits to master since this release
5.0.0

Highlights

  • set/getBucketPolicy() now accepts policy JSON value directly while breaking the API.
  • bucketExists breaking API change - now properly returns false when bucket doesn't exist.

Changelog

  • set/getBucketPolicy takes/returns policy JSON file (#676) (03/22/18)
  • Change type of lastModified to Date for return value of statObject (#678) (03/08/18)
  • makeBucket should use the requested region for signing (#675) (03/07/18)
  • Make region optional in makebucket API (#672) (02/26/18)
  • Correct documentation (#670) (02/21/18)
  • Add typings installation. (#669) (02/18/18)
  • Small typo (#667) (02/12/18)
  • Fix typo in listObjects{v2} API in Chinese docs. (#661) (02/09/18)
  • bucketExists: Use a bool to indicate if a bucket exists or not (#666) (02/09/18) <A. Elleuch>