Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps com.apollographql.apollo:apollo-runtime from 4.3.3 to 4.4.0.

Release notes

Sourced from com.apollographql.apollo:apollo-runtime's releases.

4.4.0 adds compatibility with AGP9 as well as a few other fixes.

Most of the development is now made in the 5.x alphas.

👷‍♂️ All changes

  • [NEW] AGP9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)
Changelog

Sourced from com.apollographql.apollo:apollo-runtime's changelog.

Version 4.4.0

Most of the development is now made in the 5.x alpha. This version backports compatibility with AGP9 as well as a few other fixes.

👷‍♂️ All changes

  • [NEW] Agp9 support (#6844)
  • [NEW] Add @catch support for responseBased codegen (#6698)
  • [NEW] Add ApolloInterceptor.InsertionPoint to control where the interceptors are added (#6767)
  • [FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
  • [FIX] Restore JsonReader state if a field throws in-flight (#6781)

Version 5.0.0-alpha.3

2025-11-13

@stream support

You may now use @stream to stream list responses from a compatible server.

To do this, opt in support for the incremental:v0.2 protocol:

val apolloClient = ApolloClient.Builder()
    .networkTransport(
        HttpNetworkTransport.Builder()
            .serverUrl("http://example.com/graphql")
            .incrementalDeliveryProtocol(IncrementalDeliveryProtocol.V0_2)
            .build()
    )
    .build()

Using @defer and @stream will stay opt-in until the RFC is merged.

WebSockets

The experimental WebSockets are promoted to stable. In particular, the request url may now be changed in interceptors. This can be used together with RetryStrategy to change the authentication parameters when retrying a subscription. The previous implementation (using the com.apollographql.apollo.ws package name) is now deprecated.

Read more in the migration guide.

HTTP cache

You can now use OkHttp cacheUrlOverride() to cache POST requests.

To do so, configure a cache on your OkHttpClient and use enablePostCaching:

val apolloClient = ApolloClient.Builder()
    .networkTransport(
        HttpNetworkTransport.Builder()
</tr></table> 

... (truncated)

Commits
  • ea0c203 [4.x] Unbreak kdoc (#6845)
  • 9c5b89f [4.x] Agp9 support (#6844)
  • 3d4edb9 [4.x] add missing ApolloDeprecatedSince (#6831)
  • 62889e3 Doc: improve language around cancellation of subscriptions. (#6804)
  • c960ea6 Update README.md
  • 5931695 Restore JsonReader state if a field throws in-flight (#6775) (#6781)
  • 5ddd7f5 [4.x] Add ApolloInterceptor.InsertionPoint to control where the interceptor...
  • 3e6817c Remove 'experimenta' designation from defer docs (#6752)
  • 0dffebe Add Intellij Plugin to the apollo galaxy (#6734)
  • fa72468 Do not check already checked fragments in checkCapitalizedFields, to avoid a ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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 [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/apollographql/apollo-kotlin/releases)
- [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-kotlin@v4.3.3...v4.4.0)

---
updated-dependencies:
- dependency-name: com.apollographql.apollo:apollo-runtime
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added this to the 4.1.x milestone Jan 27, 2026
@github-actions github-actions bot modified the milestones: 4.1.x, 4.1.0-M1 Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants