Change8

v2.48.10

📦 hasura-authView on GitHub →
2 features🐛 2 fixes

Summary

This patch release for v2.48 includes performance improvements for BigQuery schema introspection and fixes a bug in the Console's table schema editor. New configuration options for Redis connection pooling were also added for Enterprise users.

Migration Steps

  1. If BigQuery schema introspection issues are observed after upgrading, set the environment variable HASURA_BIGQUERY_SLOW_INTROSPECTION_FALLBACK=true to revert to the previous introspection method.

✨ New Features

  • Added HASURA_GRAPHQL_CACHING_REDIS_POOL_SIZE and HASURA_GRAPHQL_RATE_LIMIT_REDIS_POOL_SIZE options to configure the limit of pooled connections to Redis (Enterprise edition only).
  • The default pooled connection limit to Redis is now set to 500 (previously 50).

🐛 Bug Fixes

  • Improved the performance of BigQuery schema introspection when dealing with hundreds of tables in sourced datasets.
  • Fixed a bug in the Console where deselecting or clearing a column type in the table schema editor caused existing columns to be duplicated in the schema.