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.

453 lines
6.5 KiB

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