Skip to content

Releases: hasura/ndc-bigquery

v2.0.1

16 Jan 02:55
52f9a8c
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-bigquery:v2.0.1

Changelog

Added

Changed

Fixed

  • Fixed the use of keywords as column names

v2.0.0

20 Dec 22:41
ffa5d60
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-bigquery:v2.0.0

Changelog

Added

  • Basic support for struct and range types
  • Proper ndc-spec type representation

Changed

  • Breaking change: configuration.json has changed. Configs prior to v2 need to be deleted and re-initialized

Fixed

  • Fixed capabilities to match what the connector is capable of

v1.0.0

06 Dec 08:22
330310d
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-bigquery:v1.0.0

Changelog

  • Updated for stable release

Added

Changed

Fixed

v0.1.1

20 Sep 16:54
10ac176
Compare
Choose a tag to compare

The connector Docker image is:

ghcr.io/hasura/ndc-bigquery:v0.1.1

Changelog

  • Initial release with support of ndc-spec v0.1.6
    • Support for CLI plugin for Hasura v3 CLI, which allows the CLI to
      introspect the database on demand.
    • The default port was changed from 8100 to 8080.