v0.12.0
v0.12.0 (2023-10-23)
Feature
- feat: Added Member document (
8199204
)
Fix
-
fix: Removed PathOperations import (
1cbfc93
) -
fix: Updated group request to get policies
Updated route get_group_policies to find member using dependency and use it for get_policies action (c16a981
)
Refactor
-
refactor: Fixed mypy issues (
d6ec5b8
) -
refactor: Added get_document_type classmethod
Added classmethod to Beanie Document get_document_type which returns Document type as a string (cfeebf7
)
-
refactor: Updated to accommodate member update (
73e4017
) -
refactor: Deleted obsolete path_operations file
This file included functions to read actions for building permissions and check permissions based on operation_id, both functions are not obsolete (095c103
)
Style
-
style: flake8 (
b08c103
) -
style: Updated comments
Changed account to member (d29213a
)
Test
-
test: Updated tests to use new member document (
8f7f352
) -
test: Updated workspace tests due to member update (
af1dd25
)
Unknown
- Merge pull request #77 from unipoll/members
Updated Members (102afff
)
- Update README.md
Fixed link to developer wiki (a521dac
)