Skip to content

Releases: Netflix/dgs-framework

v8.4.2

19 Mar 19:26
e51fbcd
Compare
Choose a tag to compare

What’s Changed

v8.5.0-rc.2

13 Mar 22:48
Compare
Choose a tag to compare
v8.5.0-rc.2 Pre-release
Pre-release

Candidate for spring-graphql integration.

v8.4.1

14 Mar 18:56
Compare
Choose a tag to compare

What’s Changed

v8.5.0-rc.1

09 Mar 00:30
Compare
Choose a tag to compare
v8.5.0-rc.1 Pre-release
Pre-release

Candidate for spring-graphql.

v8.4.0

28 Feb 22:08
60203d2
Compare
Choose a tag to compare

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

26 Feb 18:03
Compare
Choose a tag to compare
Pre-release

What's Changed

v8.3.1

20 Feb 19:04
Compare
Choose a tag to compare

What’s Changed

  • Increment error metric (#1816) @spellew
  • Avoid overhead in loading DataLoaderInstrumentationExtensionProviders (#1814) @kilink

v8.3.0

09 Feb 19:16
1304740
Compare
Choose a tag to compare

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.

v8.2.6-rc.3

01 Feb 20:41
Compare
Choose a tag to compare
v8.2.6-rc.3 Pre-release
Pre-release

Candidate release to test spring-graphql integration - NOT Production ready.

  • Wire up PreparsedDocuementProvider if available

v8.2.6-rc.2

01 Feb 01:36
Compare
Choose a tag to compare
v8.2.6-rc.2 Pre-release
Pre-release

Candidate release to test spring-graphql integration - NOT Production ready.

  • Added @ConditionalOnClass(ServerRequest::class) on DgsReactiveQueryExecutor bean.