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)