What's Changed * Pass request_headers to stat_object API from fget_object API by balamurugana in https://github.com/minio/minio-py/pull/1461 * list_objects: add extra headers and extra query parameters by balamurugana in https://github.com/minio/minio-py/pull/1458
What's Changed * prompt_object API support by dilverse in https://github.com/minio/minio-py/pull/1450 * remove EOLed python 3.8 support by balamurugana in https://github.com/minio/minio-py/pull/1453 * WebIdentityClientGrantsProvider: use 'id_token' as fallback to 'access_token' by balamurugana in https://github.com/minio/minio-py/pull/1457 * fix calling cleanup function in Worker.run() to avoid race condition by detailyang in https://github.com/minio/minio-py/pull/1455 * fix python3.13 leap day parsing warning in time.from_http_header() by rafsaf in https://github.com/minio/minio-py/pull/1452
New Contributors * dilverse made their first contribution in https://github.com/minio/minio-py/pull/1450 * detailyang made their first contribution in https://github.com/minio/minio-py/pull/1455 * rafsaf made their first contribution in https://github.com/minio/minio-py/pull/1452
What's Changed * fix: token type retrieved in WebIdentity provider by donatello in https://github.com/minio/minio-py/pull/1446 * docs(example): Avoid `UnboundLocalError` for get_object when exception by 100gle in https://github.com/minio/minio-py/pull/1442 * add presigned range GET test by harshavardhana in https://github.com/minio/minio-py/pull/1447 * fix SnowballObject typing by balamurugana in https://github.com/minio/minio-py/pull/1449
New Contributors * 100gle made their first contribution in https://github.com/minio/minio-py/pull/1442
What's Changed * SignV4: trim leading/trailing spaces in header value by balamurugana in https://github.com/minio/minio-py/pull/1435 * update IamAwsProvider as per minio-go implementation by setu4993 in https://github.com/minio/minio-py/pull/1437 * minioadmin: fix http trace properly by balamurugana in https://github.com/minio/minio-py/pull/1438 * Ignore too-many-positional-arguments pylint error by balamurugana in https://github.com/minio/minio-py/pull/1445
New Contributors * setu4993 made their first contribution in https://github.com/minio/minio-py/pull/1437
What's Changed * Don't install package on Python below 3.8 by dolfinus in https://github.com/minio/minio-py/pull/1417 * codespell: ignore word assertIn by balamurugana in https://github.com/minio/minio-py/pull/1424 * fix admin command enum typing by balamurugana in https://github.com/minio/minio-py/pull/1436 * Error out for invalid object name with '.' and '..' by balamurugana in https://github.com/minio/minio-py/pull/1431 * Add get_data_usage_info admin API by slistov in https://github.com/minio/minio-py/pull/1423
New Contributors * dolfinus made their first contribution in https://github.com/minio/minio-py/pull/1417 * slistov made their first contribution in https://github.com/minio/minio-py/pull/1423
What's Changed * remove EOLed 3.7 by harshavardhana in https://github.com/minio/minio-py/pull/1413 * fix range calculation in compose_object API by balamurugana in https://github.com/minio/minio-py/pull/1416