Skip to content

Releases: minio/minio-py

Bugfix Release

05 May 00:22
7.1.8
06f9ba0

Choose a tag to compare

What's Changed

Full Changelog: 7.1.7...7.1.8

Bugfix Release

19 Apr 04:49
7.1.7
2a33817

Choose a tag to compare

What's Changed

Full Changelog: 7.1.6...7.1.7

Bugfix Release

09 Apr 21:08
7.1.6
e8b0d1b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.5...7.1.6

Feature Release

11 Mar 03:34
7.1.5
0aa0234

Choose a tag to compare

What's Changed

Full Changelog: 7.1.4...7.1.5

Bugfix Release

27 Feb 06:25
7.1.4
9759f4d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.3...7.1.4

Bugfix Release

02 Feb 04:55
7.1.3
195d54e

Choose a tag to compare

What's Changed

  • Update set_object_lock_config.py by @anooptp in #1170
  • fix finding user's home directory in AWSConfigProvider/MinioClientConfigProvider by @nfioraio-ec in #1175
  • fix EnvAWSProvider/EnvMinioProvider to fetch access/secret keys and session token always from os.environ by @nfioraio-ec in #1174

New Contributors

Full Changelog: 7.1.2...7.1.3

Minor Bugfix Release

29 Nov 22:06
7.1.2
c1ab4af

Choose a tag to compare

Changelog

  • fix: do not enforce role value for replicationConfig (#1166) (11/24/21) (Harshavardhana)
  • fix: canonical request path if empty choose '/' (#1165) (11/24/21) (Harshavardhana)

Bugfix Release

08 Oct 20:56
7.1.1
28b67c4

Choose a tag to compare

Changelog

  • Fix transition xml name in lifecycleconfig (#1142) (10/09/21) (Bala FA)
  • Remove nose tests and move to python unittest (#1152) (10/09/21) (Steve Kowalik)
  • Use unquote_plus() to decode url encoded value. (#1158) (10/09/21) (Bala FA)
  • Ignore cert addition if custom httpclient is passed (#1157) (10/08/21) (Anton Samokhvalov)
  • use f-string wherever possible (#1155) (10/08/21) (Bala FA)
  • Raise ValueError instead of returning in ChainedProvider (#1146) (09/01/21) (Bala FA)

Bugfix Release

08 Jul 06:05
7.1.0
bec4e8e

Choose a tag to compare

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)

Minor Bugfix Release

13 Jun 17:41
7.0.4
01cf885

Choose a tag to compare

Changelog

  • fix: pylint build issues in minio-py (#1111) (06/07/21) (Harshavardhana)
  • allow setting custom environment variables for mc admin subprocess (#1100) (05/24/21) (cbows)
  • fix error when mc admin response has a trailing newline (#1099) (05/24/21) (cbows)
  • Bucket: add string representation and equality method (#1095) (05/24/21) (Bahram Aghaei)
  • list_objects(): identify delete marker generically (#1106) (05/24/21) (Bala FA)