7.0.0-alpha.4
Pre-release
Pre-release
·
142 commits
to refs/heads/master
since this release
Major Changes
- [ktor plugin] refactor route configuration (#1688) @dariuszkuc
Patch Changes
- [ktor server] simplify KtorGraphQLRequestParser (#1704) @dariuszkuc
- add support for application/graphql-response+json content type (#1699) @gumimin
- fix(ktor-server): move plugin install to routing context (#1684) @lucsoft
- fix(gradle-plugin): compileKotlin does not exist in Multiplatform (#1681) @nothendev
Other Changes
- introduce graphql-over-http spec compliance tests (#1715) @dariuszkuc
- Fix typo in NestedQueries.kt (#1689) @martinbonnin
- build
- build: set permissions to deploy GH pages (#1724) @dariuszkuc
- build: set permissions for release drafter (#1727) @dariuszkuc
- chore: update actions/cache to v3 (#1707) @dariuszkuc
- build: update PR fed check to use pull-requests permissions instead of issues (#1706) @dariuszkuc
- build: fix fed action permissions (#1703) @dariuszkuc
- build: refactor fed integration workflows to use pull_request event (#1701) @dariuszkuc
- fix federation integration workflows (#1687) @dariuszkuc
- dependencies
- docs
- docs: fix typo in generator-config.md (#1722) @tenstad
- docs: update
@composeDirectiveusage documentation (#1696) @dariuszkuc - docs: update v6 docs with fed2.3 info (#1686) @dariuszkuc
- chore: add example how to use data loaders with suspendable functions (#1678) @samuelAndalon