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-idheader, matching successful responses so clients can correlate failures with logs and traces. - add jsonb path filter operators
_jsonb_path_existsand_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
- Bump
jackson-databind(2.21.4) and Netty (4.1.136.Final) in the super-connector data connector to remediate HIGH severity CVEs (CVE-2026-54512, CVE-2026-54513, CVE-2026-44891).
Build
- Remove the unused default
ssl-cert-snakeoilprivate key and certificate from the graphql-engine ubuntu base image so they are no longer shipped in the container filesystem.