Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 11:41
· 62 commits to main since this release
582c771

The connector Docker image is:

ghcr.io/hasura/ndc-postgres:v0.6.0

Changelog

Added

  • Support nested field selection.
    (#404)
    (#409)
  • Expose the type representation of base types and domain types.
    (#398)
  • Expose the type representation of enums via the ndc schema.
    (#397)

Changed

  • Support ndc-spec v0.1.2 and change the type representation of types accordingly.
    (#408)
  • int8 and numeric columns will now emit a string json representation by default.
    (#416)
  • Enforce read-onlyness without transactions.
    (#421)

Fixed

  • Fix schema conflict result_type for native query mutations.
    (#405)
  • The CLI plugin no longer requires the Visual C++ Redistributable on Windows.
    (#417)
  • Include additional schemas for types by default.
    (#420)
  • Remove the 'Caused by' section in the error message of the cli.
    (#424)