Skip to content

Bugfix Release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 08 Jul 06:05
· 139 commits to master since this release
7.1.0
bec4e8e

Highlights

  • Minor version bumped for behavior change in listen_bucket_notification() implementation
    refer #1118, #1126

Changelog

  • EventIterable: use looping instead of tail recursion in next() (#1126) (07/07/21) (Bala FA)
  • fix pylint errors (#1121) (07/01/21) (Bala FA)
  • list_objects(): add url encoding type support. (#1107) (06/29/21) (Bala FA)
  • docs: add anchor for get_presigned_url method in API docs (#1109) (06/28/21) (Harman Singh)
  • listen_bucket_notification(): return EventIterable object as controlled iterator. (#1118) (06/25/21) (Bala FA)