From 582c771c06b0ee5b4a5541ebc75dd483a6376c48 Mon Sep 17 00:00:00 2001 From: Gil Mizrahi Date: Tue, 16 Apr 2024 13:14:33 +0300 Subject: [PATCH] Prepare for v0.6.0 (#425) --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- changelog.md | 17 ++++++++++++++++- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2565b9315..49dc7940e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "databases-tests" -version = "0.5.2" +version = "0.6.0" dependencies = [ "axum", "insta", @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "ndc-postgres" -version = "0.5.2" +version = "0.6.0" dependencies = [ "async-trait", "ndc-postgres-configuration", @@ -1460,7 +1460,7 @@ dependencies = [ [[package]] name = "ndc-postgres-cli" -version = "0.5.2" +version = "0.6.0" dependencies = [ "anyhow", "build-data", @@ -1478,7 +1478,7 @@ dependencies = [ [[package]] name = "ndc-postgres-configuration" -version = "0.5.2" +version = "0.6.0" dependencies = [ "anyhow", "query-engine-metadata", @@ -1695,7 +1695,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openapi-generator" -version = "0.5.2" +version = "0.6.0" dependencies = [ "ndc-postgres-configuration", "schemars", @@ -2067,7 +2067,7 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "query-engine-execution" -version = "0.5.2" +version = "0.6.0" dependencies = [ "bytes", "prometheus", @@ -2081,11 +2081,11 @@ dependencies = [ [[package]] name = "query-engine-metadata" -version = "0.5.2" +version = "0.6.0" [[package]] name = "query-engine-sql" -version = "0.5.2" +version = "0.6.0" dependencies = [ "schemars", "serde", @@ -2094,7 +2094,7 @@ dependencies = [ [[package]] name = "query-engine-translation" -version = "0.5.2" +version = "0.6.0" dependencies = [ "indexmap 2.2.6", "insta", @@ -3047,7 +3047,7 @@ dependencies = [ [[package]] name = "tests-common" -version = "0.5.2" +version = "0.6.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 5302bb342..bec51c84f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] resolver = "2" -package.version = "0.5.2" +package.version = "0.6.0" package.edition = "2021" package.license = "Apache-2.0" diff --git a/changelog.md b/changelog.md index ee082319a..cd8cb3ae1 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,14 @@ ### Added +### Changed + +### Fixed + +## [v0.6.0] - 2024-04-16 + +### Added + - Support nested field selection. ([#404](https://github.com/hasura/ndc-postgres/pull/404)) ([#409](https://github.com/hasura/ndc-postgres/pull/409)) @@ -18,6 +26,8 @@ ([#408](https://github.com/hasura/ndc-postgres/pull/408)) - `int8` and `numeric` columns will now emit a string json representation by default. ([#416](https://github.com/hasura/ndc-postgres/pull/416)) +- Enforce read-onlyness without transactions. + ([#421](https://github.com/hasura/ndc-postgres/pull/421)) ### Fixed @@ -25,6 +35,10 @@ ([#405](https://github.com/hasura/ndc-postgres/pull/405)) - The CLI plugin no longer requires the Visual C++ Redistributable on Windows. ([#417](https://github.com/hasura/ndc-postgres/pull/417)) +- Include additional schemas for types by default. + ([#420](https://github.com/hasura/ndc-postgres/pull/420)) +- Remove the 'Caused by' section in the error message of the cli. + ([#424](https://github.com/hasura/ndc-postgres/pull/424)) ## [v0.5.2] - 2024-03-29 @@ -201,7 +215,8 @@ Initial release. -[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.5.2...HEAD +[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.6.0...HEAD +[v0.6.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.6.0 [v0.5.2]: https://github.com/hasura/ndc-postgres/releases/tag/v0.5.2 [v0.5.1]: https://github.com/hasura/ndc-postgres/releases/tag/v0.5.1 [v0.5.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.5.0