Skip to content

v2.2.2

Compare
Choose a tag to compare
@martinbonnin martinbonnin released this 02 Jul 09:59

Important

This release fixes an important performance issue with the multiplatform sql-normalized-cache-sqlite introduced in version 2.0.0. If you are using it, updating is strongly recommended. See #2412 for more details.

✨New

  • [Kotlin Runtime] subscriptions (#2356 and #2388)
  • [Plugin] ./gradlew downloadApolloSchema now resolves the schema path automatically if not specified (#2380)

👷‍♂️Fixes

  • [Normalized Cache] Run SqlNormalizedCache merge in transaction (#2412)
  • [Kotlin Runtime] make coroutines and OkHttp API dependencies (#2384)
  • [Compiler] fix marshaller is nullable (#2404)
  • [Plugin] check versions lazily (#2400)

⚙️ Internal

  • [Publishing] add ./gradlew publishToOssStagingIfNeeded (#2385)
  • [Compiler] work in progress on SDL support (#2398 and #2406)