Skip to content

Releases: minio/minio-py

Bug fix release.

01 Feb 00:32
2.0.8
Compare
Choose a tag to compare
  • Make HTTP(S) responses always preload content by default: (#465)
  • fix(urllib3): add minimum required version (#469)
  • Fix list objects bug - fixes #464 (#467)

Bug fix release.

28 Jan 16:28
2.0.7
Compare
Choose a tag to compare
  • parsers: Expect empty ETag in objects list (#461) (2 days ago)
  • Add proper retries for all our requests. (#459) (3 days ago)

Bug fix release.

05 Jan 20:52
2.0.6
Compare
Choose a tag to compare
  • get_upload_id should return upload id instead of IncompleteUpload object (#454) (2 days ago)

Bug fix and python 3.x compatibility fixes

28 Dec 01:11
2.0.5
Compare
Choose a tag to compare
  • Code cleanups and simplifications. (#446) (30 hours ago)
  • Update resource as per new policy (#449) (2 days ago)
  • Fix deprecated test package - move from fake-factory to Faker (#447) (5 days ago)
  • XML Parsing refactor: (#444) (7 days ago)
  • Fix setup.py to indicate minio-py as Stable. (3 weeks ago)

Bug fix release.

09 Dec 08:06
2.0.4
Compare
Choose a tag to compare
  • Fix signature mismatch in putobject in python3 (Fixes #435) (#436) (3 hours ago)
  • Add support for response_headers argument on presigned_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)

Bug fix release.

22 Nov 21:38
2.0.3
Compare
Choose a tag to compare
  • Fixes a bug in presigned URL generation.
  • Fixes a bug in copy_object API
  • Adds support for ohio and china region.

New API changes and updated documentation

09 Oct 04:21
2.0.2
Compare
Choose a tag to compare
  • Add copyObject API.
  • Add listen_bucket_notification API.

Bug fix release.

16 Sep 02:56
2.0.1
Compare
Choose a tag to compare
  • 4ad9bc9 - Implement Bucket Notifications APIs (#404) (26 hours ago)
  • b0bbc8b - Fix examples to indicate that we should be using streams. (#403) (9 days ago)
  • def88f9 - api: Fix python3 compatibility issue by using compat values. (#400) (2 weeks ago)
  • eb7c2b5 - Code:helpers.py/Added ap-south-1 region to the list of available s3 regions. (#397) (5 weeks ago)
  • cad9fc0 - api: add get_bucket_policy and set_bucket_policy. (#385) (7 weeks ago)

Bug fix release and deprecate APIs

16 May 18:34
Compare
Choose a tag to compare
  • Fixes an important bug in putObject behavior where total_parts logic was wrong.
  • presigned_post_policy() returns the URL where the form data should be posted.
  • Removed ACL related code entirely, as it's not needed anymore.

Bug fix release

23 Mar 04:38
Compare
Choose a tag to compare
  • Fixed a bug in list_objects.
  • Fixed a bug in bucket_exists behavior.