Improve changelog entry for 8221

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3985
GitOrigin-RevId: c1c2a56ff1e73be09ec43e1a1469a73f3c8a6bcb
This commit is contained in:
Gil Mizrahi 2022-03-15 17:16:11 +02:00 committed by hasura-bot
parent f1ef8338ee
commit 4cd72d738a

View File

@ -105,7 +105,7 @@ function:
- server: improve SQL generation for BigQuery backend queries involving `Orderby`.
- server: fix regression where remote relationships would get exposed over Relay, which is unsupported
- server: add support for customising the GraphQL schema descriptions of table columns in metadata
- server: implement column presets for SQL Server (#8221)
- server: column presets for SQL Server were broken and consequently insert and upsert mutations were failing with constraint violations. This change fixes this behavior (#8221).
- server: fix caching bug with session variables in remote joins
- server: fix regression where JWKs are refreshed once per second when both must-revalidate and max-age are specified in the Cache-Control header (#8299)
- console: fixed an issue where editing both a column's name and its GraphQL field name at the same time caused an error