You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly close database connection after a Native Query validation step finishes.
Fix bug in streaming subscriptions that causes some database pollers to be left open after the relevant users unsubscribe from the subscription.
Fix a few bugs in the admin-only cache management endpoints, /pro/cache/clear and /pro/cache/metrics: (Cloud / Enterprise edition only)
The underlying management queries would sometimes miss keys. This has been remedied.
They now return the internal error details when one occurs.
The type of the clearedItemCount field in the /pro/cache/clear endpoint response has been changed from a string to a number. (Cloud / Enterprise edition only)
Add HASURA_GRAPHQL_REDIS_TIMEOUT env var to set a timeout for Redis queries (Enterprise edition only)