Change8

v2.47.0-beta.1

📦 hasura-authView on GitHub →
2 features🐛 2 fixes🔧 1 symbols

Summary

This release focuses on improving startup resilience, particularly around Redis errors in Enterprise edition, and fixing a bug in the Console's database editing interface. It also introduces a new CLI flag for migrations.

✨ New Features

  • Added new HASURA_GRAPHQL_REDIS_NO_FAIL_ON_STARTUP option in Enterprise edition to allow startup even if Redis has errors, disabling rate limiting and caching.
  • Added --no-transaction flag to the migrate apply CLI command.

🐛 Bug Fixes

  • Prevented attempting to CREATE EXTENSION pgcrypto if it already exists, aiding users on Azure with unprivileged Postgres users.
  • Fixed connection template and Dynamic Routing settings being reset when editing the database in the Connection Details page (Cloud / Enterprise edition only).

🔧 Affected Symbols

migrate apply