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.

397 lines
5.7 KiB

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