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.

385 lines
5.5 KiB

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