Releases: minio/minio-py
Releases · minio/minio-py
Bugfix Release
What's Changed
- fix make version-id dictionary instead of set by @balamurugana in #1197
Full Changelog: 7.1.7...7.1.8
Bugfix Release
What's Changed
- fix converting boolean value to XML boolean. by @balamurugana in #1186
- fix: listen bucket event response should use response.readline() by @harshavardhana in #1195
Full Changelog: 7.1.6...7.1.7
Bugfix Release
What's Changed
- Add reduce() method to errors for pickle compatible. by @balamurugana in #1190
- use unittest.mock instead of mock by @pgajdos in #1188
New Contributors
Full Changelog: 7.1.5...7.1.6
Feature Release
What's Changed
- Add AssumeRoleWithCertificate credential provider. by @balamurugana in #1182
Full Changelog: 7.1.4...7.1.5
Bugfix Release
What's Changed
- docs: fix typo in object_lock config function name by @harshavardhana in #1176
- fix progress bar division by zero error by @harshavardhana in #1177
- Add policy unset method to minio admin by @federicober in #1180
- fix: lint checks and enable MINIO_CI_CD=1 for functional tests by @harshavardhana in #1181
New Contributors
- @federicober made their first contribution in #1180
Full Changelog: 7.1.3...7.1.4
Bugfix Release
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
- @anooptp made their first contribution in #1170
- @nfioraio-ec made their first contribution in #1175
Full Changelog: 7.1.2...7.1.3
Minor Bugfix Release
Bugfix Release
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
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
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)