github hasura/ndc-postgres v2.2.0

latest releases: v3.1.0, v3.0.0
2 months ago

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

Changed

Fixed

  • Fixed array column updates to properly handle empty arrays instead of incorrectly setting them to null.

Don't miss a new ndc-postgres release

NewReleases is sending notifications on new releases.