Releases: Netflix/dgs-framework
Releases · Netflix/dgs-framework
v8.4.2
v8.5.0-rc.2
Candidate for spring-graphql integration.
v8.4.1
What’s Changed
- Bump actions/cache from 4.0.0 to 4.0.1 (#1828) @dependabot
- Bump org.apache.logging.log4j:log4j-to-slf4j from 2.23.0 to 2.23.1 (#1838) @dependabot
- Bump org.apache.logging.log4j:log4j-api from 2.23.0 to 2.23.1 (#1837) @dependabot
- Optimize conversion in DefaultInputObjectMapper (#1835) @kilink
- Update to Kotlin 1.9.23 (#1840) @kilink
- Update to Spring Boot 3.2.3 (#1834) @kilink
v8.5.0-rc.1
Candidate for spring-graphql.
v8.4.0
What's Changed
- Bump org.apache.logging.log4j:log4j-to-slf4j from 2.22.1 to 2.23.0 by @dependabot in #1823
- Bump org.apache.logging.log4j:log4j-api from 2.22.1 to 2.23.0 by @dependabot in #1822
- Handle explicit nulls in response JSON by @kilink in #1825
- add new hooks for instrumenting dataloaders by @Emily in #1818
Full Changelog: v8.3.1...v8.4.0
New Dataloader Hooks Candidate
What's Changed
- Bump org.apache.logging.log4j:log4j-to-slf4j from 2.22.1 to 2.23.0 by @dependabot in #1823
- Adds new dataloader instrumentation hooks
Full Changelog: v8.3.1...v8.4.0-rc.1
v8.3.1
v8.3.0
What’s Changed
This release updates the framework to use a new major version of the federation library: federation-graphql-java-support
to 4.4.0
(https://github.com/apollographql/federation-jvm/releases/tag/v4.4.0) from the previous 3.0.0
.
There are changes to how the federated-tracing context is set up since deprecated API support for this is now dropped in the library. Besides this change, this release should be backwards compatible for DGS users. Please refer to their release notes for more details.
- Update to latest federation-graphql-java-support lib 4.4.0. (#1813) @srinivasankavitha
- Make all timer threads daemonic in subscription handlers (#1811) @kilink
- Remove kotlinx-coroutines-jdk8 dependency (#1807) @kilink
- fix: cancel timer thread after websocket connection init task runs (#1808) @mikefischetti
v8.2.6-rc.3
Candidate release to test spring-graphql integration - NOT Production ready.
- Wire up PreparsedDocuementProvider if available
v8.2.6-rc.2
Candidate release to test spring-graphql integration - NOT Production ready.
- Added @ConditionalOnClass(ServerRequest::class) on DgsReactiveQueryExecutor bean.