Releases: hasura/ndc-postgres
Releases · hasura/ndc-postgres
v1.2.0
v1.1.2
The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v1.1.2
Changelog
Added
- Enabled point mutations by default for newly generated configuration.
Changed
Fixed
- Make introspection FK column order deterministic, preventing incorrect composite key column mapping
v1.1.1
v1.1.0
v1.0.2
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:
- Listen on all IPv4 and IPv6 changes by default
ndc-sdk-rs#22 - Replace the health check with a readiness check
ndc-sdk-rs#27 - Allow unsecured requests to the
/health
endpoint
ndc-sdk-rs#27
- Listen on all IPv4 and IPv6 changes by default
Fixed
v1.0.1
v1.0.0
v0.8.0
v0.7.1
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)
v0.7.0
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)