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.

477 lines
6.9 KiB

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