Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 16:01
· 110 commits to main since this release
39eb289

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 _set value object) are now correctly interpreted as "no update should be made to that column", instead of causing an error.