fix(deps): update dependency com.apollographql.federation:federation-graphql-java-support to v5
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 |
Release Notes
apollographql/federation-jvm (com.apollographql.federation:federation-graphql-java-support)
v5.0.0
Major Changes
- breaking: update to graphql-java 22 (#395) @dariuszkuc
Minor Changes
- feat: allow users to pass schema generator options for fed transforms (#399) @dariuszkuc
Other Changes
- fix tracing instrumentation docs (#398) @dariuszkuc
- fix: enable spring subscription callback module using RC version (#397) @dariuszkuc
- chore: fix linter suggestions (#396) @dariuszkuc
- dependency updates
- fix(deps): update protobuf version updates to v4 (major) (#386) @renovate
- fix(deps): update all non-major dependencies (#383) @renovate
- build updates
- chore: update Gradle github actions to latest (#394) @dariuszkuc
- chore: update publish-plugin to v2 (#393) @dariuszkuc
- chore(deps): update dependency gradle to v8.7 (#376) @renovate
- chore(deps): update openjdk docker tag to v21 (#357) @renovate
v4.5.0
Minor Changes
- feat: add flag to CacheControlInstrumentation to optionally allow max-age of zero (#392) @trophied
Other Changes
- chore(deps): update all non-major dependencies (#371) @renovate
- chore(deps): update gradle/wrapper-validation-action action to v2 (#373) @renovate
v4.4.1
Patch Changes
- ensure scalars are wired up if no existing wiring (#382) @craig-day
v4.4.0
Minor Changes
- feat: add support for fed v2.6 and v2.7 (#377) @trevor-scheer
Patch Changes
- fix: default to not generate ftv1 traces (#370) @dariuszkuc
- chore: update to graphql-java 21.3 (#369) @dariuszkuc
Other Changes
- dependency updates
- fix(deps): update protobuf version updates to v3.25.2 (#366) @renovate
- chore(deps): update all non-major dependencies (#350) @renovate
- build updates:
- chore(deps): update release-drafter/release-drafter action to v6 (#375) @renovate
- feat: SECOPS-2525 - add semgrep job (#367) @svc-secops
- chore(deps): update actions/upload-artifact action to v4 (#363) @renovate
- chore(deps): update actions/setup-java action to v4 (#362) @renovate
- chore(deps): update dependency gradle to v8.5 (#341) @renovate
v4.3.0
Minor Changes
- feat(callback): support configurable heartbeat interval (#360) @dariuszkuc
Other Changes
- fix(deps): update protobuf version updates to v3.25.1 (#355) @renovate
- chore(deps): update actions/checkout action to v4 (#346) @renovate
- update secops orb (#359) @peakematt
- SECOPS-2268: Add Gitleaks to CI (#356) @svc-secops
v4.2.0
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-callbackREADME for usage details
v4.1.1
Patch Changes
- fix: include full
@linkdirective definition (#352) @dariuszkuc - fix:
@authenticatedand@requiresScopesonly apply to fed v2.5 (#353) @dariuszkuc - fix(deps): update protobuf version updates to v3.24.3 (#339) @renovate
v4.1.0
Minor Changes
Adds support for Federation specification v2.5. (#347) @dariuszkuc
Federation specification changes:
- new
@authenticateddirective, see docs for details
directive @​authenticated on
ENUM
| FIELD_DEFINITION
| INTERFACE
| OBJECT
| SCALAR
- new
@requiresScopesdirective, 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-java20.1->21.1 -
protobuf3.23.4->3.24.2 -
slf4j2.0.7->2.0.9
-
v4.0.0
Major Changes
- breaking: drop deprecated graphql-java-support-api package (#335) @dariuszkuc
- breaking: update to graphql-java v21 and Java 11 baseline (#332) @dariuszkuc
Other Changes
- dependency updates
-
graphql-java20.3->21.0 -
protobuf3.22.3->3.23.4 -
slf4j1.7.36->2.0.7
-
- build
- build: update workflows to reflect default main branch (#334) @dariuszkuc
- chore(deps): update dependency gradle to v8.2.1 (#321) @renovate
- build: group renovate gradle updates (#333) @dariuszkuc
v3.0.1
Patch Changes
- deprecate HTTPRequestHeaders tracing mechanism (#315) @dariuszkuc
- fix: update tracing and caching instrumentations to use new base class (#316) @dariuszkuc
- add coercing tests for Any scalar (#314) @dariuszkuc
Other Changes
- update compatibility example to use ClassNameTypeResolver (#320) @dariuszkuc
- Add gitleaks exclusions (#318) @peakematt
- build:
- update CI workflows to only use pull_request event (#317) @dariuszkuc
- chore(deps): update gradle version updates (#312) @renovate
- chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.17.0 (#306) @renovate
- create symlinks for gradle wrapper scripts in composite builds (#307) @dariuszkuc
- deps:
- chore(deps): update plugin org.springframework.boot to v3.0.6 (#319) @renovate
- fix(deps): update protobuf to v3.22.3 (#313) @renovate
- fix(deps): update dependency com.graphql-java:graphql-java to v20.2 (#310) @renovate
v3.0.0
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
- feat: update graphql-java to 20.0 (#271) @samuelAndalon
Other Changes
- dependency updates:
- chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.16.0 (#303) @renovate
- chore(deps): update dependency gradle to v8 (#291) @renovate
- fix(deps): update protobuf to v3.22.1 (#295) @renovate
- chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v1.3.0 (#297) @renovate
- chore(deps): update plugin org.springframework.boot to v3.0.4 (#298) @renovate
- fix(deps): update dependency org.jetbrains:annotations to v24.0.1 (#304) @renovate
- remove debug flag from compatibility test action (#301) @dariuszkuc
- update compatibility test to use working dir (#299) @dariuszkuc
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.