The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v0.6.0
Changelog
Added
- Support nested field selection.
(#404)
(#409) - Expose the type representation of base types and domain types.
(#398) - Expose the type representation of enums via the ndc schema.
(#397)
Changed
- Support ndc-spec v0.1.2 and change the type representation of types accordingly.
(#408) int8
andnumeric
columns will now emit a string json representation by default.
(#416)- Enforce read-onlyness without transactions.
(#421)