Change8

v2.48.0

📦 hasura-auth
3 features🐛 2 fixes🔧 2 symbols

Summary

This release introduces a new query tag format, options for handling 401 errors and request timeouts, and fixes bugs related to REST parameters and the Snowflake adapter.

✨ New Features

  • Added a new query tag format called "standard_prepended" which places the metadata tag comment before the SQL query.
  • Added the HASURA_GRAPHQL_PRESERVE_401_ERRORS option to propagate 401 (Unauthorized) status codes back to the client instead of returning 200 for all errors.
  • Added the HASURA_GRAPHQL_SERVER_TIMEOUT option to configure request timeouts (Community / Enterprise edition only).

🐛 Bug Fixes

  • REST endpoints using the GET method now correctly handle query parameters in the Console.
  • Fixed an issue in the SuperConnector Snowflake adapter that caused errors when querying the same relationship multiple times (Cloud / Enterprise edition only).

🔧 Affected Symbols

HASURA_GRAPHQL_PRESERVE_401_ERRORSHASURA_GRAPHQL_SERVER_TIMEOUT