NewAI Enhanced
v2.48.10
v2.48 Patch
Fixes
- Fixed column duplication bug in table schema editor when deselecting/clearing column types
Improvements
- BigQuery schema introspection performance optimized for datasets with many tables — set
HASURA_BIGQUERY_SLOW_INTROSPECTION_FALLBACK=trueto revert if issues occur - Redis connection pool size now configurable via
HASURA_GRAPHQL_CACHING_REDIS_POOL_SIZEandHASURA_GRAPHQL_RATE_LIMIT_REDIS_POOL_SIZE(default: 500, was 50) — Enterprise only
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.