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.

489 lines
7.1 KiB

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