The connector Docker image is:
ghcr.io/hasura/ndc-postgres:v2.2.0
Changelog
Added
- Added support for dynamic database connections, allowing:
- Named connections: Configure multiple connection URIs that can be selected at request time using the
connection_name
argument - Dynamic connections: Accept arbitrary connection strings at request time using the
connection_string
argument - Optional fallback to the static connection when no dynamic connection is specified
- For Named connections: Option to eagerly pre-create all connection pools at startup instead of creating them on-demand
- Named connections: Configure multiple connection URIs that can be selected at request time using the
Changed
Fixed
- Fixed array column updates to properly handle empty arrays instead of incorrectly setting them to null.