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 ofnull
. - Update
--http-log-query-only-on-error
flag /HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERROR
env var behavior to includeoperationName
in thequery
field ofhttp-log
for successful requests when set totrue
. - Add
--http-log-query-only-on-error
flag /HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERROR
env var (defaultfalse
) to include query field inhttp-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)