Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Apollo GraphQL packages to v4.1.1 #170

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.apollographql.apollo 4.1.0 -> 4.1.1 age adoption passing confidence
com.apollographql.apollo:apollo-http-cache 4.1.0 -> 4.1.1 age adoption passing confidence
com.apollographql.apollo:apollo-runtime 4.1.0 -> 4.1.1 age adoption passing confidence

Release Notes

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

v4.1.1

2025-01-24

Kotlin 2.1.0 (#​6291)

The artifacts are now compiled with Kotlin 2.1.0. This change should be transparent for JVM and Android users thanks to languageVersion but requires klib consumers (native + JS) to update their KGP version to 2.1.0.

Rover LSP support in the IntelliJ plugin (#​6274)

The IntelliJ plugin now has a dedicated mode for backend developers that uses Rover LSP (Language Server Protocol) to parse federation and connectors directives. This mode is only available when using IntelliJ Ultimate and other IDEs with LSP support. It is recommended for subgraphs authors.

Gradle isolated projects support (#​6351)

This release supports Gradle isolated projects for shorter configuration times.

Contributors 💙💙

Many thanks to @​jvanderwee, @​varahash, @​whyoleg, @​StylianosGakis and @​scana for all the contributions and help in this release 💙!

👷‍♂️ All changes

  • [all] Do not set the license URL in the POMs (#​6247)
  • [all] Bump Kotlin to 2.1.0 (#​6291)
  • [all] Bump atomicfu (#​6245)
  • [intellij-plugin] Play nice with IDEs without Kotlin/Gradle (#​6358)
  • [intellij-plugin] Reduce usage of GradleExecutionHelper (#​6355)
  • [intellij-plugin] Use our own executeOnPooledThread instead of Android Plugin's (#​6310)
  • [intellij-plugin] Make Java and Kotlin dependencies optional (#​6304)
  • [intellij-plugin] Pass arguments to rover (#​6303)
  • [intellij-plugin] Move Rover settings to own section and add note about needing v0.27.0+ (#​6278)
  • [intellij-plugin] Remove untilBuild (#​6279)
  • [intellij-plugin] Add support for the Apollo LSP via Rover (#​6274)
  • [intellij-plugin] Don't reference AdbShellCommandsUtil.executeCommandBlocking that's been removed (#​6268)
  • [intellij-plugin] Make verifyPlugin fail on certain problems (#​6256)
  • [intellij-plugin] Do not use internal symbol (#​6255)
  • [intellij-plugin] Add explicit dependency to com.intellij.modules.json (#​6254)
  • [gradle-plugin] Add a fail-safe mode to disable 2-step introspection and use minimal introspection query (#​6360)
  • [gradle-plugin] Isolated Projects support (#​6351)
  • [gradle-plugin] expose the outgoing variants (#​6329)
  • [gradle-plugin] Better Gradle error message (#​6326)
  • [gradle-plugin] Fix classloader caching. Many thanks @​scana for catching this (#​6309)
  • [gradle-plugin] Manage our classloaders manually (#​6305)
  • [gradle-plugin] Only call onSchema() once in multi-module scenrios (#​6252)
  • [runtime] Copy executionContext inside HttpRequest.newBuilder (#​6350)
  • [runtime] Apple HttpEngine: lock the handlers map (#​6348)
  • [runtime] Allow to initialize WebSocketEngine lazily (#​6290)
  • [runtime] Remove CloseableBackgroundDispatcher (#​6286)
  • [runtime] Override JsonNumber.toString() (#​6273)
  • [runtime] Implement ApolloWebSocketClosedException on darwin targets and update docs (#​6275)
  • [ast] Make deprecation.reason non-nullable (#​6311)
  • [ast] Allow multiple @​link schema extensions (#​6284)
  • [normalized-cache] Add ApolloStore.ALL_KEYS to notify all watchers (#​6337)
  • [http-cache] HTTP cache: do not remove cached entries on transport errors (#​6314)
  • [execution] Add apollo-execution (#​6356)

Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 7a29fa9 to b33a42c Compare February 9, 2025 00:37
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from b33a42c to f99c2a5 Compare February 9, 2025 13:21
@arkon arkon merged commit 26db7f9 into main Feb 9, 2025
1 check passed
@arkon arkon deleted the renovate/apollo-graphql-packages branch February 9, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant