H

Hasura GraphQL Engine

H
Hasura GraphQL Engine Web v2.49.5

v2.49.5

Changelog This is a patch release for v2.49. WarningIf your metadata enables the naming convention graphql-default, the metadata could be inconsistent because the naming convention Sep 2023 is enabled by default. Please upgrade to v2.50.0 to fix that issue. 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 UB…

H
Hasura GraphQL Engine Web v2.50.0

v2.50.0

Changelog Bug fixes and improvements Server IMPORTANT: fix a bug in the mssql backend that could in certain cases allow an authenticated user to observe data they were not authorized for. All MS SQL Server users are encouraged to upgrade. More details to be released. Add cascade option to the remove_remote_schema API. Async actions now preserve the originating GraphQL request's distributed trace c…

H
Hasura GraphQL Engine Web v2.45.8

v2.45.8

Changelog This is a patch release for v2.45. Bug fixes and improvements Server IMPORTANT: fix a bug in the mssql backend that could in certain cases allow an authenticated user to observe data they were not authorized for. All MS SQL Server users are encouraged to upgrade. More details to be released. event trigger names now undergo stricter validation, and must only contain alphanumeric, undersco…

H
Hasura GraphQL Engine Web v2.45.6

v2.45.6

Changelog This is a patch release for v2.45. Bug fixes and improvements packaging: upgrade openssl in ubuntu base image to fix openssl CVE-2026-45447

H
Hasura GraphQL Engine Web v2.49.4

v2.49.4

Changelog This is a patch release for v2.49. Bug fixes and improvements Server Made catalog and PG source migrations idempotent by adding IF NOT EXISTS to all ADD COLUMN statements, preventing re-application failures when a migration was applied to the database but its version was not recorded. Add a new option HASURA_GRAPHQL_WEBSOCKET_QUEUE_SIZE to bound the formerly unbounded internal queue used…

H
Hasura GraphQL Engine Web v2.49.3

v2.49.3

Changelog This is a patch release for v2.49. Bug fixes and improvements Server Added HASURA_GRAPHQL_DISABLE_EVENT_PROCESSING env var (and --disable-event-processing CLI flag) to stop the eventing background pollers — event triggers, scheduled events, the cron event generator, and async actions — without disabling the rest of the eventing subsystem. Unlike HASURA_GRAPHQL_DISABLE_EVENTING, source ca…

H
Hasura GraphQL Engine Web v2.45.5

v2.45.5

Changelog This is a patch release for v2.45. Bug fixes and improvements Server Fix a high-severity security issue: GHSA-r27x-gc74-qmxh . Users are strongly encouraged to upgrade. Prior to v2.49.1 control characters in (malformed) request json could erroneously make their way into parsed json strings. v2.49.1 made such malformed json an error. This change translates all control characters to spaces…

H
Hasura GraphQL Engine Web v2.49.2

v2.49.2

Changelog This is a patch release for v2.49. Bug fixes and improvements Server Fix a high-severity security issue: GHSA-r27x-gc74-qmxh . Users are strongly encouraged to upgrade. Prior to v2.49.1 control characters in (malformed) request json could erroneously make their way into parsed json strings. v2.49.1 made such malformed json an error. This change translates all control characters to spaces…

H
Hasura GraphQL Engine Web v2.49.0

v2.49.0

Changelog Bug fixes and improvements Server feat: promote Relay API to stable /v1/relay and deprecate /v/1beta1/relay endpoint. feat: add the --enable-relay (HASURA_GRAPHQL_ENABLE_RELAY) flag to enable/disable Relay API. You can disable Relay to reduce memory usage if it isn't required for your applications. The default value is: Community/Enterprise: true for backward compatibility. Cloud: false.…

H
Hasura GraphQL Engine Web v2.49.1

v2.49.1

Changelog This is a patch release for v2.49. Bug fixes and improvements Server Fix a bug where event triggers could prevent prompt server shutown; now we correctly only pause for actual in-flight processing Fix a bug where, with multiple sources, in-flight event triggers which were stuck during shutdown may not have been unlocked in the database before shutdown Mitigate two assymetrical DoS vector…