Skip to content

Commit

Permalink
Release 0.208.1 (#965)
Browse files Browse the repository at this point in the history
* images, kamu-base-with-data-mt: add missed accounts

* Release (patch): 0.208.1
  • Loading branch information
s373r authored Nov 22, 2024
1 parent 5859a9a commit 0e331f7
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 146 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## [0.208.1] - 2024-11-22
### Fixed
- `kamu-base-with-data-mt` image building

## [0.208.0] - 2024-11-21
### Added
Introduced `DatasetRegistry` abstraction, encapsulating listing and resolution of datasets:
- Registry is backed by database-stored dataset entries, which are automatically maintained
- Scope for `DatasetRepository` is now limited to support `DatasetRegistry` and in-memory dataset dependency graph
- New concept of `ResolvedDataset`: a wrapper arround `Arc<dyn Dataset>`, aware of dataset identity
- New concept of `ResolvedDataset`: a wrapper around `Arc<dyn Dataset>`, aware of dataset identity
- `DatasetRegistryRepoBridge` utility connects both abstractions in a simple way for testing needs
- Query and Dataset Search functions now consider only the datasets accessible for current user
- Core services now explicitly separate planning (transactional) and execution (non-transactional) processing phases
Expand Down
Loading

0 comments on commit 0e331f7

Please sign in to comment.