github apollographql/apollo-kotlin v4.0.0-beta.4

latest releases: v4.0.0-beta.6, v3.8.3, v4.0.0-beta.5...
4 months ago

✨ Initial Wasm support (#5458)

This release adds initial support for WebAssembly by adding the wasmJs target.

Executing queries/mutations is working but this target is
experimental (Kotlin/Wasm is Alpha) and has multiple limitations:

  • No WebSockets
  • No caching
  • No support for WASI or NodeJS

🪲 Bug fix

Downloading a schema from introspection (./gradlew downloadServiceSchemaFromIntrospection) got broken in the previous
release (#5449) and is now fixed.

👷‍ All changes

Don't miss a new apollo-kotlin release

NewReleases is sending notifications on new releases.