Releases: minio/minio-py
Releases · minio/minio-py
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)
Minor Bugfix Release
Changelog
- make_bucket: use region passed via constructor (#1103) (03/29/21) (Bala FA)
- Add compression type in XML of Input Serialization (#1092) (03/25/21) (Bala FA)
- Add non-empty filter rule check in Lifecycle configuration. (#1094) (03/25/21) (Bala FA)
- fix user metadata query parameter in list_objects() (#1098) (03/20/21) (Bala FA)
- fix Minio constructor documentation (#1087) (03/14/21) (Bala FA)
- Add new mc config format support in MinioClientConfigProvider (#1090) (03/11/21) (Dimitri Igdalov)
- fix pytest warning error (#1088) (03/02/21) (Gromil)
- Optimize logic of read_part_data() (#1085) (02/21/21) (Bala FA)
- Fix divided by zero error at part info computation. (#1083) (02/18/21) (Bala FA)
Feature Release
Highlights
- MinIO admin API support. See (#1076) for more details.
Changelog
- Add MinIO admin API support. (#1076) (02/12/21) (Bala FA)
- Convert timedelta.total_seconds() to integer in credential providers. (#1081) (02/12/21) (Brian Thorne)
- Update fget_object() API documentation (#1075) (02/01/21) (Bala FA)
- fix data argument description of put_object() API (#1071) (01/29/21) (Bala FA)
- fix getbytes() usage in make_bucket() API (#1073) (01/29/21) (Bala FA)
- fix Retention properties usage (#1066) (01/27/21) (Bala FA)
- fix Tagging.tags usage properly (#1061) (01/27/21) (Bala FA)
- Add default 5 minutes timeout to default http client (#1069) (01/25/21) (Bala FA)
- fix docstring and error handling in _validate_size() (#1063) (01/19/21) (Mykola Mokhnach)
- Enhance HTTP trace (#1056) (01/09/21) (Bala FA)