The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v3.1.0
Changelog
Added
-
Added optimizations to make sure nested
Or
andAnd
values create balanced trees to improve memory usage. -
Added optimization to flatten a set of
Or
equals comparisons into anIn
call
Changed
- Bump
ndc-sdk-rs
to0.8.0
to start outputting connector name and version in traces.
Fixed
- Fix a bug where the configuration jsonschema for
DynamicConnectionSettings
was not correctly renaming fields to camelCase.