Skip to content

Releases: Netflix/dgs-framework

v8.3.1

20 Feb 19:04

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

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

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

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.

v8.2.6-rc.1

01 Feb 01:33
38f483f

Choose a tag to compare

v8.2.6-rc.1 Pre-release
Pre-release

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

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

v8.2.5

31 Jan 18:12
38f483f

Choose a tag to compare

What's Changed

  • Add Kotlin Coroutine Flow support for Subscriptions by @kilink in #1800
  • Fix classification type in GraphQLErrorExtensions by @kilink in #1802
  • Provide consistent support for dynamically registered DataFetchers by @ivanasen in #1770
  • Add mock provider support for interface, union, and enum types by @kilink in #1803
  • Add ability to override logging in DefaultDataFetcherExceptionHandler by @kilink in #1804
  • Adding the ability to call input object setter methods if they exist, falling back to direct field access. by @ehardy in #1094

New Contributors

Full Changelog: v8.2.4...v8.2.5

v8.2.5-rc.1

26 Jan 00:28

Choose a tag to compare

v8.2.5-rc.1 Pre-release
Pre-release

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

v8.2.4

25 Jan 00:56

Choose a tag to compare

What’s Changed

  • Add back getters returning Optional to MetricsInstrumentationState (#1801) @kilink

v8.2.3

24 Jan 20:09

Choose a tag to compare

What’s Changed

v8.2.2

16 Jan 21:33

Choose a tag to compare

What’s Changed