Skip to content

v2.40.0

Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 10 Jun 08:10
· 921 commits to master since this release

Changelog

Bug fixes and improvements

Server

  • 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)