Version 3.8.4 is a maintenance release with one bug fix and 2 performance improvements. New developments happen in the 4.x versions.
[java-runtime] Fix ApolloClient.Builder.okHttpClient() returns null instead of this (#5860)
[normalized-cache] Use a single transaction when using MemoryCache chaining (#5861)
[normalized-cache] Call through to loadRecords from the MemoryCache to the SQL one (#5863)
Version 4.0.0-beta.6
2024-04-23
SQL cache performance improvements
If you're using a chained memory + SQL cache, #5840 makes sure cache writes are wrapped in a transaction, making them much faster.
Apollo Compiler Plugins
Plugin is renamed to ApolloCompilerPlugin. There is a new documentTransform API as well as other fixes. More details in the compiler plugins documentation.
Experimental WebSockets
A new .websocket package is available that makes it easier to retry WebSockets and handle errors. More details and migration guide in the experimental websockets documentation.
androidx.startup was introduced in beta.5 but is problematic for unit tests and other cases. beta.6 removes that dependency. More details in the network connectivity documentation.
Version 3.8.4 is a maintenance release with one bug fix and 2 performance improvements. New developments happen in the 4.x versions.
[java-runtime] Fix ApolloClient.Builder.okHttpClient() returns null instead of this (#5860)
[normalized-cache] Use a single transaction when using MemoryCache chaining (#5861)
[normalized-cache] Call through to loadRecords from the MemoryCache to the SQL one (#5863)
Version 4.0.0-beta.6
2024-04-23
SQL cache performance improvements
If you're using a chained memory + SQL cache, #5840 makes sure cache writes are wrapped in a transaction, making them much faster.
Apollo Compiler Plugins
Plugin is renamed to ApolloCompilerPlugin. There is a new documentTransform API as well as other fixes. More details in the compiler plugins documentation.
Experimental WebSockets
A new .websocket package is available that makes it easier to retry WebSockets and handle errors. More details and migration guide in the experimental websockets documentation.
androidx.startup was introduced in beta.5 but is problematic for unit tests and other cases. beta.6 removes that dependency. More details in the network connectivity documentation.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps
apolloVersion
from 3.8.3 to 3.8.4. Updatescom.apollographql.apollo3:apollo-gradle-plugin
from 3.8.3 to 3.8.4Release notes
Sourced from com.apollographql.apollo3:apollo-gradle-plugin's releases.
Changelog
Sourced from com.apollographql.apollo3:apollo-gradle-plugin's changelog.
... (truncated)
Commits
fd600f5
release 3.8.47b1a919
Backport #5848 to the v3 branch (#5863)25b78bc
Backport #5840 to the v3 branch (#5861)d9f481b
Backport #5778 to the v3 branch (#5860)61da6ab
Update min version of Kotlin in README and doc (#5750)03a4463
version is now 3.8.4-SNAPSHOTUpdates
com.apollographql.apollo3:apollo-runtime
from 3.8.3 to 3.8.4Release notes
Sourced from com.apollographql.apollo3:apollo-runtime's releases.
Changelog
Sourced from com.apollographql.apollo3:apollo-runtime's changelog.
... (truncated)
Commits
fd600f5
release 3.8.47b1a919
Backport #5848 to the v3 branch (#5863)25b78bc
Backport #5840 to the v3 branch (#5861)d9f481b
Backport #5778 to the v3 branch (#5860)61da6ab
Update min version of Kotlin in README and doc (#5750)03a4463
version is now 3.8.4-SNAPSHOTDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show