You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.223.0] - 2025-02-13
Added
Increased test coverage of the code responsible for access checks
Changed
Restructured responsibilities between core and dataset domains upon key dataset CRUD use cases:
8 use cases moved from core to kamu-datasets domain
no longer using outbox for "Renamed" and "DependenciesUpdated" events in datasets,
these became internal aspect inside kamu-datasets domain
simplified creation and commit result structures as they no longer transport new dependencies
revised many integration tests:
flow system no longer uses real datasets
HTTP and GQL use real accounts and dataset entries
Moved several account-related routines from AuthenticationService to AccountService,
the authentication services has focus only on JWT token and login flows