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.

319 lines
4.6 KiB

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