The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v2.0.0
Changelog
Changed
- When updating configuration, if collection or field name is customized, keep the customized name.
Fixed
- Predicates in relationships using in ordering (usually supplied by the engine's permission system) would fail to join the related tables correctly if the predicate was null.
#655 - Table names that conflict with scalar type names will now be aliased, with a suffix starting with
_table
, and from then_table_n
wheren
is an incrementing integer, until a unique name is found. hasura/graphql-engine#10570