Releases: apollographql/apollo-kotlin-execution
Releases · apollographql/apollo-kotlin-execution
v0.1.1
What's Changed
- Add tracing by @martinbonnin in #40
- Fix unions by @martinbonnin in #43
- Added websockets support for ktor by @martinbonnin in #44
- Split apollo-execution-runtime in 2 parts by @martinbonnin in #47
- Remove Arrow dependency by @martinbonnin in #48
- Move to the apollo-kotlin execution artifact by @martinbonnin in #50
- Fix subprotocol by @martinbonnin in #54
- Switch publication to Maven Central portal by @martinbonnin in #55
- Improve error message for symbols that are outside the project by @martinbonnin in #56
- Simplify the sandbox module by @martinbonnin in #57
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.3
- Rename
@GraphQLQueryRootto@GraphQLQuery,@GraphQLMutationRootto@GraphQLMutation,@GraphQLSubscriptionRootto@GraphQLSubscription, - Remove
@GraphQLCoercing @GraphQLScalarnow takes the coercing as a parameter