github hasura/graphql-engine v2.45.0-beta.1

pre-release21 hours ago

Changelog

Bug fixes and improvements

Server

  • Fix issue where websocket connections did not time out when clients failed to initialize the protocol.
  • When using GraphQL schema introspection to introspect directives, the isRepeatable field now returns a valid value instead of null.
  • Update --http-log-query-only-on-error flag / HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERROR env var behavior to include operationName in the query field of http-log for successful requests when set to true.
  • Add --http-log-query-only-on-error flag / HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERROR env var (default false) to include query field in http-log only when the request results in an error.
  • Add hasura_postgres_connection_error_total metric to count the number of Postgres connection errors. (Cloud / Enterprise edition only)
  • Fix Postgres URI label in metrics. (Cloud / Enterprise edition only)

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.