Change8

v2.49.1

📦 hasura-authView on GitHub →
🐛 3 fixes

Summary

This is a patch release for v2.49, focusing on server stability by fixing event trigger shutdown issues and mitigating DoS vectors.

🐛 Bug Fixes

  • Fixed a bug where event triggers could prevent prompt server shutdown by ensuring correct pausing only for actual in-flight processing.
  • Resolved an issue where stuck in-flight event triggers with multiple sources were not being unlocked in the database before server shutdown.
  • Mitigated two asymmetrical Denial of Service (DoS) vectors.