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.

355 lines
5.0 KiB

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