Skip to content

Releases: Netflix/dgs-framework

v5.4.0

18 Oct 21:36
4ce1c46
Compare
Choose a tag to compare

What’s Changed

v5.3.0

05 Oct 22:35
52508df
Compare
Choose a tag to compare

What’s Changed

  • Added mechanism for mvc to add response headers using extensions. (#1261) @paulbakker
  • Added ability to configure log level in subscription error (#1247) @nkonev

v5.2.4

22 Sep 17:50
80ece6e
Compare
Choose a tag to compare

What’s Changed

v5.2.2

20 Sep 17:13
a880716
Compare
Choose a tag to compare

What’s Changed

v5.2.1

30 Aug 16:38
15cb963
Compare
Choose a tag to compare

What’s Changed

v5.1.1

15 Aug 22:04
e74038f
Compare
Choose a tag to compare

What’s Changed

v5.1.0

09 Aug 16:50
27a4c22
Compare
Choose a tag to compare

What’s Changed

New

Fixes

  • fix: Update Interface DgsReactiveQueryExecutor based on late (but great) f… (#1174) @theJC
  • Use registered dataloader name (instead of annotation's name) consistently. (#1144) @srinivasankavitha

Others

v5.0.5

02 Jul 23:17
f3eadcc
Compare
Choose a tag to compare

What’s Changed

New Features

  • SSE Request can now be done via GETs (#1122) @Ancient-Dragon
  • The subscription endpoint can now be customized via the dgs.graphql.websocket.path configuration property (#1117) @TYzzt
  • The GraphiQL Title can now be configured via the dgs.graphql.graphiql.title configuration property. (#1116) @springmonster

Other

⭐ Special Thanks ⭐

v5.0.4

16 Jun 00:36
f5ac88d
Compare
Choose a tag to compare

What’s Changed

Enhancements

  • DGS annotations now declare @Inherited so that they can be used along CGLIB proxies. (#1113) @noemielb
  • Allow filtering of DgsComponents in DgsSchemaProvider (#1101) @OskarKjellin

Other Chagnes

v4.10.5

09 Jun 00:12
4450166
Compare
Choose a tag to compare

What's Changed

Consider migrating to 5.x. We are not planning on back-porting additional fixes that will be applied to the 5.x branch.

Fixes

  • Addressing DgsGraphQLMetricsInstrumentation Latency increase by @berngp in (#1096)
  • Pass MultipartFile class to StdSerializer base class in MultipartFileSerializer by @berngp in (#1097)
  • Input argument without @InputArgument("input") stopped working by @berngp (#1103)

Full Changelog: v4.10.4...v4.10.5