Skip to content

Releases: minio/minio-py

Minor Bug Fix Release

09 Oct 22:31
4.0.6
Compare
Choose a tag to compare

Changelog

  • multipart: Avoid reading all parts at once before upload (#703) (10/02/18)
  • tests: Load CA cert from SSL_CERT_FILE if found (#702) (09/24/18)

Minor Bug Fix Release

22 Sep 00:55
4.0.5
b508c9d
Compare
Choose a tag to compare

Changelog

  • Set Encryption headers only for SSE-C in multipart uploads (#700) (09/21/18)
  • Honour is_dir in listobjects API (#698) (09/19/18)
  • Handle empty XML response in get_bucket_notification (#697) (09/14/18)

Minor Bugfix release

10 Sep 23:59
4.0.4
Compare
Choose a tag to compare

Changelog

  • Fix broken tests with ENABLE_HTTPS=0 (#692) (09/05/18)

Minor Bugfix release

11 Sep 00:00
4.0.3
Compare
Choose a tag to compare

Changelog

  • Adds SSE support (#686) (08/03/18)
  • adds support for string policy (#687) (08/01/18)
  • Fix parse_new_multipart_upload (#678) (07/21/18)
  • fix documentation for list_objects and list_objects_v2 (#680) (07/16/18)
  • Add missing file close logic (#674) (07/09/18)
  • Do not add metadata headers during completeMultipart (#676) (07/08/18)

Minor bugfix release

22 Jun 23:35
4.0.2
Compare
Choose a tag to compare

Changelog

  • Do not urldecode Key from list_objects response (#670) (06/21/18)
  • fget_object: Delete existing file in destination path before copying (#668) (06/20/18)
  • fix set_bucket_notification filter (#660) (06/20/18)
  • Custom metadata doc and test changes (#664) (06/14/18)

Minor bugfix release

13 Jun 21:50
4.0.1
Compare
Choose a tag to compare

Changelog

  • remove EOL'ed python releases from support list (#661) (06/10/18)
  • Fix listen_bucket_notification (#659) (06/09/18)
  • tests: Negative tests should ignore exceptions properly (#658) (06/07/18)
  • fix listen_bucket_notification (#657) (06/07/18)
  • api:put_object not saving user metadata without x-amz-meta- prefix (#655) (#656) (05/02/18)
  • Support for specifying custom presign request date (#649) (05/01/18)

Breaking API change

28 Apr 00:43
4.0.0
Compare
Choose a tag to compare

Highlights

Breaking API change get_bucket_policy and set_bucket_policy APIs now take the entire policy, canned policies are deprecated.

Changelog

  • support aliyun OSS api (#654) (04/23/18) <赖信涛>
  • Refactors get_bucket_policy and set_bucket_policy apis (#639) (04/19/18)
  • tests: Fix test_thread_safe behavior (#642) (04/12/18)
  • fix issue #645. (#647) (04/10/18)
  • Increase urllib3 connection pool size (#638) (#646) (04/05/18)
  • Fix put_object documentation example (#644) (03/29/18)
  • Adds some missing defaults and params (#641) (03/26/18)
  • Add SSL_CERT_FILE env. var. to specify custom CA certificate (#637) (03/14/18)

Bug fix release

07 Mar 20:36
3.0.4
Compare
Choose a tag to compare

Changelog

  • Change ThreadPool and Worker class in thread_pool.py (#628)
  • Fix date parsing (#633)

Bug fix release

08 Feb 03:19
3.0.3
Compare
Choose a tag to compare

Changelog

  • Override all other regions if region is set (#624)
  • Strip port 80/443 only for the corresponding protocol, http/https (#620)

Bug fix release.

24 Jan 22:11
3.0.2
Compare
Choose a tag to compare

Changelog

  • Fix test_thread_safe azure gateway failure (#619)
  • Fix put_object negative test case to fail properly (#615)
  • Fixes 2 tests failing for gateway azure (#617)
  • fix test_list_objects_with_prefix bug when listing (#613)
  • enable MINT_MODE=full for travis tests (#614)