Skip to content

v4.0.0-rc.2

Compare
Choose a tag to compare
@BoD BoD released this 22 Jul 10:37
· 173 commits to main since this release
22a62be

We're on the road to v4 with this second release candidate which includes a few minor tweaks as well as one new feature.

Note: in v4.0.0-rc.1 apollo-debug-server and apollo-tooling depended on com.apollographql.apollo3 artifacts. This is no longer the case with v4.0.0-rc.2, where all dependencies are under the com.apollographql.apollo group id.

Add memoryCacheOnly (#6049)

.memoryCacheOnly(true) can be set on calls to read and store records in the memory cache only even when a persistent cache is configured.
This can be useful in scenarios where long term storage isn't needed and performance is important.

  • [gradle-plugin] Use a better warning for Service.schemaFile users (#6036)
  • [all] Update apollo-kotlin-execution (#6040)
  • [IJ Plugin] Add com.apollographql.apollo:apollo-api-jvm to dependencySupport (#6039)
  • [all] Update to Gradle 8.9 (#6056)
  • [gradle-plugin] Undeprecate schemaFile (#6055)
  • [gradle-plugin] Disable service-loading ApolloCompilerPlugin (#6059)