Releases: ExpediaGroup/graphql-kotlin
Releases · ExpediaGroup/graphql-kotlin
9.0.0-alpha.5
What's Changed
- fix: fix integration test with missing junit-platform-launcher by @Samjin in #2090
- fix: register getter on runtime when field is of a parent type by @samuelAndalon in #2091
- feat: if getter exists do not attempt to compute it again by @samuelAndalon in #2096
New Contributors
Full Changelog: 9.0.0-alpha.4...9.0.0-alpha.5
8.6.1
What's Changed
- fix(8.x.x): register getter on runtime when field is of a parent type (#2091) by @samuelAndalon in #2093
- fix(8.x.x): if getter exists do not attempt to compute it again (#2096) by @samuelAndalon in #2097
Full Changelog: 8.6.0...8.6.1
7.3.1
What's Changed
- fix(7.x.x): register getter on runtime when field is of a parent type (#2091) by @samuelAndalon in #2094
- fix(7.x.x): if getter exists do not attempt to compute it again (#2096) by @samuelAndalon in #2098
Full Changelog: 7.3.0...7.3.1
6.10.1
What's Changed
- fix: register getter on runtime when field is of a parent type (#2091) by @samuelAndalon in #2095
- feat(6.x.x): if getter exists do not attempt to compute it again (#2096) by @samuelAndalon in #2099
Full Changelog: 6.10.0...6.10.1
8.6.0
IMPORTANT
see https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/8.3.0
What's Changed
- feat(8.x.x): singleton property data fetcher by @samuelAndalon in #2089
Full Changelog: 8.2.1...8.6.0
9.0.0-alpha.4
9.0.0-alpha.3
What's Changed
- docs: include name when creating GraphQLEnumValueDefinition by @LtTempletonPeck in #2078
- feat: SingletonPropertyDataFetcher, avoid allocating a PropertyDataFetcher per property per graphql operation by @samuelAndalon in #2079
New Contributors
- @LtTempletonPeck made their first contribution in #2078
Full Changelog: 8.4.0...8.5.0
7.3.0
What's Changed
- feat(7.x.x): SingletonPropertyDataFetcher, avoid allocating a PropertyDataFetcher per property per graphql operation by @samuelAndalon in #2081
- feat: update upload-artifact by @samuelAndalon in #2082
Full Changelog: 7.2.2...7.3.0
6.10.0
What's Changed
- feat(6.x.x): SingletonPropertyDataFetcher, avoid allocating a PropertyDataFetcher per property per graphql operation by @samuelAndalon in #2084
Full Changelog: 6.9.1...6.10.0
9.0.0-alpha.2
What's Changed
- fix: remove additional supplier invoke on APQ after caching entries by @malaquf in #2073
- Add support for generated @deprecated arguments from @GraphQLDeprecated by @sanchezdale in #2075
- feat: update fastjson2 by @samuelAndalon in #2076
New Contributors
- @sanchezdale made their first contribution in #2075
Full Changelog: 8.3.0...8.4.0