Releases: hasura/ndc-mongodb
Releases · hasura/ndc-mongodb
v0.0.4
- 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)
- Fix bug in v2 to v3 conversion of query responses containing nested objects (PR #27)
- Fixed bug where use of aggregate functions in queries would fail (#26)
- Rename Any type to ExtendedJSON to make its representation clearer (#30)
- The collection primary key
_idproperty now has a unique constraint generated in the NDC schema for it (#32)
v0.0.3
- Use separate schema files for each collection (PR #14)
- Changes to
updateCLI command (PR #17):- new default behaviour:
- attempt to use validator schema if available
- if no validator schema then sample documents from the collection
- don't sample from collections that already have a schema
- if no --sample-size given on command line, default sample size is 10
- new option --no-validator-schema to disable attempting to use validator schema
- new default behaviour:
- Add
anytype and use it to represent mismatched types in sample documents (PR #18)
v0.0.2.1
v0.0.2
v0.0.1
Initial release