github hasura/graphql-engine v2.0.0-alpha.9

latest releases: cli/v2.44.0-beta.1, v2.44.0-beta.1, v2.43.0...
pre-release3 years ago

v2.0.0-alpha.9

Support comparing columns across related tables in permission's boolean expressions

We now support comparing columns across related tables (fixing #3459) . For example:

Consider two tables, items(id, name, stock) and shopping_cart(id, item_id, quantity)
and these two tables are related via the item_id column. Now, while defining insert permission
on the shopping_cart table, there can be a check to insert an item into the shopping cart
only when there is enough stock present in the items table.

image

BigQuery support

We bring support for querying on Google BigQuery!

bigquery

More details to come soon.

Bug fixes and improvements

  • server: fix bug with catalog upgrade from alpha.7 (fix #6802)
  • server: fix a bug in remote schema permissions that could result in an invalid GraphQL schema (fix #6029, #6703)
  • server: support query multiplexing in MSSQL subscriptions
  • console: add bigquery support
  • cli: add support for bigquery in metadata operations

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.