v2.1.0
The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v2.1.0
Changelog
Added
Changed
- improved SQL generation to faciliate efficient use of indices in cockroachdb
Fixed
- Native operations will now interpret missing arguments as null values for that argument, instead of causing an error.
- Pre and post-check arguments in v2 mutations can now either be missing or null and both will be interpreted as an always true predicate. Previously a null value would have caused an error.
- In v2 update mutations update columns explicitly set to null (as opposed to being missing or being set with their _setvalue object) are now correctly interpreted as "no update should be made to that column", instead of causing an error.