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.

499 lines
7.1 KiB

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