github hasura/graphql-engine v2.48.10

11 hours ago

Changelog

This is a patch release for v2.48.

Bug fixes and improvements

Server

  • Improve the performance of BigQuery schema introspection when there are many (e.g. hundreds of) tables in sourced datasets. This should improve performance on startup and during metadata operations, such as changing permissions. In the unexpected event that a BigQuery schema introspection-related bug is observed after upgrading, HASURA_BIGQUERY_SLOW_INTROSPECTION_FALLBACK=true can be set in the environment to revert to the previous introspection method.
  • Added HASURA_GRAPHQL_CACHING_REDIS_POOL_SIZE and HASURA_GRAPHQL_RATE_LIMIT_REDIS_POOL_SIZE options, making the limit of pooled connections to Redis configurable. Set the default to 500 (formerly it was 50). (Enterprise edition only)

Console

  • Fix a bug where deselecting or clearing a column type in the table schema editor causes existing columns to be duplicated in the schema.

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.