diff --git a/CHANGELOG.md b/CHANGELOG.md index 430ff6f8..91db17c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ This changelog documents the changes between release versions. ## [Unreleased] + +## [0.0.5] - 2024-04-26 - Fix incorrect order of results for query requests with more than 10 variable sets (#37) - In the CLI update command, don't overwrite schema files that haven't changed ([#49](https://github.com/hasura/ndc-mongodb/pull/49/files)) - In the CLI update command, if the database URI is not provided the error message now mentions the correct environment variable to use (`MONGODB_DATABASE_URI`) ([#50](https://github.com/hasura/ndc-mongodb/pull/50)) - Update to latest NDC SDK ([#51](https://github.com/hasura/ndc-mongodb/pull/51)) - Update `rustls` dependency to fix https://github.com/hasura/ndc-mongodb/security/dependabot/1 ([#51](https://github.com/hasura/ndc-mongodb/pull/51)) - Serialize query and mutation response fields with known types using simple JSON instead of Extended JSON (#53) (#59) +- Add trace spans ([#58](https://github.com/hasura/ndc-mongodb/pull/58)) ## [0.0.4] - 2024-04-12 - Queries that attempt to compare a column to a column in the query root table, or a related table, will now fail instead of giving the incorrect result ([#22](https://github.com/hasura/ndc-mongodb/pull/22)) diff --git a/Cargo.lock b/Cargo.lock index eb7731cf..f90bf99d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "mongodb-cli-plugin" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "clap", @@ -3190,7 +3190,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-helpers" -version = "0.0.4" +version = "0.0.5" dependencies = [ "configuration", "enum-iterator", diff --git a/Cargo.toml b/Cargo.toml index e61ce41e..e327e5fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.0.4" +version = "0.0.5" [workspace] members = [