Minio

Latest version: v7.2.5

Safety actively analyzes 619212 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 36

7.2.5

What's Changed
* MinioAdmin: Add {add,update,delete,list,get}_service_account APIs by Alveel in https://github.com/minio/minio-py/pull/1399
* fix DecryptReader to handle stream data correctly by balamurugana in https://github.com/minio/minio-py/pull/1400
* fix pylint error by balamurugana in https://github.com/minio/minio-py/pull/1403

New Contributors
* Alveel made their first contribution in https://github.com/minio/minio-py/pull/1399

**Full Changelog**: https://github.com/minio/minio-py/compare/7.2.4...7.2.5

7.2.4

What's Changed
* fix typing in remove_objects/upload_snowball_objects APIs by cuu508 in https://github.com/minio/minio-py/pull/1389
* Ignore Amazon EC2 public domain as AWS S3 domain by balamurugana in https://github.com/minio/minio-py/pull/1391
* Add UserTags support to list_objects API by angrybat in https://github.com/minio/minio-py/pull/1381

New Contributors
* cuu508 made their first contribution in https://github.com/minio/minio-py/pull/1389
* angrybat made their first contribution in https://github.com/minio/minio-py/pull/1381

**Full Changelog**: https://github.com/minio/minio-py/compare/7.2.3...7.2.4

7.2.3

What's Changed
* Add import aliases to make mypy happy by a1d4r in https://github.com/minio/minio-py/pull/1383
* Make urllib3 v1 compatible by balamurugana in https://github.com/minio/minio-py/pull/1384
* Update docs for cert_check flag by paytonward6 in https://github.com/minio/minio-py/pull/1385

New Contributors
* a1d4r made their first contribution in https://github.com/minio/minio-py/pull/1383
* paytonward6 made their first contribution in https://github.com/minio/minio-py/pull/1385

**Full Changelog**: https://github.com/minio/minio-py/compare/7.2.2...7.2.3

7.2.2

What's Changed
* fix install_requires urllib3 by ydc-0 in https://github.com/minio/minio-py/pull/1379

New Contributors
* ydc-0 made their first contribution in https://github.com/minio/minio-py/pull/1379

**Full Changelog**: https://github.com/minio/minio-py/compare/7.2.1...7.2.2

7.2.1

What's Changed
* Add type hints for MinioAdmin class by jessebot in https://github.com/minio/minio-py/pull/1334
* fix remove_objects() example to convert map to list of map by dsgibbons in https://github.com/minio/minio-py/pull/1311
* fix part size value appropriately in upload_snowball_objects() API by erwin-vanduijnhoven in https://github.com/minio/minio-py/pull/1333
* Add type annotations to xml.py by trim21 in https://github.com/minio/minio-py/pull/1327
* Add typing to remove_object() API by trim21 in https://github.com/minio/minio-py/pull/1336
* Add typing to sse.py by balamurugana in https://github.com/minio/minio-py/pull/1338
* Add typing to time.py by balamurugana in https://github.com/minio/minio-py/pull/1339
* Remove 16KiB limit in MinioAdmin crypto functions by balamurugana in https://github.com/minio/minio-py/pull/1345
* Add typing to helpers.py by balamurugana in https://github.com/minio/minio-py/pull/1341
* Add typing in signer.py by balamurugana in https://github.com/minio/minio-py/pull/1340
* Add typing in crypto.py by balamurugana in https://github.com/minio/minio-py/pull/1346
* Add typing in versioningconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1347
* Add typing in tagging.py by balamurugana in https://github.com/minio/minio-py/pull/1348
* Add extra headers to stat_object() API by trollfot in https://github.com/minio/minio-py/pull/1335
* Remove typing.Dict usage in sse.py by balamurugana in https://github.com/minio/minio-py/pull/1350
* fix typing in xml.py by balamurugana in https://github.com/minio/minio-py/pull/1352
* Add typing in sseconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1351
* Add typing in retention.py by balamurugana in https://github.com/minio/minio-py/pull/1353
* Add typing in objectlockconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1354
* Add typing in legalhold.py by balamurugana in https://github.com/minio/minio-py/pull/1355
* Add typing in error.py by balamurugana in https://github.com/minio/minio-py/pull/1356
* Add typing in deleteobjects.py by balamurugana in https://github.com/minio/minio-py/pull/1357
* Add typing in datatypes.py by balamurugana in https://github.com/minio/minio-py/pull/1362
* Add typing in commonconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1363
* Add typing in lifecycleconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1364
* Add typing in notificationconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1365
* Add typing in replicationconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1366
* fix typing in signer.py by balamurugana in https://github.com/minio/minio-py/pull/1369
* fix: certs path directory by harshavardhana in https://github.com/minio/minio-py/pull/1375
* fix typing in versioningconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1370
* Fix typing in tagging py by balamurugana in https://github.com/minio/minio-py/pull/1371
* Add typing in credentials module by balamurugana in https://github.com/minio/minio-py/pull/1372
* fix typing in helpers.py by balamurugana in https://github.com/minio/minio-py/pull/1373
* Add typing in minioadmin.py by balamurugana in https://github.com/minio/minio-py/pull/1367
* Add typing in api.py by balamurugana in https://github.com/minio/minio-py/pull/1368
* Enable mypy check by balamurugana in https://github.com/minio/minio-py/pull/1376
* Update the Python Quickstart README by feorlen in https://github.com/minio/minio-py/pull/1326

New Contributors
* jessebot made their first contribution in https://github.com/minio/minio-py/pull/1334
* dsgibbons made their first contribution in https://github.com/minio/minio-py/pull/1311
* erwin-vanduijnhoven made their first contribution in https://github.com/minio/minio-py/pull/1333
* trollfot made their first contribution in https://github.com/minio/minio-py/pull/1335
* feorlen made their first contribution in https://github.com/minio/minio-py/pull/1326

**Full Changelog**: https://github.com/minio/minio-py/compare/7.2.0...7.2.1

7.2.0

What's Changed
* Refactor MinioAdminClient using HTTP client by pbrw in https://github.com/minio/minio-py/pull/1291


**Full Changelog**: https://github.com/minio/minio-py/compare/7.1.17...7.2.0

Page 1 of 36

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.