Update CHANGELOG for known issue v2.6.0/v2.5.1

## Description ✍️
Update CHANGELOG for known issue v2.6.0/v2.5.1

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4409
GitOrigin-RevId: ae22b1b9e1845de48859be56af83426ee8556c9f
This commit is contained in:
Brandon Martin 2022-05-02 07:29:58 -06:00 committed by hasura-bot
parent 955db8ab11
commit 5008b54813

View File

@ -21,6 +21,9 @@
## Milestone Release - v2.6.0
### Known issue
SQL Server: Mutation: [Default values overwritten on insert under certain conditions](https://github.com/hasura/graphql-engine/issues/8443). Will be addressed in 2.5.2 and 2.6.1.
### Announcing GraphQL Joins
We are delighted to announce Hasuras data federation capabilities that accelerate the API development process by creating a single GraphQL schema from multiple data sources such as databases and remote GraphQL APIs. This allows you to query and mutate across federated data sources in real-time without writing any custom code. In addition, we can leverage many of Hasuras powerful features from Hasura CE and Hasura Cloud.
Hasuras field level permissions for remote schemas applies for joins as well, allowing for tightly controlled data disclosure when federating sources.
@ -53,6 +56,9 @@ The query and raw-query field from http-logs for metadata requests are removed b
## v2.5.1
### Known issue
SQL Server: Mutation: [Default values overwritten on insert under certain conditions](https://github.com/hasura/graphql-engine/issues/8443). Will be addressed in 2.5.2 and 2.6.1.
### Bug fixes and improvements
- server: fixes remote relationships on actions (fix #8399)
- server: validate top level fragments in GQL query