Skip to content

Latest commit

 

History

History
253 lines (111 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

253 lines (111 loc) · 11.4 KB

Semantic Versioning Changelog

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