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.

391 lines
5.6 KiB

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