github hasura/graphql-engine v2.23.0-beta.1

latest releases: v2.36.8, cli/v2.36.8, cli/v2.44.0-beta.1...
pre-release17 months ago

Changelog

Highlights

Hasura Enterprise Edition Trial

Adds Hasura Enterprise Edition free trial to explore Hasura’s enterprise features for 30 days.

Hasura Enterprise Edition brings you a host of performance, security, observability features and support for databases like Snowflake, Amazon Athena, MySQL and Oracle. Read more to know about all the Hasura EE features that can help you scale your API for production.

Get Started with Hasura Enterprise Edition trial in under one minute.

Behaviour changes

  • Introduce a timeout while processing scheduled events. The timeout will be determined by the lower value, 30 minutes or the response timeout associated with the scheduled event.
  • In instances with data connectors, exported metadata includes a mapping from assigned data connector names to configurations. Previously these entries were given in the order they were created. Now the entries are ordered by name instead.

Bug fixes and improvements

Server

  • Add metadata APIs <db_type>_get_source_tables to list the currently tracked tables within a given source.
  • BigQuery tables with JSON columns can now be tracked and rows can be returned from them.
  • Support queries containing distinct_on arguments on CockroachDB.
  • Support _is_null operator in SQL Server permissions.
  • Improve schema-sync logs; remove unnecessary logs and refine log messages
  • Allow running read-only run_sql queries in read-only mode.
  • Fix cache clearing endpoints (/pro/cache/*) which were returning a OAEServerStart error previously. (Cloud / Enterprise edition only)
  • Add connection_template as an optional argument in pg_test_connection_template API. The given template takes precedence over the source template. (Cloud/Enterprise edition only)
  • In dev mode, include resolved dynamic db connection template information in API error response's internal field (Cloud / Enterprise edition only)
  • Add new Prometheus metrics for monitoring the cron triggers and one-off triggers. (Enterprise edition only)
  • Add new Prometheus metrics hasura_event_processed_total and hasura_event_invocations_total (Enterprise edition only)
  • Improve error message for dynamic db connection template parsing error. (Cloud / Enterprise edition only)
  • Fix regression introduced in v2.22.0 in event trigger log auto cleanup in Postgres sources (Cloud / Enterprise edition only)

Console

  • Enable new data tab UI for BigQuery
  • Allow tracking relationships from the new manage database view for Data Connector-based data sources
  • Show Postgres trigger condition, if present, on table modify page to clarify when a PG trigger actually gets triggered
  • Fixes a bug where columns with custom GraphQL names could not be used to sort/filter in Browse Rows.
  • Fix console crashing issue for Athena & Snowflake tables with JSON columns
  • Previously, certain features of the Console would not work when running against a PostgreSQL database that does not allow writes, e.g. a read replica. These are now fixed.
    • You can now apply filters when querying data.
    • The Modify sub-tab no longer crashes the Console.
  • Enables the new database relationship UI by default. Can opt back in to legacy UI using the feature flag.
  • UI improvements to Snowflake & Athena tracking section
  • Fixes a bug in the new relationships UI that prevented creating a relationship when starting from a view.

Data Connectors

  • Fixes support for introspection field-only queries in Athena and Snowflake. (Cloud / Enterprise edition only)

Build

  • Updates ubuntu focal base image to get the latest security updates

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.