Skip to content

Latest commit

 

History

History
307 lines (134 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

307 lines (134 loc) · 13.8 KB

Semantic Versioning Changelog

1.25.0 (2024-06-11)

Features

  • add kwargs to async parse_jwt_token() API (#85) (3774a63)

1.24.0 (2024-03-27)

Features

1.23.0 (2024-03-27)

Features

  • add dependencies in pyproject.toml (#83) (94b8a02)

1.22.0 (2024-03-27)

Bug Fixes

  • fix TestSyncer to avoid password test (858850f)

Features

  • upgrade CI Node.js version to 20 (7f9bec5)

1.21.0 (2024-01-12)

Features

  • fix application_name in README.md (#81) (63338ca)

1.20.0 (2023-12-11)

Features

  • add test case and necessary functions for resource (#78) (106b5e2), closes #77

1.19.0 (2023-12-10)

Features

  • add more test cases except resource (#77) (e1d8a3b)

1.18.0 (2023-11-30)

Features

  • add test cases for organization and group (#76) (4319243)

1.17.2 (2023-11-24)

Bug Fixes

  • fix pyproject.toml to fix pip install issue (6f0e753)

1.17.1 (2023-10-25)

Bug Fixes

  • add [project] to pyproject.toml (32eb294)
  • add requirements.txt (fb9d962)

1.17.0 (2023-09-08)

Features

  • fix bug that functions cannot be found (#69) (142e317)

1.16.2 (2023-09-07)

Bug Fixes

  • solve Problem when importing CasdoorSDK or AsyncCasdoorSDK (#68) (f60c63b)

1.16.1 (2023-09-06)

Bug Fixes

1.16.0 (2023-09-03)

Features

1.15.0 (2023-08-08)

Features

  • Removed cached_property for python 3.7 compatibility (#62) (2bae07a)

1.14.2 (2023-08-08)

Bug Fixes

  • Removed unused code and fixed incorrect type hints (#60) (712c1f8)

1.14.1 (2023-08-07)

Bug Fixes

1.14.0 (2023-08-07)

Features

  • Encapsulated aiohttp methods to replace del to avoid http connection leaks (#55) (2a2b482)

1.13.1 (2023-08-05)

Bug Fixes

  • Removed unused code and fixed incorrect type hints (#53) (b5b3e01)

1.13.0 (2023-07-25)

Features

  • support kwargs in parse_jwt_token() (51cd7bd)

1.12.1 (2023-07-21)

Bug Fixes

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

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