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.

343 lines
4.9 KiB

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