From 5a6d7ccd29e840e5aa1323663cf1f129387a31c6 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Wed, 4 Dec 2024 12:24:07 +0000 Subject: [PATCH] New version and changelog --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- changelog.md | 7 ++++++- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08333539..304e535e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,7 +602,7 @@ dependencies = [ [[package]] name = "databases-tests" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "axum", @@ -1632,7 +1632,7 @@ dependencies = [ [[package]] name = "ndc-postgres" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "async-trait", @@ -1655,7 +1655,7 @@ dependencies = [ [[package]] name = "ndc-postgres-cli" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "build-data", @@ -1672,7 +1672,7 @@ dependencies = [ [[package]] name = "ndc-postgres-configuration" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "clap", @@ -1891,7 +1891,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openapi-generator" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ndc-postgres-configuration", "serde_json", @@ -2245,7 +2245,7 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "query-engine-execution" -version = "1.2.0" +version = "1.3.0" dependencies = [ "bytes", "ndc-models", @@ -2260,7 +2260,7 @@ dependencies = [ [[package]] name = "query-engine-metadata" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ndc-models", "smol_str", @@ -2268,7 +2268,7 @@ dependencies = [ [[package]] name = "query-engine-sql" -version = "1.2.0" +version = "1.3.0" dependencies = [ "ndc-models", "schemars", @@ -2278,7 +2278,7 @@ dependencies = [ [[package]] name = "query-engine-translation" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "indexmap 2.6.0", @@ -3288,7 +3288,7 @@ dependencies = [ [[package]] name = "tests-common" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 0adff9d8..ca7aceed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] resolver = "2" -package.version = "1.2.0" +package.version = "1.3.0" package.edition = "2021" package.license = "Apache-2.0" diff --git a/changelog.md b/changelog.md index 6d8ee1a0..468d179b 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,10 @@ ### Fixed +## [v1.3.0] - 2024-12-04 + +### Fixed + - Predicates in relationships using in ordering (usually supplied by the engine's permission system) would fail to join the related tables correctly if the predicate was null. [#655](https://github.com/hasura/ndc-postgres/pull/655) @@ -367,7 +371,8 @@ Initial release. -[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.3.0...HEAD +[v1.3.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.3.0 [v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0 [v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2 [v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1