Skip to content

Feature Release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 12 Feb 17:54
· 197 commits to master since this release
7.0.2
1ac8c82

Highlights

  • MinIO admin API support. See (#1076) for more details.

Changelog

  • Add MinIO admin API support. (#1076) (02/12/21) (Bala FA)
  • Convert timedelta.total_seconds() to integer in credential providers. (#1081) (02/12/21) (Brian Thorne)
  • Update fget_object() API documentation (#1075) (02/01/21) (Bala FA)
  • fix data argument description of put_object() API (#1071) (01/29/21) (Bala FA)
  • fix getbytes() usage in make_bucket() API (#1073) (01/29/21) (Bala FA)
  • fix Retention properties usage (#1066) (01/27/21) (Bala FA)
  • fix Tagging.tags usage properly (#1061) (01/27/21) (Bala FA)
  • Add default 5 minutes timeout to default http client (#1069) (01/25/21) (Bala FA)
  • fix docstring and error handling in _validate_size() (#1063) (01/19/21) (Mykola Mokhnach)
  • Enhance HTTP trace (#1056) (01/09/21) (Bala FA)