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.

471 lines
6.8 KiB

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