cli/v2.50.2
tag cli release for using in cloud service
tag cli release for using in cloud service
tag-release for v2.50.2
Changelog This is a patch release for v2.50. Bug fixes and improvements Server Fix an issue that caused memory from the schema present at engine startup to be retained after the metadata is updated, for instance with replace_metadata. Formerly this could manifest in as much as a doubling of memory usage. Alter and fix some behavior of the new bounded websocket queues: a write to an over-capacity w…
tag cli release for using in cloud service
Changelog This is a patch release for v2.50. Bug fixes and improvements Server Added three opt-in flags (all default false) that redact the request body, session variables and webhook response body from the respective delivery logs (Event Triggers, Scheduled/Cron Triggers, and Action handlers). Redacted fields are emitted as JSON null. When disabled (the default), log output is unchanged.: --redac…
tag cli release for using in cloud service
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…
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…
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…
tag cli release for using in cloud service
tag cli release for using in cloud service
tag cli release for using in cloud service
tag-release for v2.45.7
tag cli release for using in cloud service
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
tag cli release for using in cloud service
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…
tag cli release for using in cloud service
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…
tag cli release for using in cloud service
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…
tag cli release for using in cloud service
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…
tag cli release for using in cloud service
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.…
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…
tag cli release for using in cloud service
tag cli release for using in cloud service