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.

483 lines
7.0 KiB

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