Skip to content

Release v0.223.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 18:28
a6060e1

[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
  • Upgraded to datafusion v45 (#1063)

Fixed

  • GQL metadata query now correctly returns dataset aliases for SetTransform event in multi-tenant mode
  • Handle panic errors in kamu inspect lineage -- browse command
  • Improved result messages for kamu system diagnose command