Skip to content

Releases: minio/minio-py

Bugfix Release

19 Apr 04:49
7.1.7
2a33817
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.6...7.1.7

Bugfix Release

09 Apr 21:08
7.1.6
e8b0d1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.5...7.1.6

Feature Release

11 Mar 03:34
7.1.5
0aa0234
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.4...7.1.5

Bugfix Release

27 Feb 06:25
7.1.4
9759f4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.3...7.1.4

Bugfix Release

02 Feb 04:55
7.1.3
195d54e
Compare
Choose a tag to compare

What's Changed

  • Update set_object_lock_config.py by @anooptp in #1170
  • fix finding user's home directory in AWSConfigProvider/MinioClientConfigProvider by @nfioraio-ec in #1175
  • fix EnvAWSProvider/EnvMinioProvider to fetch access/secret keys and session token always from os.environ by @nfioraio-ec in #1174

New Contributors

Full Changelog: 7.1.2...7.1.3

Minor Bugfix Release

29 Nov 22:06
7.1.2
c1ab4af
Compare
Choose a tag to compare

Changelog

  • fix: do not enforce role value for replicationConfig (#1166) (11/24/21) (Harshavardhana)
  • fix: canonical request path if empty choose '/' (#1165) (11/24/21) (Harshavardhana)

Bugfix Release

08 Oct 20:56
7.1.1
28b67c4
Compare
Choose a tag to compare

Changelog

  • Fix transition xml name in lifecycleconfig (#1142) (10/09/21) (Bala FA)
  • Remove nose tests and move to python unittest (#1152) (10/09/21) (Steve Kowalik)
  • Use unquote_plus() to decode url encoded value. (#1158) (10/09/21) (Bala FA)
  • Ignore cert addition if custom httpclient is passed (#1157) (10/08/21) (Anton Samokhvalov)
  • use f-string wherever possible (#1155) (10/08/21) (Bala FA)
  • Raise ValueError instead of returning in ChainedProvider (#1146) (09/01/21) (Bala FA)

Bugfix Release

08 Jul 06:05
7.1.0
bec4e8e
Compare
Choose a tag to compare

Highlights

  • Minor version bumped for behavior change in listen_bucket_notification() implementation
    refer #1118, #1126

Changelog

  • EventIterable: use looping instead of tail recursion in next() (#1126) (07/07/21) (Bala FA)
  • fix pylint errors (#1121) (07/01/21) (Bala FA)
  • list_objects(): add url encoding type support. (#1107) (06/29/21) (Bala FA)
  • docs: add anchor for get_presigned_url method in API docs (#1109) (06/28/21) (Harman Singh)
  • listen_bucket_notification(): return EventIterable object as controlled iterator. (#1118) (06/25/21) (Bala FA)

Minor Bugfix Release

13 Jun 17:41
7.0.4
01cf885
Compare
Choose a tag to compare

Changelog

  • fix: pylint build issues in minio-py (#1111) (06/07/21) (Harshavardhana)
  • allow setting custom environment variables for mc admin subprocess (#1100) (05/24/21) (cbows)
  • fix error when mc admin response has a trailing newline (#1099) (05/24/21) (cbows)
  • Bucket: add string representation and equality method (#1095) (05/24/21) (Bahram Aghaei)
  • list_objects(): identify delete marker generically (#1106) (05/24/21) (Bala FA)

Minor Bugfix Release

06 Apr 21:10
7.0.3
fe78f92
Compare
Choose a tag to compare

Changelog

  • make_bucket: use region passed via constructor (#1103) (03/29/21) (Bala FA)
  • Add compression type in XML of Input Serialization (#1092) (03/25/21) (Bala FA)
  • Add non-empty filter rule check in Lifecycle configuration. (#1094) (03/25/21) (Bala FA)
  • fix user metadata query parameter in list_objects() (#1098) (03/20/21) (Bala FA)
  • fix Minio constructor documentation (#1087) (03/14/21) (Bala FA)
  • Add new mc config format support in MinioClientConfigProvider (#1090) (03/11/21) (Dimitri Igdalov)
  • fix pytest warning error (#1088) (03/02/21) (Gromil)
  • Optimize logic of read_part_data() (#1085) (02/21/21) (Bala FA)
  • Fix divided by zero error at part info computation. (#1083) (02/18/21) (Bala FA)