Skip to content

Releases: Netflix/dgs-framework

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.

v8.2.6-rc.1

01 Feb 01:33
38f483f
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What’s Changed

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

v8.2.3

24 Jan 20:09
Compare
Choose a tag to compare

What’s Changed

v8.2.2

16 Jan 21:33
Compare
Choose a tag to compare

What’s Changed

v8.2.1

11 Jan 20:58
Compare
Choose a tag to compare

What’s Changed

v8.2.0

07 Dec 20:36
534c4a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.1...v8.2.0

v8.1.1

21 Nov 20:22
620e4b6
Compare
Choose a tag to compare

What’s Changed