Releases: minio/minio-py
Releases · minio/minio-py
Bug fix release.
Changelog
- url: resource and query encoding should support unicode (#530) (2 hours ago)
- tests: Fix functional tests for Python 3 (#534) (4 days ago)
- Use hex instead of hash interface in partMetadata (#531) (4 days ago)
- signv4: Strip port 80 & 443 from url (#528) (3 weeks ago)
- fix: Use urllib.quote() instead of pathname2url() (#525) (5 weeks ago)
- Add support for custom headers for get, fget and get_partial methods (#522) (5 weeks ago)
- examples: Fix curl command for presigned post (#517) (7 weeks ago)
- Correct attribute initialization in ResponseError (#515) (7 weeks ago)
Bug fix release.
- correct bucket_name to bucket.name (#506) (2 weeks ago)
- api: Return custom metadata in stat_object. (#505) (2 weeks ago)
- signV4: Fix signature issue while doing multipart upload. (#504) (2 weeks ago)
- Add proper exception handling with known exceptions. (#498) (3 weeks ago)
- api: ListenBucketNotification now supports s3:ObjectAccessed:* (#501) (4 weeks ago)
- Fix listen_bucket_notification do not preload_content. (#496) (6 weeks ago)
- Custom certificate bundles (#494) (7 weeks ago)
Regression bugfix release
Changelog
- FoldCaseDict should extend python dict (#489) (22 minutes ago)
API enhancement release
Bug fix release.
Changelog
- Fix set_bucket_policy crash in bucket_resource handling. (#483) (86 minutes ago)
- policy: Should treat policy.NONE by removing statements. (#478) (5 days ago)
- DRY: Exceptions (#477) (6 days ago)
- DRY: Use functions to construct resource names. (#476) (7 days ago)
- get_bucket_policy is broken (#475) (7 days ago)
- Make resource compatible with new policy (#456) (7 days ago)
- Allow bucket region cache to be overriden. (#474) (11 days ago)
Bug fix release.
Bug fix release.
Bug fix release.
- get_upload_id should return upload id instead of IncompleteUpload object (#454) (2 days ago)
Bug fix and python 3.x compatibility fixes
Bug fix release.
- Fix signature mismatch in putobject in python3 (Fixes #435) (#436) (3 hours ago)
- Add support for
response_headers
argument onpresigned_get_object
(#434) (2 days ago) - Add List Objects V2 API (Fixes #376) (#430) (7 days ago)
- Add Multi-Object Delete API support (Fixes #413) (#429) (8 days ago)
- Fix sign v4 breakage in Python 3 (#427) (10 days ago)
- fixed EU location check (#426) (2 weeks ago)
- Add new 'message' attr for ParseError. (#424) (2 weeks ago)