Releases: kamu-data/kamu-cli
Releases · kamu-data/kamu-cli
Release v0.213.1
[0.213.1] - 2024-12-18
Fixed
- Removed all occurrences of
DataWriterMetadataState
from telemetry spans (too much pressure)
Release v0.213.0
[0.213.0] - 2024-12-18
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
- Extracted "planner" and "executor" for compacting, reset, set watermark, push ingest, partially polling ingest.
- Renamed long-running "executors" to "agents".
- Introduced
MetadataQueryService
to absorb simple queries that do not have to be defined at the level of metadata chian from the interface point of view.
Fixed
DatasetEnvVar
entity now deletes during deletingDatasetEntry
entity
Release v0.212.0
[0.212.0] - 2024-12-11
Changed
- Upgraded to
datafusion v43
Fixed
- Ingest was sometimes producing Parquet files with non-sequential
offset
column which violated the ODF spec
Release v0.211.0
[0.211.0] - 2024-12-02
Changed
- Dataset dependency graph is now backed with a database, removing need in dependendency scanning at startup.
Release v0.210.0
[0.210.0] - 2024-11-28
Added
- Console warning when deleting datasets which are out of sync with their push remotes
Changed
- Separated Web UI runtime and UI configuration flags. UI configuration is now provided by API server too.
Fixed
- Typo in feature flags (enableDatasetEnvVarsManagement)
^
Release v0.209.0
[0.209.0] - 2024-11-25
Changed
- Improved OpenAPI integration
- Replaced Swagger with Scalar for presenting OpenAPI spec
Fixed
EXECUTE_TRANSFORM
flows now respect last success run time during config enabling and api-server restartingkamu login
: add repo withodf+
schema protocol
Release v0.208.1
[0.208.1] - 2024-11-22
Fixed
kamu-base-with-data-mt
image building
Release v0.208.0
Introduced DatasetRegistry abstraction, encapsulating listing and res…
Release v0.207.3
[0.207.3] - 2024-11-21
Changed
- Add version for
OutboxMessage
structure to prevent startup failures after breaking changes
Release v0.207.2
[0.207.2] - 2024-11-15
Fixed
- E2E: revision of st/mt tests:
- In cases where temporary workspaces are created,
test variants for both single-tenant and multi-tenant have been added - New combinations activated
- Certain duplicate tests have been removed
- Some of the tests related to
kamu pull
only have been moved to the appropriate module - Activated missing tests for databases
- In cases where temporary workspaces are created,
kamu push
: crash in multi-tenant mode