Skip to content

Releases: Netflix/dgs-framework

v7.3.1

07 Jul 18:28
Compare
Choose a tag to compare

What’s Changed

  • Update Gradle Wrapper from 7.6.1 to 8.2 (#1572) @github-actions

v7.3.0

06 Jul 18:00
Compare
Choose a tag to compare

What’s Changed

  • Add workaround for newline handling in MultiSourceReader (#1574) @kilink
  • Disable filesystem watching for CI check task (#1575) @kilink
  • Validate at schema build time that @DgsData and @InputArgument match actual schema elements (#1565) @tinnou
  • Remove Stream.toList import, clean up (#1571) @kilink
  • Update to Spring Boot 3.0.8 (#1570) @kilink
  • DgsContext: Fix getRequestData with BatchLoaderEnvironment (#1548) @Yrwein
  • Add nullability annotations to DgsQueryExecutor (#1567) @kilink
  • Allow null variable input in graphql requests. (#1564) @srinivasankavitha
  • Get rid of usage of deprecated SimpleInstrumentation class (#1559) @kilink
  • Use ApplicationContext to load resources in DgsSchemaProvider (#1552) @kilink

v7.2.0

13 Jun 14:04
Compare
Choose a tag to compare

What’s Changed

  • Rework DgsRestController to parse JSON directly from InputStream (#1546) @kilink
  • Adding support for Country Code and Currency Extended Scalars (#1547) @ArvindR12
  • feat: Update to graphql-java 20.3 (#1543) @silidos
  • Update WebsocketGraphQLWSProtocolHandler (#1545) @stdevi

Full Changelog: v7.1.0...v7.2.0

v7.1.0

31 May 18:47
1b18943
Compare
Choose a tag to compare

What's Changed

  • Return specification Map from DgsRestController by @kilink in #1232
  • feat(DgsWebMvcAutoConfiguration.kt): register JavaTimeModule by @coleturner in #1540

Full Changelog: v7.0.0...v7.1.0

v7.0.0

15 May 20:43
eb29409
Compare
Choose a tag to compare

What’s Changed

This major release updates the version of graphql-java from graphql-java-19.5 -> graphql-java 20.2. graphql-java-20.0 introduces breaking changes. Refer to the notes here.
Other dependencies updated include :

  • graphql-java-extended-scalars: 19.1 -> 20.2
  • graphql-java-extended-validation: 19.1 -> 20.0
  • federation-graphql-java-support: 2.1.0 -> 3.0.0

New Changes

Other Changes

v6.0.5

24 Apr 21:53
011c18d
Compare
Choose a tag to compare

What’s Changed

v6.0.4

16 Apr 03:24
Compare
Choose a tag to compare

What’s Changed

  • Bump org.springframework:spring-framework-bom from 6.0.3 to 6.0.8 (#1480) @dependabot

v5.5.3

05 Apr 20:52
Compare
Choose a tag to compare

What's Changed

New Contributors

v6.0.3

05 Apr 20:27
0abe84f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.0.3

v5.5.2

03 Apr 18:31
Compare
Choose a tag to compare

What's Changed