Fixed - Fix the instant run of `ExecuteTransform` flow after the successful finish of `HardCompaction` flow - Extend `FlowFailed` error type to indicate when `ExecuteTransform` failed due to `HardCompaction` of root dataset
0.176.1
Fixed - Split result for different(`setFlowConfigResult`, `setFlowBatchingConfigResult`, `setFlowCompactionConfigResult`) flow configuration mutations
0.176.0
- New engine based on RisingWave streaming database ([repo](https://github.com/kamu-data/kamu-engine-risingwave)) that provides mature streaming alternative to Flink. See: - Updated [supported engines](https://docs.kamu.dev/cli/supported-engines/) documentation - New [top-n](https://docs.kamu.dev/cli/get-started/examples/leaderboard/) dataset example highlighting retractions - Updated `examples/covid` dataset where RisingWave replaced Flink in tumbling window aggregation
0.175.0
Added - The `kamu ingest` command can now accept `--event-time` hint which is useful for snapshot-style data that doesn't have an event time column - The `/ingest` REST API endpoint also supports event time hints via `odf-event-time` header - New `--system-time` root parameter allows overriding time for all CLI commands Fixed - CLI shows errors not only under TTY - Removed `paused` from `setConfigCompaction` mutation - Extended GraphQL `FlowDescriptionDatasetHardCompaction` empty result with a resulting message - GraphQL Dataset Endpoints object: fixed the query endpoint
0.174.1
Fixed - Set correct ODF push/pull websocket protocol