The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v0.5.0
Changelog
Added
- The CLI plugin now integrates with the DDN CLI's
watch
functionality.
(#360)
Changed
-
The default connection pool settings will now be written to the configuration file
upon initialization
(#351) -
The ndc-postgres-cli
initialize
command will now generate
the jsonschema of the configuration format as well.
(#361) -
The ndc-postgres-cli
update
command will check that the configuration file has
not changed in the middle of the introspection process, will retry if it did,
and will not write the introspection result to file if the configuration file is already up to date.
(#362) -
A few fields in the configuration format has been changed:
configureOptions
was renamed tointrospectionOptions
connectionUri
,poolSettings
andisolationLevel
are now nested underconnectionSettings
mutationsVersion
was moved fromconfigureOptions
to the top-level- A new field was added:
$schema
references the jsonschema of the configuration format
(#361)