v2.48.0-beta.1
📦 hasura-authView on GitHub →
✨ 3 features🐛 2 fixes
Summary
This release introduces configuration options for error handling and request timeouts, along with a new query tagging format and fixes for REST parameters and Snowflake adapter issues.
✨ New Features
- Added new query tag format `standard_prepended` which places the metadata tag comment before the SQL query.
- Added `HASURA_GRAPHQL_PRESERVE_401_ERRORS` option to propagate 401 (Unauthorized) status codes back to the client instead of returning 200.
- Added `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).