Skip to content

Commit

Permalink
CHANGELOG.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r committed Dec 16, 2024
1 parent 71be890 commit 8d56658
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## Unreleased
### Added
- kamu-adapter-graphql: added macros (`from_catalog_n!()` & `unsafe_from_catalog_n!()`)
that simplify the extraction of components from the DI catalog
- database-common: the logic for pagination of data processing is generalized in `EntityPageStreamer`
### Changed
- Speed up project build time by removing unused dependencies which were not detected by automated tools

## [0.212.0] - 2024-12-11
### Changed
- Upgraded to `datafusion v43`
Expand All @@ -19,7 +27,7 @@ Recommendation: for ease of reading, use the following order:

## [0.211.0] - 2024-12-02
### Changed
- Dataset dependency graph is now backed with a database, removing need in dependendency scanning at startup.
- Dataset dependency graph is now backed with a database, removing need in dependency scanning at startup.

## [0.210.0] - 2024-11-28
### Added
Expand Down Expand Up @@ -234,7 +242,7 @@ Introduced `DatasetRegistry` abstraction, encapsulating listing and resolution o
- Outbox refactoring towards true parallelism via Tokio spaned tasks instead of futures
### Fixed
- Failed flows should still propagate `finishedAt` time
- Eliminate span.enter, replaced with instrument everywhere
- Eliminate `span.enter`, replaced with instrument everywhere

## [0.201.0] - 2024-09-18
### Added
Expand All @@ -249,7 +257,7 @@ Introduced `DatasetRegistry` abstraction, encapsulating listing and resolution o
- Revised implementation of flow scheduling to avoid in-memory time wheel:
- recording `FlowEventScheduledForActivation` event (previously, placement moment into the time wheel)
- replaced binary heap based time wheel operations with event store queries
- Postgres/SQlite event stores additionally track activation time for the waiting flows
- Postgres/SQLite event stores additionally track activation time for the waiting flows
- in-memory event store keeps prepared map-based lookup structures for activation time

## [0.200.0] - 2024-09-13
Expand Down

0 comments on commit 8d56658

Please sign in to comment.