apollo-android v3.2.2 Release Notes

  • 2022-04-11

    ๐Ÿš€ A maintenance release to fix the addJvmOverloads option added in 3.2.0 as well as other fixes. If you're using APQs, the mutations are now always send using POST. See #4006 for details and a way to override the behaviour if you really need to.

    Many thanks to @benedict-lim, @olivierg13, @konomae and @sproctor for their contributions ๐Ÿ’™

    ๐Ÿ‘ทโ€ All changes

    • ๐Ÿšš Use a constant for JvmOverloads to avoid a crash due to relocation (#4008)
    • Always use POST for Mutations in APQs (Auto Persisted Queries) (#4011)
    • โž• Add configurable headers to WebSocketNetworkTransport (#3995)
    • ๐Ÿ”€ Handle SqlNormalizedCache merge APIs Exceptions with ApolloExceptionHandler (#4002)
    • โž• Add adapter for java.time.OffsetDateTime (#4007)
    • โœ… โฐ Add tests for date adapters (#3999)
    • ๐Ÿ›  Fix wrong LocalDate and LocalDateTime formats in JavaTimeAdapters (#3997)