Skip to content

Commit

Permalink
Add v4.0.0-rc.2 changelog (#6064)
Browse files Browse the repository at this point in the history
* Add v4.0.0-rc.2 changelog

* Add a note about no longer depending on com.apollographql.apollo3

* Fix date in the wrong place
  • Loading branch information
BoD authored Jul 22, 2024
1 parent 766d5bb commit 29434df
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Change Log
==========

# Version v4.0.0-rc.2

_2024-07-22_

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)

# Version 3.8.5

_2024-07-10_
Expand Down

0 comments on commit 29434df

Please sign in to comment.