This repository was archived by the owner on Jun 30, 2024. It is now read-only.
fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v5#101
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v5#101renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
April 3, 2023 10:48
0fade07 to
9675b79
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
April 20, 2023 20:29
9675b79 to
b97a559
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
July 21, 2023 16:56
b97a559 to
c5a1186
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
September 6, 2023 21:01
c5a1186 to
9291ff6
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
September 14, 2023 23:00
9291ff6 to
b89ae75
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
October 10, 2023 19:14
b89ae75 to
156b787
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
November 27, 2023 17:12
156b787 to
6a82dd4
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
February 6, 2024 00:58
6a82dd4 to
6cb4c7e
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
February 16, 2024 21:02
6cb4c7e to
5271b1d
Compare
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
2 times, most recently
from
May 17, 2024 10:43
38a51ef to
8aa6a17
Compare
…graphql-java-support to v5
renovate
Bot
force-pushed
the
renovate/major-apollo-jvm-libraries
branch
from
June 8, 2024 00:07
8aa6a17 to
47c67b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.1->5.1.0Release Notes
apollographql/federation-jvm (com.apollographql.federation:federation-graphql-java-support)
v5.1.0Compare Source
Minor Changes
@taglocation (#403) @dariuszkucPatch Changes
Other Changes
v5.0.0Compare Source
WARNING: Due to the additional changes between RC and final GA version,
spring-subscription-callbackv5.0.0module only works with the Spring Boot3.3RC/Spring GraphQL1.3RC. Use v5.1.0for a version compatible with latest Spring GA versionsMajor Changes
Minor Changes
Other Changes
v4.5.0Compare Source
Minor Changes
Other Changes
v4.4.1Compare Source
Patch Changes
v4.4.0Compare Source
Minor Changes
Patch Changes
Other Changes
v4.3.0Compare Source
Minor Changes
Other Changes
v4.2.0Compare Source
Minor Changes
Subscription HTTP callback support for spring-graphql (#354) @dariuszkuc
GraphQL subscriptions enable clients to receive continual, real-time updates whenever new data becomes available. Unlike queries and mutations, subscriptions are long-lasting. This means a client can receive multiple updates from a single subscription.
Spring GraphQL provides out of box support for GraphQL subscriptions over WebSockets using graphql-transport-ws protocol.
This release adds new
federation-spring-subscription-callbackmodule that provides support for subscriptions using Apollo HTTP callback protocol.See
federation-spring-subscription-callbackREADME for usage detailsv4.1.1Compare Source
Patch Changes
@linkdirective definition (#352) @dariuszkuc@authenticatedand@requiresScopesonly apply to fed v2.5 (#353) @dariuszkucv4.1.0Compare Source
Minor Changes
Adds support for Federation specification v2.5. (#347) @dariuszkuc
Federation specification changes:
@authenticateddirective, see docs for details@requiresScopesdirective, see docs for detailsOther Changes
graphql-java20.1->21.1protobuf3.23.4->3.24.2slf4j2.0.7->2.0.9v4.0.0Compare Source
Major Changes
Other Changes
graphql-java20.3->21.0protobuf3.22.3->3.23.4slf4j1.7.36->2.0.7v3.0.1Compare Source
Patch Changes
Other Changes
v3.0.0Compare Source
While there are no functional changes in this release, it is a breaking change due to the
graphql-javaupdates to the instrumentation signatures. In order to use this release you need to usegraphql-javav20+Major Changes
Other Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.