Skip to content

fix(deps): update apollo graphql packages - #323

Open
svc-secops wants to merge 1 commit into
mainfrom
renovate/apollo-graphql-packages
Open

fix(deps): update apollo graphql packages#323
svc-secops wants to merge 1 commit into
mainfrom
renovate/apollo-graphql-packages

Conversation

@svc-secops

@svc-secops svc-secops commented Mar 3, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.apollographql.mockserver:apollo-mockserver 0.2.00.3.1 age adoption passing confidence
com.apollographql.apollo 4.2.04.4.3 age adoption passing confidence
com.apollographql.apollo 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-gradle-plugin 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-normalized-cache-sqlite 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-normalized-cache 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-compiler 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-ast 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-runtime 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-testing-support 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-mpp-utils 4.4.24.4.3 age adoption passing confidence
com.apollographql.apollo:apollo-api 4.4.24.4.3 age adoption passing confidence

Release Notes

apollographql/apollo-kotlin-mockserver (com.apollographql.mockserver:apollo-mockserver)

v0.3.1

2025-11-17

This version adds the watchosDeviceArm64 target. Many thanks @​MatthewFolbigg for diving into this 💙

v0.3.0

2025-09-25

Bump Kotlin to 2.2.20 and remove kotlin-node dependency (#​35).

If you're using non-JVM targets, you'll need Kotlin 2.2 to build. JVM targets are not impacted.

apollographql/apollo-kotlin (com.apollographql.apollo)

v4.4.3

2026-04-07

Compatibility release for Kotlin 2.4.0-Beta1

  • [FIX] Compatibility with Kotlin 2.4-Beta1: Remove legacy JS target check (#​6910)

v4.4.2

2026-03-16

Maintenance release that adds a new KMP target and makes it easier to work with the new cache and AGP9.

This version also bumps KGP to 2.2. This is transparent for Android/JVM consumers but requires native/JS/wasm consumers to use KGP 2.2 to compile against 4.4.2.

v4.4.1

2025-01-30

  • [FIX] Fix ./gradlew download${Service}ApolloSchemaFromIntrospection was crashing due to a bad class relocation (#​6863)

v4.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)

v4.3.3

2025-08-21

This is maintenance release that includes a few fixes.

👷‍♂️ All changes

  • [fix] Normalize the order of arguments of checked definitions (#​6651)
  • [fix] Make sure that the introspection endpoint property value is checked at execution time (#​6658)
  • [fix] Do not silently discard network exceptions (#​6671)

💜 Contributors

Many thanks to @​francescocervone for the Gradle plugin fix 💜

v4.3.2

2025-07-25

Maintenance release to fix the Accept: header during introspection. Many thanks @​pedromfmachado for diving into this!

This release also contains infrastructure work:

What's Changed

v4.3.1

2025-06-18

This is maintenance release that fixes an issue with Gradle task dependencies when using connectToAndroidSourceSet().

This release also introduces an Enhanced Client Awareness feature that adds the version of the library to
requests in the extensions object. This is useful for server-side analytics and debugging. This is enabled by default,
and can be disabled by calling sendEnhancedClientAwareness(false) on your ApolloClient.Builder.

💜 Contributors

Many thanks to @​calvincestari for the client awareness contribution 💜

👷‍♂️ All changes

  • Backport IJ plugin changes from main (#​6559)
  • simplify task wiring and fix propagating task dependencies when using connectToAndroidSourceSet() (#​6564)
  • feature: Enhanced Client Awareness (#​6567)

v4.3.0

2025-06-05

Version 4.3.0 allows adding multiple compiler plugins and stabilizes ApolloCompilerPlugin.beforeCompilationStep() as the main entry point for compiler plugins. Read more in the compiler plugins documentation page.

This allows to move some cache-specific code generation logic to the new normalized cache repo and better separate concerns.

Moving forward, ApolloCompilerPlugin.beforeCompilationStep() and ApolloCompilerRegistry.registerOperationIdsGenerator() are considered stable because they play an important part in setting up persisted queries. Other APIs are considered more advanced and will most likely stay unstable for the foreseeable future.

Contributors 💜

Many thanks to @​gnehz972 and @​mengdd for their fixes about HTTP batching 💜

👷‍♂️ All changes

  • Fix losing response headers when using batch request (#​6538)
  • fix the batch size not respected issue (#​6528)
  • prepare compiler plugins for 4.3 (#​6549)
  • Allow to register multiple compiler plugins (#​6546)
  • Add key fields to selections even when they're already selected with an alias (#​6503) (#​6544)
  • Ignore scalars/enums in checkCapitalizedFields (#​6502) (#​6543)
  • Call DocumentTransform.transform after processing (#​6510) (#​6512)

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "after 8am and before 4pm on tuesday"

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


This PR has been generated by Renovate Bot.

@svc-secops
svc-secops force-pushed the renovate/apollo-graphql-packages branch from 9443a80 to 7cab536 Compare March 21, 2026 11:35
@svc-secops svc-secops changed the title fix(deps): update dependency com.apollographql.mockserver:apollo-mockserver to v0.3.1 fix(deps): update apollo graphql packages Mar 21, 2026
@svc-secops svc-secops changed the title fix(deps): update apollo graphql packages fix(deps): update dependency com.apollographql.mockserver:apollo-mockserver to v0.3.1 Mar 31, 2026
@svc-secops
svc-secops force-pushed the renovate/apollo-graphql-packages branch from 7cab536 to 9ef2063 Compare April 12, 2026 12:39
@svc-secops svc-secops changed the title fix(deps): update dependency com.apollographql.mockserver:apollo-mockserver to v0.3.1 fix(deps): update apollo graphql packages Apr 12, 2026
@svc-secops
svc-secops force-pushed the renovate/apollo-graphql-packages branch from 9ef2063 to 361d795 Compare May 13, 2026 15:37
@svc-secops
svc-secops force-pushed the renovate/apollo-graphql-packages branch from 361d795 to bcea100 Compare June 1, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant