Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 16:19
· 226 commits to main since this release
bdb2702

The connector Docker image is:

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

Changelog

Added

  • Support for reading Native Query SQL from files.
    (#372)

Changed

  • Do not print information about when the cli decides not to write to a file.
    (#365)

Fixed

  • Refer to the right column name in the schema endpoint.
    (#366)
  • The CLI now supports older versions of glibc, so is more likely to work on
    older operating systems (e.g. Ubuntu 20.04 Focal).
    (#373)