Skip to content

chore(deps): bump com.apollographql.apollo3:apollo-runtime from 3.8.2 to 3.8.6 - #6062

Merged
0xadam-brown merged 1 commit into
mainfrom
dependabot/gradle/com.apollographql.apollo3-apollo-runtime-3.8.6
Sep 7, 2026
Merged

chore(deps): bump com.apollographql.apollo3:apollo-runtime from 3.8.2 to 3.8.6#6062
0xadam-brown merged 1 commit into
mainfrom
dependabot/gradle/com.apollographql.apollo3-apollo-runtime-3.8.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps com.apollographql.apollo3:apollo-runtime from 3.8.2 to 3.8.6.

Release notes

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

v3.8.6

Maintenance release with a fix for using persisted queries together with subscriptions #6283

Full Changelog: apollographql/apollo-kotlin@v3.8.5...v3.8.6

v3.8.5

Version 3.8.5 is a maintenance release. New developments happen in the 4.x versions.

  • [all] Bump okio to 3.9.0 (#5868)
  • [runtime] Adding checks for json end_document in http transport (#5894)
  • [runtime] Adding checks for json end_document in http batching interceptors (#5892)
  • [codegen] Fix mapping of the builtin Float scalar type (#6047)
  • [normalized-cache] SqlNormalizedCacheFactory make sqldriver public to support Sqlcipher data encryption. (#5972)

v3.8.4

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)

v3.8.3

Version 3.8.3 is a maintenance release with two new convenience APIs and a Kotlin update. New developments happen in the 4.x versions.

Note: because Apollo Kotlin now depends on kotlin-stdlib version 1.9, you need the 1.8+ Kotlin compiler to compile your project.

  • [all] update Kotlin to 1.9 (#5412)
  • [runtime] Add ApolloClient.Builder(ApolloHttpCache) (#5638) (#5640)
  • [runtime] Allow buildPostBody to write operation extensions (#5631)
  • [runtime] compose support: Catch exceptions and expose them in .exception (#5018)
  • [http-cache] Ignore IOException when calling ApolloHttpCache.remove (#5730)
  • [all] Add deprecations on symbols that are getting removed in v4 (#5746)
Changelog

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

Change Log

Version 5.1.0

Version 5.1.0 adds a lot of performance improvements courtesy of @​AlexanderGH on top of a couple of bugfixes. Many thanks for the deep dive Alexander!

👷‍♂️ All changes

  • [PERFORMANCE] compiler: index the type hierarchy and drop O(n^2) work from the schema checks (#6994)
  • [PERFORMANCE] compiler: skip the @​defer walk and index field definitions (#6995)
  • [PERFORMANCE] api: faster enum safeValueOf and cheaper knownEntries (#7009)
  • [PERFORMANCE] api: Test a fragment's type condition against a set, not a list (#7001)
  • [PERFORMANCE] api: stop using exceptions to guess JSON number types (#6996)
  • [UPGRADE] Bump cache to 1.0.6 (#6987)
  • [FIX] Fix CatchToResult toJson (#6984)
  • [FIX] Make it possible to use the new cache with Apollo Kotlin 5 on K/N (#6978)

Version 5.0.1

2026-06-25

A few bugfixes, support for onError, and promote "directives on directives" which was merged in the specification recently.

Experimental onError support

If your server supports the onError request parameter, you can now use it to control error propagation:

val response = apolloClient.query(FooQuery())
                .onError(OnError.NULL)
                .execute()

When using OnError.NULL, error propagation is disabled, meaning you get more partial data:

type Query {
  user: User
}
type User {
name: String!
email: String!
}

If an error occurs at user.email, you will get a partial response with user.name but no user.email, instead of propagating the error to the parent user field:

{
</tr></table> 

... (truncated)

Commits

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 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.apollo3:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 3.8.2 to 3.8.6.
- [Release notes](https://github.com/apollographql/apollo-kotlin/releases)
- [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-kotlin@v3.8.2...v3.8.6)

---
updated-dependencies:
- dependency-name: com.apollographql.apollo3:apollo-runtime
  dependency-version: 3.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Java SDK labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from adinauer as a code owner September 7, 2026 04:32
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@dependabot
dependabot Bot requested review from markushi and romtsn as code owners September 7, 2026 04:32
@dependabot dependabot Bot added the Java SDK label Sep 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@0xadam-brown 0xadam-brown reopened this Sep 7, 2026
@0xadam-brown
0xadam-brown enabled auto-merge (squash) September 7, 2026 15:40
@sentry

sentry Bot commented Sep 7, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.55.0 (1) release

⚙️ sentry-android Build Distribution Settings

@0xadam-brown
0xadam-brown merged commit 9b09e40 into main Sep 7, 2026
130 of 132 checks passed
@0xadam-brown
0xadam-brown deleted the dependabot/gradle/com.apollographql.apollo3-apollo-runtime-3.8.6 branch September 7, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Java SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant