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.

409 lines
5.9 KiB

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