| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 9.0.0 source code.tar.gz | 2026-02-25 | 3.4 MB | |
| 9.0.0 source code.zip | 2026-02-25 | 5.3 MB | |
| README.md | 2026-02-25 | 4.3 kB | |
| Totals: 3 Items | 8.8 MB | 0 | |
What's Changed
- Upgrade to kotlin 2 by @daniel-humla in https://github.com/ExpediaGroup/graphql-kotlin/pull/2054
- docs: Update Apollo Federation link by @DaleSeo in https://github.com/ExpediaGroup/graphql-kotlin/pull/2059
- feat: use java toolchain when generating SDL by @tKe in https://github.com/ExpediaGroup/graphql-kotlin/pull/2058
- feat: implemented persisted queries for GET methods with only SHA-256 hash of query string by @malaquf in https://github.com/ExpediaGroup/graphql-kotlin/pull/2067
- Update Ktor to 3.0.3 by @timemanx in https://github.com/ExpediaGroup/graphql-kotlin/pull/2066
- chore: update upload-artifact to v4 by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2070
- fix: ktor plugin test by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2071
- fix: remove additional supplier invoke on APQ after caching entries by @malaquf in https://github.com/ExpediaGroup/graphql-kotlin/pull/2073
- Add support for generated @deprecated arguments from @GraphQLDeprecated by @sanchezdale in https://github.com/ExpediaGroup/graphql-kotlin/pull/2075
- feat: update fastjson2 by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2076
- docs: include name when creating GraphQLEnumValueDefinition by @LtTempletonPeck in https://github.com/ExpediaGroup/graphql-kotlin/pull/2078
- feat: SingletonPropertyDataFetcher, avoid allocating a PropertyDataFetcher per property per graphql operation by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2079
- chore: update v8 docs by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2080
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot[bot] in https://github.com/ExpediaGroup/graphql-kotlin/pull/2003
- chore: update 7.x.x docs by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2083
- chore(6.x.x): update docs by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2085
- fix: fix integration test with missing junit-platform-launcher by @Samjin in https://github.com/ExpediaGroup/graphql-kotlin/pull/2090
- fix: register getter on runtime when field is of a parent type by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2091
- feat: if getter exists do not attempt to compute it again by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2096
- fix: log on else and return result of getter.call by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2100
- fix: return result of getter resolved at runtime by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2101
- feat: support federation 2.7 by @Samjin in https://github.com/ExpediaGroup/graphql-kotlin/pull/2088
- feat: graphql java 23 update by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2106
- docs: Removed the duplicated "up" by @DaleSeo in https://github.com/ExpediaGroup/graphql-kotlin/pull/2110
- fix: use enum value in GraphQLEnumValueDefinition by @tKe in https://github.com/ExpediaGroup/graphql-kotlin/pull/2112
- Devin/1758753881 shared response types by @arthurkkp-cog in https://github.com/ExpediaGroup/graphql-kotlin/pull/2136
- Update federation version to 5.5.0 by @samuelAndalon in https://github.com/ExpediaGroup/graphql-kotlin/pull/2153
New Contributors
- @daniel-humla made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2054
- @DaleSeo made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2059
- @tKe made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2058
- @malaquf made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2067
- @timemanx made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2066
- @sanchezdale made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2075
- @LtTempletonPeck made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2078
- @arthurkkp-cog made their first contribution in https://github.com/ExpediaGroup/graphql-kotlin/pull/2136
Full Changelog: https://github.com/ExpediaGroup/graphql-kotlin/compare/8.8.1...9.0.0