Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 01:46
· 74 commits to main since this release

v0.11.0 (2023-10-12)

Feature

  • feat: Added dependency to get policy by ID (0bfeb6d)

  • feat: Moved policy related actions to a separate file (5129fbe)

  • feat: Added new routes to get and create groups

Added new route to get list of groups, by default returns all groups which a user has permission to view, the endpoint also accepts query parameters to filter list of groups by name, workspace, or account (ff9aa02)

Fix

  • fix: Typing errors (9d9cc23)

  • fix: Resolved typing errors (9a852b3)

  • fix: Delete policies when group is deleted (a157480)

  • fix: Fixed groups not deleting (504b92f)

Refactor

  • refactor: Added request schema for new group route

Added GroupCreateRequest for new POST /groups endpoint that will replace workspace/{id}/groups (f74f844)

  • refactor: Add permission check to get_policy (924e462)

  • refactor: Changed imports (dd7ba5a)

  • refactor: Moved create poll action (2664b7a)

  • refactor: Changed Member Actions

Moved Members related actions to a separate module. The old routes use new actions to view, add, remove members from Group/Workspace (3bd5363)

  • refactor: Moved group actions

Moved actions to get list of groups and create new group to GroupActions (6fdd25e)

Style

Unknown

  • Merge pull request #72 from unipoll/actions_rework

Actions overhaull (b843563)