Releases: ExpediaGroup/graphql-kotlin
Releases · ExpediaGroup/graphql-kotlin
6.8.2
What's Changed
- feat(batching): v6 check if execution was exhausted when there are errors by @samuelAndalon in #2011
Full Changelog: 6.8.1...6.8.2
6.8.1
What's Changed
- feat(batching): v6 remove execution if a given operation completes with an exception by @samuelAndalon in #2008
Full Changelog: 6.8.0...6.8.1
8.0.0-alpha.3
What's Changed
- feat(client): update jackson client generation to always annotate all fields by @SalyczeQ in #1976
- feat: Use official graphql java 22 version by @eocantu in #1980
- chore(deps): Update dependencies by @reneleonhardt in #1974
- BREAKING: drop Federation v1 support by @dariuszkuc in #1978
- fix: Vulnerabilities and warnings by @reneleonhardt in #1987
- fix(federation): Federation errors should not return invalid locations by @dariuszkuc in #1990
- build(deps): bump release-drafter/release-drafter from 5 to 6 by @dependabot in #1984
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #1985
- build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #1983
- chore: update to use new Gradle actions by @dariuszkuc in #1991
- chore(deps): use springboot 3.2.x for now by @samuelAndalon in #1989
New Contributors
- @SalyczeQ made their first contribution in #1976
- @reneleonhardt made their first contribution in #1974
Full Changelog: 8.0.0-alpha.1...8.0.0-alpha.3
8.0.0-alpha.2
What's Changed
- feat(client): update jackson client generation to always annotate all fields by @SalyczeQ in #1976
- feat: Use official graphql java 22 version by @eocantu in #1980
- chore(deps): Update dependencies by @reneleonhardt in #1974
- BREAKING: drop Federation v1 support by @dariuszkuc in #1978
- fix: Vulnerabilities and warnings by @reneleonhardt in #1987
- fix(federation): Federation errors should not return invalid locations by @dariuszkuc in #1990
- build(deps): bump release-drafter/release-drafter from 5 to 6 by @dependabot in #1984
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #1985
- build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #1983
- chore: update to use new Gradle actions by @dariuszkuc in #1991
- chore(deps): use springboot 3.2.x for now by @samuelAndalon in #1989
New Contributors
- @SalyczeQ made their first contribution in #1976
- @reneleonhardt made their first contribution in #1974
Full Changelog: 8.0.0-alpha.1...8.0.0-alpha.2
8.0.0-alpha.1
What's Changed
- chore: start v8 development by @dariuszkuc in #1951
- fix: move exception handling into ktor statuspages by @curtiscook in #1936
- Fix links in documentation and add some additional info for DataFetchingEnvironment selectionSet by @mitjade in #1948
- chore: fix build by @dariuszkuc in #1953
- Support built-in
ID
type serialization inGraphQLServerRequest
by @T45K in #1952 - feat: ability to specify
@GraphQLName
on input types w/o suffix by @dariuszkuc in #1960 - Fix typo of
ktor-overview
website page by @T45K in #1968 - graphql java 22 update by @samuelAndalon in #1967
New Contributors
- @curtiscook made their first contribution in #1936
- @mitjade made their first contribution in #1948
Full Changelog: 7.1.1...8.0.0-alpha.1
7.1.1
What's Changed
- Support built-in
ID
type serialization inGraphQLServerRequest
by @samuelAndalon in #1958 - feat: ability to specify
@GraphQLName
on input types w/o suffix (#1960) by @samuelAndalon in #1962
Full Changelog: 7.1.0...7.1.1
6.8.0
What's Changed
- Support built-in
ID
type serialization inGraphQLServerRequest
by @samuelAndalon in #1959 - feat: ability to specify
@GraphQLName
on input types w/o suffix (#1… by @samuelAndalon in #1963
Full Changelog: 6.7.0...6.8.0
7.1.0
Minor Changes
- feat(federation): federation v2.6 support (#1928) @dariuszkuc
- feat: allow additional parser options in the gradle and maven plugins (#1925) @mgilbey
Patch Changes
- fix(federation): fix
@authenticated
directive name (#1927) @dariuszkuc - fix: allow maven and gradle plugins to have new parser options values configurable (#1930) @mgilbey
- Handle subscription init timeout gracefully (#1915) @pdambrauskas
- fix: create MessageDigest when needed (#1906) @samuelAndalon
- fix: move federation validations to didBuildSchema hook (#1883) @dariuszkuc
Other Changes
- chore: update to latest dependencies (#1950) @dariuszkuc
- feat(batching): Exclude operations that failed pre-executions (#1942) @samuelAndalon
- feat(servers): move execution out of reactor netty threads (#1943) @samuelAndalon
- Handle exception on subscription initialization (#1940) @pdambrauskas
- feat: kotlinx serialization for GraphQLServerRequest (#1937) @samuelAndalon
- chore(docs): update website to Docuraurus V3 (#1929) @dariuszkuc
- Update Ktor to 2.3.7 (#1916) @scottkennedy
- feat: pass ExecutionInput to getOrElse method (#1918) @samuelAndalon
- Fixed link to GraphQL documentation (#1900) @simboel
- [Documentation] Fixed error in GraalVM native image docs (#1897) @simboel
6.7.0
What's Changed
- feat: kotlinx serialization for GraphQLServerRequest -- cherry pick (#1937) by @samuelAndalon in #1944
- feat: execute graphQLRequest out of reactor netty threads ( cherry pick #1943) by @samuelAndalon in #1945
- feat(batching): Exclude operations that failed pre-executions (#1942) by @samuelAndalon in #1946
Full Changelog: 6.6.0...6.7.0
6.6.0
What's Changed
- feat: pass ExecutionInput to getOrElse method (#1918) by @samuelAndalon in #1919
Full Changelog: 6.5.7...6.6.0