From 110a29f67062c65eacb37ffaa8016d92533f82a4 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Tue, 9 Jul 2024 19:01:29 -0600 Subject: [PATCH] Version v1.0.0 --- CHANGELOG.md | 5 +++-- Cargo.lock | 4 ++-- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e71b49..f728716b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,14 @@ This changelog documents the changes between release versions. ## [Unreleased] +## [1.0.0] - 2024-07-09 + - Fix bug with operator lookup when filtering on nested fields ([#82](https://github.com/hasura/ndc-mongodb/pull/82)) - Rework query plans for requests with variable sets to allow use of indexes ([#83](https://github.com/hasura/ndc-mongodb/pull/83)) - Fix: error when requesting query plan if MongoDB is target of a remote join ([#83](https://github.com/hasura/ndc-mongodb/pull/83)) - Fix: count aggregates return 0 instead of null if no rows match ([#85](https://github.com/hasura/ndc-mongodb/pull/85)) - Breaking change: remote joins no longer work in MongoDB v5 ([#83](https://github.com/hasura/ndc-mongodb/pull/83)) -- Add configuration option to opt into "relaxed" mode for Extended JSON outputs - ([#84](https://github.com/hasura/ndc-mongodb/pull/84)) +- Add configuration option to opt into "relaxed" mode for Extended JSON outputs ([#84](https://github.com/hasura/ndc-mongodb/pull/84)) ## [0.1.0] - 2024-06-13 diff --git a/Cargo.lock b/Cargo.lock index 573a2132..13f82e6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1738,7 +1738,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "clap", @@ -3177,7 +3177,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-helpers" -version = "0.1.0" +version = "1.0.0" dependencies = [ "configuration", "enum-iterator", diff --git a/Cargo.toml b/Cargo.toml index b260297a..765d715b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.1.0" +version = "1.0.0" [workspace] members = [ diff --git a/README.md b/README.md index 5dd1abcd..a437d162 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Requirements * Rust via Rustup -* MongoDB `>= 5` +* MongoDB `>= 6` * OpenSSL development files or get dependencies automatically with Nix