v2.45.0-beta.1
Pre-release
Pre-release
·
994 commits
to master
since this release
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
isRepeatablefield now returns a valid value instead ofnull. - Update
--http-log-query-only-on-errorflag /HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERRORenv var behavior to includeoperationNamein thequeryfield ofhttp-logfor successful requests when set totrue. - Add
--http-log-query-only-on-errorflag /HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERRORenv var (defaultfalse) to include query field inhttp-logonly when the request results in an error. - Add
hasura_postgres_connection_error_totalmetric to count the number of Postgres connection errors. (Cloud / Enterprise edition only) - Fix Postgres URI label in metrics. (Cloud / Enterprise edition only)