Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 21:35
· 73 commits to main since this release
1378805

The connector Docker image is:

ghcr.io/hasura/ndc-postgres:v1.0.2

Changelog

Changed

  • Upgrade ndc-sdk-rs to v0.3.0, including the following changes:

Fixed

  • Make fields of composite types nullable in the schema.
    #565
  • Allow Native Operations that end with a semicolon when it's easy to remove them.
    #566
  • Fix nested field relationships.
    #564