graphql-java-kickstart-federation-example icon indicating copy to clipboard operation
graphql-java-kickstart-federation-example copied to clipboard

fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v5

Open renovate[bot] opened this issue 3 years ago • 0 comments

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.0.0 age adoption passing confidence

Release Notes

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

v5.0.0

Compare Source

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[bot] avatar Apr 03 '23 10:04 renovate[bot]