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.

331 lines
4.7 KiB

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