diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce1a150..1d152560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.20.0] - 2024-04-15 +### Changed +- The `/ingest` REST API endpoint also supports event time hints via odf-event-time header +### Fixed +- Removed paused from setConfigCompacting mutation +- Extended GraphQL FlowDescriptionDatasetHardCompacting empty result with a resulting message +- GraphQL Dataset Endpoints object: fixed the query endpoint + ## [0.19.0] - 2024-04-09 ### Added - OData API now supports querying by collection ID/key (e.g. `account/covid.cases(123)`) diff --git a/Cargo.lock b/Cargo.lock index 145aa766..49230cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "kamu-api-server" -version = "0.19.0" +version = "0.20.0" dependencies = [ "arrow-flight", "async-graphql", @@ -3274,7 +3274,7 @@ dependencies = [ [[package]] name = "kamu-repo-tools" -version = "0.19.0" +version = "0.20.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index d6ccba6f..3e567a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = [workspace.package] -version = "0.19.0" +version = "0.20.0" edition = "2021" homepage = "https://github.com/kamu-data/kamu-platform" repository = "https://github.com/kamu-data/kamu-platform" diff --git a/LICENSE.txt b/LICENSE.txt index d97e53b8..2218d939 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -11,7 +11,7 @@ Business Source License 1.1 Licensor: Kamu Data, Inc. -Licensed Work: Kamu Platform Version 0.19.0 +Licensed Work: Kamu Platform Version 0.20.0 The Licensed Work is © 2023 Kamu Data, Inc. Additional Use Grant: You may use the Licensed Work for any purpose, @@ -24,7 +24,7 @@ Additional Use Grant: You may use the Licensed Work for any purpose, Licensed Work where data or transformations are controlled by such third parties. -Change Date: 2028-04-10 +Change Date: 2028-04-15 Change License: Apache License, Version 2.0