Releases: minio/minio-py
Releases · minio/minio-py
Refactor AdminClient release
What's Changed
Full Changelog: 7.1.17...7.2.0
Bugfix release
What's Changed
- add type hint for
minio/credentials/credentials.py
by @trim21 in #1298 - Fix missed f-strings by @alldevic in #1304
- prepare temporary directory when
fget_object
by @Laisky in #1309 - Add CertificateIdentityProvider to imports by @balamurugana in #1308
- add type hint for
Minio.put_object
by @trim21 in #1301 - add type hint for
Minio.get_object
by @trim21 in #1300 - add type hint for
Minio.__init__
by @trim21 in #1299
New Contributors
- @trim21 made their first contribution in #1298
- @alldevic made their first contribution in #1304
- @Laisky made their first contribution in #1309
Full Changelog: 7.1.16...7.1.17
Bugfix release
What's Changed
- Update deprecated mc admin policy commands by @pbrw in #1277
- update release references to master in README.md by @sprior in #1285
- Fix upload snowball objects with staging file by @emrocha in #1286
- Add generic AWS S3 domain support by @balamurugana in #1289
New Contributors
- @pbrw made their first contribution in #1277
- @sprior made their first contribution in #1285
- @emrocha made their first contribution in #1286
Full Changelog: 7.1.15...7.1.16
Bugfix release
What's Changed
- upload_snowball_object(): seek stream to 0 before upload by @balamurugana in #1271
- Revert "list_objecst: fix parsing user metadata as per MinIO server (#1240)" by @balamurugana in #1273
- Disable multipart upload for upload_snowball_objects() api. by @balamurugana in #1283
- Remove locale usage for datetime parsing by @balamurugana in #1274
- fix policy as a string in presigned_post_policy() API by @cniackz in #1272
- Add cert_check flag to main class constructor by @walnuttiger8 in #1267
New Contributors
- @cniackz made their first contribution in #1272
- @walnuttiger8 made their first contribution in #1267
Full Changelog: 7.1.14...7.1.15
Bugfix release
What's Changed
- Have single GitHub workflow YAML by @balamurugana in #1259
- fget_object(): create tmp_file_path string generically by @balamurugana in #1258
- Add upload_snowball_objects() API by @balamurugana in #1260
- checks: ignore broad-exception-raised pylint error by @balamurugana in #1266
Full Changelog: 7.1.13...7.1.14
Bugfix Release
What's Changed
- Use Apache license SPDX identifier by @elprimato in #1242
- fix usage of deprecated urllib3.Response.getheaders() by @farnsworth in #1249
- Fix typos and add codespell GitHub Action by @kianmeng in #1251
- Expose fetch-owner in the api for list_object by @dmosesson in #1255
- Add python 3.11 support by @fedepad in #1253
New Contributors
- @elprimato made their first contribution in #1242
- @farnsworth made their first contribution in #1249
- @kianmeng made their first contribution in #1251
- @dmosesson made their first contribution in #1255
- @fedepad made their first contribution in #1253
Full Changelog: 7.1.12...7.1.13
Bugfix Release
What's Changed
- fix documentation display composing by @j13tw in #1231
- fget_object(): add progress support by @moon-jong in #1235
- Updating documentation links to new URLs by @djwfyi in #1239
- list_objects: fix parsing user metadata as per MinIO server by @harshavardhana in #1240
New Contributors
- @j13tw made their first contribution in #1231
- @moon-jong made their first contribution in #1235
- @djwfyi made their first contribution in #1239
Full Changelog: 7.1.11...7.1.12
Bugfix Release
Bugfix Release
What's Changed
- fget_object(): remove resume support. by @balamurugana in #1215
- fix lifecycle config rule validation by @balamurugana in #1217
- error out if lifecycle rule has null filter by @balamurugana in #1219
- EventIterable: Reconnect on closed response. by @balamurugana in #1222
Full Changelog: 7.1.9...7.1.10
Bugfix Release
What's Changed
- allow hashlib.md5() calls to work with FIPS kernels by @BOPOHA in #1200
- Handle 304 status code properly by @balamurugana in #1202
- correct ValueError when part_size > MAX_PART_SIZE by @ernestang98 in #1205
- Set minimum requirement to Python v3.7 by @balamurugana in #1209
New Contributors
- @BOPOHA made their first contribution in #1200
- @ernestang98 made their first contribution in #1205
Full Changelog: 7.1.8...7.1.9