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.

325 lines
4.6 KiB

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