Skip to content
This repository has been 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
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.apollographql.federation:federation-graphql-java-support 2.3.1 -> 5.1.0 age adoption passing confidence

Release Notes

apollographql/federation-jvm (com.apollographql.federation:federation-graphql-java-support)

v5.1.0

Compare Source

Minor Changes
Patch Changes
Other Changes

v5.0.0

Compare Source

WARNING: Due to the additional changes between RC and final GA version, spring-subscription-callback v5.0.0 module only works with the Spring Boot 3.3 RC/Spring GraphQL 1.3 RC. Use v5.1.0 for a version compatible with latest Spring GA versions
Major Changes
Minor Changes
Other Changes

v4.5.0

Compare Source

Minor Changes
  • feat: add flag to CacheControlInstrumentation to optionally allow max-age of zero (#​392) @​trophied
Other Changes

v4.4.1

Compare Source

Patch Changes

v4.4.0

Compare Source

Minor Changes
Patch Changes
Other Changes

v4.3.0

Compare Source

Minor Changes
Other Changes

v4.2.0

Compare 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-callback module that provides support for subscriptions using Apollo HTTP callback protocol.

See

  • Apollo Router for additional details about Federation and Subscription support
  • federation-spring-subscription-callback README for usage details

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes

Adds support for Federation specification v2.5. (#​347) @​dariuszkuc

Federation specification changes:

  • new @authenticated directive, see docs for details
directive @​authenticated on
    ENUM
  | FIELD_DEFINITION
  | INTERFACE
  | OBJECT
  | SCALAR
  • new @requiresScopes directive, see docs for details
directive @​requiresScopes(scopes: [[Scope!]!]!) on
    ENUM
  | FIELD_DEFINITION
  | INTERFACE
  | OBJECT
  | SCALAR

scalar Scope
Other Changes
  • chore: dependency updates (#​349) @​dariuszkuc
    • graphql-java 20.1 -> 21.1
    • protobuf 3.23.4 -> 3.24.2
    • slf4j 2.0.7 -> 2.0.9

v4.0.0

Compare Source

Major Changes
Other Changes
  • dependency updates
    • graphql-java 20.3 -> 21.0
    • protobuf 3.22.3 -> 3.23.4
    • slf4j 1.7.36 -> 2.0.7
  • build

v3.0.1

Compare Source

Patch Changes
Other Changes

v3.0.0

Compare Source

While there are no functional changes in this release, it is a breaking change due to the graphql-java updates to the instrumentation signatures. In order to use this release you need to use graphql-java v20+

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from setchy as a code owner April 3, 2023 10:47
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from 0fade07 to 9675b79 Compare April 3, 2023 10:48
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from 9675b79 to b97a559 Compare April 20, 2023 20:29
@renovate renovate bot changed the title fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v3 fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v4 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from b97a559 to c5a1186 Compare July 21, 2023 16:56
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from c5a1186 to 9291ff6 Compare September 6, 2023 21:01
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from 9291ff6 to b89ae75 Compare September 14, 2023 23:00
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from b89ae75 to 156b787 Compare October 10, 2023 19:14
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from 156b787 to 6a82dd4 Compare November 27, 2023 17:12
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from 6a82dd4 to 6cb4c7e Compare February 6, 2024 00:58
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from 6cb4c7e to 5271b1d Compare February 16, 2024 21:02
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch 2 times, most recently from 38a51ef to 8aa6a17 Compare May 17, 2024 10:43
@renovate renovate bot changed the title fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v4 fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v5 May 17, 2024
@renovate renovate bot force-pushed the renovate/major-apollo-jvm-libraries branch from 8aa6a17 to 47c67b0 Compare June 8, 2024 00:07
@setchy setchy closed this Jun 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant