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.

415 lines
6.0 KiB

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