Change8

v2.48.12

📦 hasura-authView on GitHub →
🐛 4 fixes🔧 4 symbols

Summary

This is a patch release focused on fixing performance issues in the server and resolving several critical bugs related to event triggers and data connector operations, particularly concerning self-referencing tables and nullable updates.

🐛 Bug Fixes

  • Fixed a performance issue in the server causing long cumulative GC sync phase pauses with large gzipped responses.
  • Resolved an issue where moving an event trigger between tables in Hasura metadata left the old trigger active, causing duplicate trigger firings.
  • Fixed a bug in the MySQL super-connector where queries on self-referencing tables failed with 'Relation not found' due to incorrect internal relationship graph handling during LATERAL subquery generation.
  • Fixed update mutations on nullable columns via data connectors; setting a column value to null now works correctly instead of failing.

Affected Symbols