You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

379 lines
5.4 KiB

  1. ## v2.15.3 (2023-04-06)
  2. ### Fix
  3. - Check if _s exists in ConnectionManager before deleting it (#429)
  4. ## v2.15.2 (2023-04-05)
  5. ### Fix
  6. - deprecation warnings in keycloak_admin.py (#425)
  7. ## v2.15.1 (2023-04-05)
  8. ### Fix
  9. - improved type-hints (#427)
  10. ## v2.15.0 (2023-04-05)
  11. ### Feat
  12. - Add UMA policy management and permission tickets (#426)
  13. ## v2.14.0 (2023-03-17)
  14. ### Feat
  15. - add initial access token support and policy delete method
  16. ## v2.13.2 (2023-03-06)
  17. ### Fix
  18. - Refactor auto refresh (#415)
  19. ## v2.13.1 (2023-03-05)
  20. ### Fix
  21. - Check if applyPolicies exists in the config (#367)
  22. ## v2.13.0 (2023-03-05)
  23. ### Feat
  24. - implement cache clearing API (#414)
  25. ## v2.12.2 (2023-03-05)
  26. ### Fix
  27. - get_group_by_path uses Keycloak API to load (#417)
  28. ## v2.12.1 (2023-03-05)
  29. ### Fix
  30. - tests and upgraded deps (#419)
  31. ## v2.12.0 (2023-02-10)
  32. ### Feat
  33. - add Keycloak UMA client (#403)
  34. ## v2.11.1 (2023-02-08)
  35. ### Fix
  36. - do not include CODEOWNERS (#407)
  37. ## v2.11.0 (2023-02-08)
  38. ## v2.10.0 (2023-02-08)
  39. ### Feat
  40. - update header if token is given
  41. - init KeycloakAdmin with token
  42. - Add Client Scopes of Client
  43. ## v2.9.0 (2023-01-11)
  44. ### Feat
  45. - added default realm roles handlers
  46. ## v2.8.0 (2022-12-29)
  47. ### Feat
  48. - **api**: add tests for create_authz_scopes
  49. ### Fix
  50. - fix testing create_client_authz_scopes parameters
  51. - fix linting
  52. - add testcase for invalid client id
  53. - create authz clients test case
  54. - create authz clients test case
  55. ## v2.7.0 (2022-12-24)
  56. ### Refactor
  57. - code formatting after tox checks
  58. - remove print statements
  59. ## v2.6.1 (2022-12-13)
  60. ### Feat
  61. - option for enabling users
  62. - helping functions for disabling users
  63. ### Fix
  64. - use version from the package
  65. - default scope to openid
  66. ## v2.6.0 (2022-10-03)
  67. ### Feat
  68. - attack detection API implementation
  69. ## v2.5.0 (2022-08-19)
  70. ## v2.4.0 (2022-08-19)
  71. ### Feat
  72. - add client scope-mappings client roles operations
  73. - added missing functionality to include attributes when returning realm roles according to specifications
  74. ## v2.3.0 (2022-08-13)
  75. ### Feat
  76. - Add token_type/scope to token exchange api
  77. ## v2.2.0 (2022-08-12)
  78. ### Feat
  79. - add client scope-mappings realm roles operations
  80. ## v2.1.1 (2022-07-19)
  81. ### Fix
  82. - removed whitespace from urls
  83. ### Refactor
  84. - applied linting
  85. ## v2.1.0 (2022-07-18)
  86. ### Feat
  87. - add unit tests
  88. - add docstrings
  89. - add functions covering some missing REST API calls
  90. ### Fix
  91. - linting
  92. - now get_required_action_by_alias now returns None if action does not exist
  93. - moved imports at the top of the file
  94. - remove duplicate function
  95. - applied tox -e docs
  96. - applied flake linting checks
  97. - applied tox linting check
  98. ## v2.0.0 (2022-07-17)
  99. ### BREAKING CHANGE
  100. - Renamed parameter client_name to client_id in get_client_id method
  101. ### Fix
  102. - check client existence based on clientId
  103. ## v1.9.1 (2022-07-13)
  104. ### Fix
  105. - turn get_name into a method, use setters in connection manager
  106. ### Refactor
  107. - no need to try if the type check is performed
  108. ## v1.9.0 (2022-07-13)
  109. ### Refactor
  110. - merge master branch into local
  111. ## v1.8.1 (2022-07-13)
  112. ### Feat
  113. - added flake8-docstrings and upgraded dependencies
  114. ### Fix
  115. - Support the auth_url method called with scope & state params now
  116. - raise correct exceptions
  117. ### Refactor
  118. - slight restructure of the base fixtures
  119. ## v1.8.0 (2022-06-22)
  120. ### Feat
  121. - Ability to set custom timeout for KCOpenId and KCAdmin
  122. ## v1.7.0 (2022-06-16)
  123. ### Feat
  124. - Allow fetching existing policies before calling create_client_authz_client_policy()
  125. ## v1.6.0 (2022-06-13)
  126. ### Feat
  127. - support token exchange config via admin API
  128. ## v1.5.0 (2022-06-03)
  129. ### Feat
  130. - Add update_idp
  131. ## v1.4.0 (2022-06-02)
  132. ### Feat
  133. - Add update_mapper_in_idp
  134. ## v1.3.0 (2022-05-31)
  135. ## v1.2.0 (2022-05-31)
  136. ### Feat
  137. - Add get_idp_mappers, fix #329
  138. - Support Token Exchange. Fixes #305
  139. ## v1.1.1 (2022-05-27)
  140. ### Fix
  141. - fixed bugs in events methods
  142. - fixed components bugs
  143. - use param for update client mapper
  144. ## v1.1.0 (2022-05-26)
  145. ### Feat
  146. - added new methods for client scopes
  147. ## v1.0.1 (2022-05-25)
  148. ### Fix
  149. - allow query parameters for users count
  150. ## v1.0.0 (2022-05-25)
  151. ### BREAKING CHANGE
  152. - Renames `KeycloakOpenID.well_know` to `KeycloakOpenID.well_known`
  153. ### Fix
  154. - correct spelling of public API method
  155. ## v0.29.1 (2022-05-24)
  156. ### Fix
  157. - allow client_credentials token if username and password not specified
  158. ## v0.29.0 (2022-05-23)
  159. ### Fix
  160. - added fixes based on feedback
  161. ## v0.28.3 (2022-05-23)
  162. ### Feat
  163. - added UMA-permission request functionality
  164. ### Fix
  165. - import classes in the base module
  166. ## v0.28.2 (2022-05-19)
  167. ### Fix
  168. - escape when get role fails
  169. ## v0.28.1 (2022-05-19)
  170. ### Fix
  171. - Add missing keycloak.authorization package
  172. ## v0.28.0 (2022-05-19)
  173. ## v (2022-05-19)
  174. ### Feat
  175. - added authenticator providers getters
  176. - fixed admin client to pass the tests
  177. - initial setup of CICD and linting
  178. ### Fix
  179. - full tox fix ready
  180. - raise correct errors
  181. ### Refactor
  182. - isort conf.py
  183. - Merge branch 'master' into feature/cicd
  184. ## v0.27.1 (2022-05-18)
  185. ### Fix
  186. - **release**: version bumps for hotfix release
  187. ## v0.27.0 (2022-02-16)
  188. ### Fix
  189. - handle refresh_token error "Session not active"
  190. ## v0.26.1 (2021-08-30)
  191. ### Feat
  192. - add KeycloakAdmin.set_events
  193. ## v0.25.0 (2021-05-05)
  194. ## v0.24.0 (2020-12-18)
  195. ## 0.23.0 (2020-11-19)
  196. ## v0.22.0 (2020-08-16)
  197. ## v0.21.0 (2020-06-30)
  198. ### Feat
  199. - add components
  200. ## v0.20.0 (2020-04-11)
  201. ## v0.19.0 (2020-02-18)
  202. ## v0.18.0 (2019-12-10)
  203. ## v0.17.6 (2019-10-10)