v2.48.13
📦 hasura-authView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This is a patch release for v2.48, primarily addressing server-side consistency in OpenTelemetry reporting and fixing a bug related to EKG gauge behavior for active subscriptions.
🐛 Bug Fixes
- Set error status and message in OpenTelemetry spans for consistency with logs (Enterprise/cloud only).
- Fixed active subscriptions EKG gauge going negative due to unconditional decrement in removeLiveQuery and removeStreamingQuery.