这是indexloc提供的服务,不要输入任何密码
Skip to content

v2.41.0

Choose a tag to compare

@hasura-bot hasura-bot released this 11 Jul 17:05
· 1379 commits to master since this release

Changelog

Bug fixes and improvements

Server

  • For JWT key servers that do not implement caching, keys will now refresh every 60 seconds instead of every second.
  • Gracefully handle and log certain unexpected internal exceptions.
  • Fix an intermittent bug triggered when clearing the cache, which results in an internal error. (Cloud / Enterprise edition only)
  • Add session_variables attribute to GraphQL spans in OpenTelemetry traces. (Cloud / Enterprise edition only)
  • Add a new OpenTelemetry span for the auth webhook. (Cloud / Enterprise edition only)
  • Enhance SpanKind for server and client spans according to the OpenTelemetry specification (Cloud / Enterprise edition only)

Console

  • Add VPC collaborators feature for Cloud Enterprise users. (Cloud only)

Build

  • Updates ubuntu jammy base image to get the latest security updates.