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.

431 lines
6.2 KiB

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