Skip to content

v2.36.8

Latest
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 19 Sep 15:10
· 993 commits to master since this release

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.