Skip to content

Release v0.204.5

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 13:47
f060d0a

[0.204.5] - 2024-10-08

Added

  • Postgres implementation for dataset entry and account Re-BAC repositories

Changed

  • kamu repo alias list: added JSON output alongside with other formats mentioned in the command's help
  • Private Datasets, DatasetEntry integration that will allow us to build dataset indexing
    • Added DatasetEntryService for message processing
    • Added DatasetEntryIndexer for one-shot indexing
    • Extend DatasetLifecycleMessageCreated with dataset_name field
    • Introducing DatasetLifecycleMessageRenamed
  • Simplified error handling code in repositories
  • Hidden part of the test code behind the feature gate
  • Updated our crate dependencies so they can be built in isolation

Fixed

  • --yes / -y flag: fixed when working from a TTY
  • CI: Fixes kamu-base-with-data-mt image builds