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.

323 lines
4.8 KiB

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