Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 13:42
· 141 commits to main since this release
v0.7.0
0c6fbad

The connector Docker image is:

ghcr.io/hasura/ndc-postgres:v0.7.0

Changelog

Added

  • Support for qualifying scalar types by their schema. This updates the
    metadata configuration format version number from "3" to "4".
    (#471)

Changed

  • When acquiring a connection, ping the db only if it has been idle.
    (#450)

Fixed

  • Return at most a single instance of a root table row when filtering, empty rows of a column relationship should not necessarily filter a row.
    (#463)