Skip to content

Releases: minio/minio-py

Minor Bug Fix Release

30 Jan 19:16
4.0.11
Compare
Choose a tag to compare

Changelog

  • Add progress bar (#723) (01/30/19)
  • Set prefix param even when empty (#728) (01/29/19)

Minor Bug Fix Release

16 Jan 20:17
4.0.10
Compare
Choose a tag to compare

Changelog

  • Convert bytes to str before parsing json (#727) (01/10/19)

Minor Bug Fix Release

10 Jan 01:52
4.0.9
Compare
Choose a tag to compare

Changelog

  • make_bucket: Use correct region when signing requests (#725) (01/04/19)

Minor Bug Fix Release

05 Dec 23:48
4.0.8
Compare
Choose a tag to compare

Changelog

  • Metadata support for copy_object (#722) (12/04/18)

Minor Bug Fix Release

30 Nov 04:04
4.0.7
Compare
Choose a tag to compare

Changelog

  • Fixed typo in 409 Conflict error response (#720) (11/28/18)
  • put_object: Limit tasks queue size to avoid reading the whole data (#706) (10/30/18)
  • tests: Remove recreate bucket test (#714) (10/29/18)
  • Allow building minio without nose package (#707) (10/29/18)
  • Fix the failing functional testcases (vs) s3 (#713) (10/27/18)
  • tests: Avoid running regional make bucket if not AWS S3 (#711) (10/26/18)

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)