Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.42 KB

ChangeLog.md

File metadata and controls

57 lines (39 loc) · 1.42 KB

2023-02-28 Version 0.3.2

  • Support credentials.ini under $HOME.

2023-02-01 Version 0.3.1

  • Support oidc credential in credential chain.
  • Support env ALIBABA_CLOUD_ROLE_ARN/ALIBABA_CLOUD_OIDC_PROVIDER_ARN/ALIBABA_CLOUD_ROLE_SESSION_NAME for oidc credential.

2022-10-13 Version 0.3.0

  • Support oidc credentials.
  • Fix ram credentials.

2021-09-28 Version 0.2.0

  • Support credentials uri.

2020-02-03 Version 0.1.4

  • Optimize the way to obtain the credentials.ini file.

2020-01-28 Version 0.1.3

  • Support async refresh credentials.

2020-12-11 Version 0.1.2

  • Fix AttributeError.

2020-12-09 Version 0.1.1

  • Change overwrite to a method with _async suffix

2020-12-07 Version 0.1.0

  • Drop support for python3.4.
  • Drop support for python3.5.
  • Added support for python3.9.
  • Support async io client.

2020-09-18 Version 0.0.8

  • Print debugging information in debug mode when configuring DEBUG environment variables.

2020-08-26 Version 0.0.7

  • Improve the logic of automatic refresh token.

2020-08-10 Version 0.0.6

  • EcsRamRole&RsaKeyPair support refresh token.

2020-07-20 Version 0.0.5

  • Improve install requires library version.

2020-07-15 Version 0.0.4

  • Processed INI file comments

2020-07-07 Version 0.0.3

  • Supported python 3.4

2020-06-19 Version 0.0.2

  • Fixed user path

2020-05-27 Version 0.0.1

  • First release