Skip to content

v2.40.1

Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 24 Jun 07:30
· 904 commits to master since this release

Changelog

This is a patch release for v2.40

Bug fixes and improvements

Server

  • Add HASURA_GRAPHQL_ENABLE_QUERY_TRACING env var to enable adding Postgres SQL queries to the OTLP traces. (Cloud / Enterprise edition only)
  • Add GraphQL queries to the OTLP traces if the HASURA_GRAPHQL_ENABLE_QUERY_TRACING config option is enabled. (Cloud / Enterprise edition only)
  • Fix missing overflow bucket in OTLP histogram export. Data points in the "+inf" bucket will now be sent, just as in Prometheus export. (Cloud / Enterprise edition only)

Data Connectors

  • Update Redshift JDBC driver to latest version. (Cloud / Enterprise edition only)