Skip to content

v2.49.5

Latest

Choose a tag to compare

@hasura-bot hasura-bot released this 21 Jul 01:35

Changelog

This is a patch release for v2.49.

Bug fixes and improvements

Server

  • Upgrade Ubuntu base images to 24.04). The standard support of Ubuntu 22.04 will end on June 2027.
  • Upgrade UBI base image to v10 to up-to-date with Ubuntu 24.04. GLIBC_2.38 is supported in UBI v9.
  • Error responses now include the x-request-id header, matching successful responses so clients can correlate failures with logs and traces.
  • add jsonb path filter operators _jsonb_path_exists and _jsonb_path_match

Console

  • Fix TypeError when experimental_features is null in useRootFieldPermissions.ts
  • allow selecting all columns when updating trigger operation

CLI

  • cli: upgraded Go v1.26.5 and dependencies to address known security vulnerabilities reported.

Data Connector

Build

  • Remove the unused default ssl-cert-snakeoil private key and certificate from the graphql-engine ubuntu base image so they are no longer shipped in the container filesystem.