Releases: apollographql/apollo-kotlin-mockserver
Releases · apollographql/apollo-kotlin-mockserver
v0.3.0
Bump Kotlin to 2.2.20 and remove kotlin-node
dependency (#35).
If you're using non-JVM targets, you'll need Kotlin 2.2 to build. JVM targets are not impacted.
v0.2.0
What's Changed
- Allow passing in a scope to the MockServer constructor by @edenman in #27
New Contributors
Full Changelog: v0.1.1...v0.2.0
v0.1.1
- Add support for linux (#22).
Many thanks @ToxicBakery for the contribution 💙
v0.1.0
Update to Ktor 3
This release bumps Ktor to version 3 so you can use Ktor 3 in your own project.
Many thanks @Hansanto for diving into this 💙
Other fixes
- Fix reading chunk encoding (#10)