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.

297 lines
4.3 KiB

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