github hasura/ndc-postgres v0.3.0

latest releases: v1.1.1, v1.1.0, v1.0.2...
7 months ago

[0.3.0] - 2023-01-31

Added

  • Basic support for auto-generated insert procedures for tables.
    (#261)
  • Support for composite types in inputs and outputs. Right now, no operators are
    provided for composite types, and there is no automatic introspection.
    (#240)
  • Support for composite types and arrays in variables.
    (#249)
    (#263)
  • When explaining a query without variables (such as when joining across a
    remote relationship), explaining now still provides the generated SQL, and
    omits the EXPLAIN result from PostgreSQL.
    (#241)

Changed

  • Native query mutations are now marked as procedures instead of collections
    (#234)
  • Introspection now avoids DISTINCT ON to be more compatible with PostgreSQL
    variants
    (#260)
  • Invalid request, constraint not met, and unprocessable content errors are
    emitted at the relevant scenarios
    (#239)

Full Changelog: v0.2.0...v0.3.0

Don't miss a new ndc-postgres release

NewReleases is sending notifications on new releases.