The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v0.5.2
Changelog
Added
- Make operators of domain types available via implicit casts.
(#392) - Support introspection composite types.
(#391) - Support enum types in the configuration.
(#387) - Make aggregation functions available through implicit casts in the configuration.
(#381) - Support for introspecting domain types.
(#380)
Changed
- Support ndc-spec 0.1.1.
(#390)