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.

317 lines
4.8 KiB

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