github hasura/graphql-engine v2.36.8

10 hours ago

Changelog

Server

  • Use HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERROR: true (default false) env var or --http-log-query-only-on-error flag to include query field in http-log only when the request results in an error.
  • Updated HASURA_GRAPHQL_HTTP_LOG_QUERY_ONLY_ON_ERROR and --http-log-query-only-on-error to include operationName in the query field of http-log for successful requests when set to true.
  • Improved memory usage behavior when running the engine with the non-moving gc (with +RTS --nonmoving-gc -RTS) for improved tail latencies. The recommended configuration in this mode is: +RTS --nonmoving-gc --nonmoving-dense-allocator-count=34 -A64M -RTS

Build

  • Updates Ubuntu Jammy base image to get the latest security updates.
  • Updates Red Hat UBI base image to get the latest security updates.

Don't miss a new graphql-engine release

NewReleases is sending notifications on new releases.