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=truecan be set in the environment to revert to the previous introspection method. - Added
HASURA_GRAPHQL_CACHING_REDIS_POOL_SIZEandHASURA_GRAPHQL_RATE_LIMIT_REDIS_POOL_SIZEoptions, 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.