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.

459 lines
6.6 KiB

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