apollo-android v2.2.2 Release Notes

Release Date: 2020-07-02 // almost 4 years ago
  • 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)