Skip to content

Latest commit

 

History

History
156 lines (69 loc) · 7.03 KB

CHANGELOG.md

File metadata and controls

156 lines (69 loc) · 7.03 KB

Semantic Versioning Changelog

1.12.0 (2023-05-04)

Features

1.11.0 (2023-04-30)

Features

  • support refresh token in get_oauth_token() (#45) (27fef52)

1.10.0 (2023-04-25)

Features

  • add v3-v5 field into enforce function's arg. (#44) (485ee89)

1.9.0 (2023-04-15)

Features

1.8.0 (2023-02-10)

Features

  • Added ability to use Client Credentials Grant (#39) (fee0fe0)

1.7.0 (2023-02-09)

Features

  • Added ability to use Resource Owner Password Credentials Grant (#38) (caf8e8a)

1.6.0 (2023-01-17)

Features

1.5.1 (2022-12-12)

Bug Fixes

  • Code-style was refactored with PEP8 standard and linter was appended (#35) (51a2501)

1.5.0 (2022-12-12)

Features

  • Appended asynchronous SDK version (#33) (92a6010)

1.4.0 (2022-12-07)

Features

1.3.0 (2022-12-04)

Features

Change import

  • fix init imports

1.2.2 (2022-12-02)

Semantic Versioning Changelog

1.2.1 (2022-08-19)

Bug Fixes

1.2.0 (2022-08-12)

Features

  • add parameter 'application_name' to init sdk (#24) (49b5599)

1.1.5 (2022-07-17)

Bug Fixes

  • modify keyword argument in get_sdk() of test_oauth.TestOAuth (#23) (21614c7)

1.1.4 (2022-07-07)

Bug Fixes

  • certificate convert to bytes to meet algorithm need (#21) (7f20151)

1.1.3 (2022-03-20)

Bug Fixes

1.1.2 (2022-03-20)

Bug Fixes

1.1.1 (2022-03-18)

Bug Fixes

  • correct the decryption algorithm to rs256 (#15) (bcb0657)

1.1.0 (2022-03-11)

Features

1.0.0 (2022-03-11)

Bug Fixes

  • change package name and update readme (#12) (1d521c6)

Features