Skip to content

v2.48.10

Latest

Choose a tag to compare

@hasura-bot hasura-bot released this 15 Jan 08:35
· 335 commits to master since this release

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.