- Add
Ftv1Instrumentation
andApolloReportingInstrumentation
for respectively federated and monograph operation and fields insights. - Publish to GCS
- Add
apolloSubscriptionModule
for subscription support with Ktor.
2024-10-23
- Add
apollo-execution-subgraph
with minimal@key
support - Add support for suspending resolvers and parallel execution (#18)
- Update Ktor to version 3
2024-08-30
- Rename
@GraphQLQueryRoot
to@GraphQLQuery
,@GraphQLMutationRoot
to@GraphQLMutation
,@GraphQLSubscriptionRoot
to@GraphQLSubscription
, - Remove
@GraphQLCoercing
@GraphQLScalar
now takes the coercing as a parameter
2024-07-08
- Update to Apollo Kotlin 4.0.0-rc.1
- Remove apollo-compiler dependency