v2.40.0-beta.1
Pre-release
Pre-release
·
1664 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/clearand/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
clearedItemCountfield in the/pro/cache/clearendpoint response has been changed from a string to a number. (Cloud / Enterprise edition only) - Add
HASURA_GRAPHQL_REDIS_TIMEOUTenv var to set a timeout for Redis queries (Enterprise edition only)