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.

258 lines
3.7 KiB

  1. ## v2.6.0 (2022-10-03)
  2. ### Feat
  3. - attack detection API implementation
  4. ## v2.5.0 (2022-08-19)
  5. ## v2.4.0 (2022-08-19)
  6. ### Feat
  7. - add client scope-mappings client roles operations
  8. - added missing functionality to include attributes when returning realm roles according to specifications
  9. ## v2.3.0 (2022-08-13)
  10. ### Feat
  11. - Add token_type/scope to token exchange api
  12. ## v2.2.0 (2022-08-12)
  13. ### Feat
  14. - add client scope-mappings realm roles operations
  15. ## v2.1.1 (2022-07-19)
  16. ### Fix
  17. - removed whitespace from urls
  18. ### Refactor
  19. - applied linting
  20. ## v2.1.0 (2022-07-18)
  21. ### Feat
  22. - add unit tests
  23. - add docstrings
  24. - add functions covering some missing REST API calls
  25. ### Fix
  26. - linting
  27. - now get_required_action_by_alias now returns None if action does not exist
  28. - moved imports at the top of the file
  29. - remove duplicate function
  30. - applied tox -e docs
  31. - applied flake linting checks
  32. - applied tox linting check
  33. ## v2.0.0 (2022-07-17)
  34. ### BREAKING CHANGE
  35. - Renamed parameter client_name to client_id in get_client_id method
  36. ### Fix
  37. - check client existence based on clientId
  38. ## v1.9.1 (2022-07-13)
  39. ### Fix
  40. - turn get_name into a method, use setters in connection manager
  41. ### Refactor
  42. - no need to try if the type check is performed
  43. ## v1.9.0 (2022-07-13)
  44. ### Refactor
  45. - merge master branch into local
  46. ## v1.8.1 (2022-07-13)
  47. ### Feat
  48. - added flake8-docstrings and upgraded dependencies
  49. ### Fix
  50. - Support the auth_url method called with scope & state params now
  51. - raise correct exceptions
  52. ### Refactor
  53. - slight restructure of the base fixtures
  54. ## v1.8.0 (2022-06-22)
  55. ### Feat
  56. - Ability to set custom timeout for KCOpenId and KCAdmin
  57. ## v1.7.0 (2022-06-16)
  58. ### Feat
  59. - Allow fetching existing policies before calling create_client_authz_client_policy()
  60. ## v1.6.0 (2022-06-13)
  61. ### Feat
  62. - support token exchange config via admin API
  63. ## v1.5.0 (2022-06-03)
  64. ### Feat
  65. - Add update_idp
  66. ## v1.4.0 (2022-06-02)
  67. ### Feat
  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. ## v1.0.0 (2022-05-25)
  86. ### BREAKING CHANGE
  87. - Renames `KeycloakOpenID.well_know` to `KeycloakOpenID.well_known`
  88. ### Fix
  89. - correct spelling of public API method
  90. ## v0.29.1 (2022-05-24)
  91. ### Fix
  92. - allow client_credentials token if username and password not specified
  93. ## v0.29.0 (2022-05-23)
  94. ### Fix
  95. - added fixes based on feedback
  96. ## v0.28.3 (2022-05-23)
  97. ### Feat
  98. - added UMA-permission request functionality
  99. ### Fix
  100. - import classes in the base module
  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. ## v0.28.0 (2022-05-19)
  108. ## v (2022-05-19)
  109. ### Feat
  110. - added authenticator providers getters
  111. - fixed admin client to pass the tests
  112. - initial setup of CICD and linting
  113. ### Fix
  114. - full tox fix ready
  115. - raise correct errors
  116. ### Refactor
  117. - isort conf.py
  118. - Merge branch 'master' into feature/cicd
  119. ## v0.27.1 (2022-05-18)
  120. ### Fix
  121. - **release**: version bumps for hotfix release
  122. ## v0.27.0 (2022-02-16)
  123. ### Fix
  124. - handle refresh_token error "Session not active"
  125. ## v0.26.1 (2021-08-30)
  126. ### Feat
  127. - add KeycloakAdmin.set_events
  128. ## v0.25.0 (2021-05-05)
  129. ## v0.24.0 (2020-12-18)
  130. ## 0.23.0 (2020-11-19)
  131. ## v0.22.0 (2020-08-16)
  132. ## v0.21.0 (2020-06-30)
  133. ### Feat
  134. - add components
  135. ## v0.20.0 (2020-04-11)
  136. ## v0.19.0 (2020-02-18)
  137. ## v0.18.0 (2019-12-10)
  138. ## v0.17.6 (2019-10-10)