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.

373 lines
5.3 KiB

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