Change8

v2.49.5

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

Summary

This patch release for v2.49 includes server-side improvements like the addition of `x-request-id` header in error responses and new jsonb path filter operators. It also addresses bug fixes in the console and CLI, and updates dependencies to remediate security vulnerabilities.

✨ New Features

  • Error responses now include the `x-request-id` header, matching successful responses so clients can correlate failures with logs and traces.
  • Added jsonb path filter operators `_jsonb_path_exists` and `_jsonb_path_match`.

🐛 Bug Fixes

  • Fixed TypeError when experimental_features is null in useRootFieldPermissions.ts.
  • Allowed selecting all columns when updating trigger operation.

Affected Symbols