Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 13:12
· 102 commits to main since this release
v0.7.1
53565d6

The connector Docker image is:

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

Changelog

Added

  • A default value for CONNECTION_URI for newly initialized connector configurations.
    (#503)

  • Support ndc-spec v0.1.4.
    (#499)

  • Support ndc-spec v0.1.3 and filter/order by nested fields.
    (#486)

Changed

  • Aggregate functions (except COUNT) are now all marked as having nullable
    return types, as they will return null for empty row sets.
    (#498)

Fixed

  • Rows and aggregates parts of the query should operate on the same query parameters (where, order by, limit and offset).
    (#471)