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

Bump com.apollographql.apollo:apollo-runtime from 4.1.0 to 4.1.1 #843

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.apollographql.apollo:apollo-runtime from 4.1.0 to 4.1.1.

Release notes

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

v4.1.1

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 and bump coroutines version (#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)

... (truncated)

Changelog

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

Version 4.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 and bump coroutines version (#6286)
  • [runtime] Override JsonNumber.toString() (#6273)
  • [runtime] Implement ApolloWebSocketClosedException on darwin targets and update docs (#6275)

... (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 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.1.0 to 4.1.1.
- [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.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jan-tennert as a code owner January 27, 2025 12:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
@jan-tennert jan-tennert merged commit 9950e34 into master Jan 27, 2025
13 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/com.apollographql.apollo-apollo-runtime-4.1.1 branch January 27, 2025 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build file dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant