diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ab8ff53dbed..ceb65031142d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## Next release +- server: allow remote relationships joining `type` column with `[type]` input argument as spec allows this coercion (fixes #5133) + ### Breaking change -Headers from environment variables starting with `HASURA_GRAPHQL_` are not allowed +Headers from environment variables starting with `HASURA_GRAPHQL_` are not allowed in event triggers, actions & remote schemas. If you do have such headers configured, then you must update the header configuration before upgrading. @@ -21,7 +23,6 @@ If you do have such headers configured, then you must update the header configur - server: add logs for action handlers - server: add request/response sizes in event triggers (and scheduled trigger) logs (#5463) - server: change startup log kind `db_migrate` to `catalog_migrate` (#5531) -- server: allow remote relationships joining `type` column with `[type]` input argument as spec allows this coercion (fixes #5133) - console: handle nested fragments in allowed queries (close #5137) (#5252) - console: update sidebar icons for different action and trigger types (#5445) - console: make add column UX consistent with others (#5486)