Skip to content

Releases: minio/minio-py

Bug fix release.

20 Jun 00:02
2.2.3
Compare
Choose a tag to compare

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.

03 May 01:55
2.2.2
Compare
Choose a tag to compare
  • 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

25 Feb 03:37
2.2.1
Compare
Choose a tag to compare

Changelog

  • FoldCaseDict should extend python dict (#489) (22 minutes ago)

API enhancement release

24 Feb 21:11
2.2.0
Compare
Choose a tag to compare

Changelog

  • Add support for additional metadata headers. (#486) (9 minutes ago)
  • Add timeout for Minio constructor. (#487) (11 hours ago)
  • Return consistent outputs for put_object/fput_object (#484) (26 hours ago)

Bug fix release.

23 Feb 01:26
2.1.0
Compare
Choose a tag to compare

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.

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)