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.

265 lines
3.8 KiB

  1. ## v2.6.1 (2022-12-13)
  2. ### Fix
  3. - use version from the package
  4. - default scope to openid
  5. ## v2.6.0 (2022-10-03)
  6. ### Feat
  7. - attack detection API implementation
  8. ## v2.5.0 (2022-08-19)
  9. ## v2.4.0 (2022-08-19)
  10. ### Feat
  11. - add client scope-mappings client roles operations
  12. - added missing functionality to include attributes when returning realm roles according to specifications
  13. ## v2.3.0 (2022-08-13)
  14. ### Feat
  15. - Add token_type/scope to token exchange api
  16. ## v2.2.0 (2022-08-12)
  17. ### Feat
  18. - add client scope-mappings realm roles operations
  19. ## v2.1.1 (2022-07-19)
  20. ### Fix
  21. - removed whitespace from urls
  22. ### Refactor
  23. - applied linting
  24. ## v2.1.0 (2022-07-18)
  25. ### Feat
  26. - add unit tests
  27. - add docstrings
  28. - add functions covering some missing REST API calls
  29. ### Fix
  30. - linting
  31. - now get_required_action_by_alias now returns None if action does not exist
  32. - moved imports at the top of the file
  33. - remove duplicate function
  34. - applied tox -e docs
  35. - applied flake linting checks
  36. - applied tox linting check
  37. ## v2.0.0 (2022-07-17)
  38. ### BREAKING CHANGE
  39. - Renamed parameter client_name to client_id in get_client_id method
  40. ### Fix
  41. - check client existence based on clientId
  42. ## v1.9.1 (2022-07-13)
  43. ### Fix
  44. - turn get_name into a method, use setters in connection manager
  45. ### Refactor
  46. - no need to try if the type check is performed
  47. ## v1.9.0 (2022-07-13)
  48. ### Refactor
  49. - merge master branch into local
  50. ## v1.8.1 (2022-07-13)
  51. ### Feat
  52. - added flake8-docstrings and upgraded dependencies
  53. ### Fix
  54. - Support the auth_url method called with scope & state params now
  55. - raise correct exceptions
  56. ### Refactor
  57. - slight restructure of the base fixtures
  58. ## v1.8.0 (2022-06-22)
  59. ### Feat
  60. - Ability to set custom timeout for KCOpenId and KCAdmin
  61. ## v1.7.0 (2022-06-16)
  62. ### Feat
  63. - Allow fetching existing policies before calling create_client_authz_client_policy()
  64. ## v1.6.0 (2022-06-13)
  65. ### Feat
  66. - support token exchange config via admin API
  67. ## v1.5.0 (2022-06-03)
  68. ### Feat
  69. - Add update_idp
  70. ## v1.4.0 (2022-06-02)
  71. ### Feat
  72. - Add update_mapper_in_idp
  73. ## v1.3.0 (2022-05-31)
  74. ## v1.2.0 (2022-05-31)
  75. ### Feat
  76. - Add get_idp_mappers, fix #329
  77. - Support Token Exchange. Fixes #305
  78. ## v1.1.1 (2022-05-27)
  79. ### Fix
  80. - fixed bugs in events methods
  81. - fixed components bugs
  82. - use param for update client mapper
  83. ## v1.1.0 (2022-05-26)
  84. ### Feat
  85. - added new methods for client scopes
  86. ## v1.0.1 (2022-05-25)
  87. ### Fix
  88. - allow query parameters for users count
  89. ## v1.0.0 (2022-05-25)
  90. ### BREAKING CHANGE
  91. - Renames `KeycloakOpenID.well_know` to `KeycloakOpenID.well_known`
  92. ### Fix
  93. - correct spelling of public API method
  94. ## v0.29.1 (2022-05-24)
  95. ### Fix
  96. - allow client_credentials token if username and password not specified
  97. ## v0.29.0 (2022-05-23)
  98. ### Fix
  99. - added fixes based on feedback
  100. ## v0.28.3 (2022-05-23)
  101. ### Feat
  102. - added UMA-permission request functionality
  103. ### Fix
  104. - import classes in the base module
  105. ## v0.28.2 (2022-05-19)
  106. ### Fix
  107. - escape when get role fails
  108. ## v0.28.1 (2022-05-19)
  109. ### Fix
  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. ### Fix
  118. - full tox fix ready
  119. - raise correct errors
  120. ### Refactor
  121. - isort conf.py
  122. - Merge branch 'master' into feature/cicd
  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. ## v0.25.0 (2021-05-05)
  133. ## v0.24.0 (2020-12-18)
  134. ## 0.23.0 (2020-11-19)
  135. ## v0.22.0 (2020-08-16)
  136. ## v0.21.0 (2020-06-30)
  137. ### Feat
  138. - add components
  139. ## v0.20.0 (2020-04-11)
  140. ## v0.19.0 (2020-02-18)
  141. ## v0.18.0 (2019-12-10)
  142. ## v0.17.6 (2019-10-10)