dgs-framework

GraphQL for Java with Spring Boot made easy.

APACHE-2.0 License

Stars
3.1K

Bot releases are visible (Hide)

dgs-framework - v7.5.2

Published by github-actions[bot] about 1 year ago

What’s Changed

  • nebula-publish.yml: move from release events to push tags (#1637) @rpalcolea
  • Update graphql java to 20.6 (#1636) @srinivasankavitha
dgs-framework - v7.5.1

Published by github-actions[bot] about 1 year ago

What’s Changed

  • Revert "Fix entity error path (#1605)" (#1621) @srinivasankavitha
  • Vfs changes (#1620) @rpalcolea
  • Bump jvm memory to 2G for publishing. (#1617) @srinivasankavitha
  • Add property to disable query complexity metrics (#1614) (#1615) @DanielThomas
  • Replace usages of io.micrometer.core.instrument.Tags with Iterable (#1612) @DanielThomas
  • Avoid DataLoaderRegistry.getKeys when calling getDataLoader (#1613) @DanielThomas
  • Fix entity error path (#1605) @srinivasankavitha
  • Map unknown fields to additionalInformation in GraphQLErrorDebugInfo … (#1609) @bradmeintjes
  • Fix for #1528, setup ObjectMapper configuration for DgsWebSocketAutoC… (#1602) @clayembry
  • Revert gradle wrapper to 7.6.1 so we can get dep updates working. (#1603) @srinivasankavitha
  • Bump actions/checkout from 3.5.2 to 3.5.3 (#1549) @dependabot
  • Update Gradle Wrapper from 8.2 to 8.2.1 (#1579) @github-actions
  • Avoid lazy property in DefaultDataFetcherExceptionHandler (#1592) @kilink
  • Fix some deprecation warnings (#1591) @kilink
dgs-framework - v5.5.5

Published by srinivasankavitha about 1 year ago

dgs-framework - v7.3.6

Published by srinivasankavitha about 1 year ago

What’s Changed

  • Revert change in path sanitization for error metrics (#1588) @kilink
  • Fix breakage when extracting "data" as the path in GraphQLResponse (#1587) @kilink
dgs-framework - v7.3.5

Published by github-actions[bot] about 1 year ago

What’s Changed

  • Revert change in path sanitization for error metrics (#1588) @kilink
  • Fix breakage when extracting "data" as the path in GraphQLResponse (#1587) @kilink
dgs-framework - v7.3.4

Published by srinivasankavitha about 1 year ago

What's Changed

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v7.3.2...v7.3.4

dgs-framework - v5.5.4

Published by srinivasankavitha about 1 year ago

What's Changed

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v5.5.3...v5.5.4

dgs-framework - v7.3.2

Published by github-actions[bot] over 1 year ago

What’s Changed

  • Update memory used by gradle daemon. (#1578) @srinivasankavitha
dgs-framework - v7.3.1

Published by github-actions[bot] over 1 year ago

What’s Changed

  • Update Gradle Wrapper from 7.6.1 to 8.2 (#1572) @github-actions
dgs-framework - v7.3.0

Published by github-actions[bot] over 1 year ago

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
dgs-framework - v7.2.0

Published by github-actions[bot] over 1 year ago

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: https://github.com/Netflix/dgs-framework/compare/v7.1.0...v7.2.0

dgs-framework - v7.1.0

Published by coleturner over 1 year ago

What's Changed

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v7.0.0...v7.1.0

dgs-framework - v7.0.0

Published by github-actions[bot] over 1 year ago

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

  • Upgrade to graphql java 20.2 (#1523) @congotej
  • Ignore non-graphql files (#1502) @gracecding

Other Changes

  • Bump com.fasterxml.jackson:jackson-bom from 2.14.2 to 2.15.0 (#1505) @dependabot
  • Bump org.apache.logging.log4j:log4j-to-slf4j from 2.19.0 to 2.20.0 (#1507) @dependabot
  • Bump me.champeau.jmh from 0.6.6 to 0.7.1 (#1504) @dependabot
  • Bump io.mockk:mockk from 1.13.2 to 1.13.5 (#1506) @dependabot
  • Bump nebula.netflixoss from 11.1.1 to 11.3.1 (#1503) @dependabot
  • Remove explicit handling of Optional conversion (#1433) @kilink
  • Update dependency locks (#1501) @kilink
  • Bump actions/checkout from 3.1.0 to 3.5.2 (#1481) @dependabot
  • Bump actions/cache from 3.0.11 to 3.3.1 (#1458) @dependabot
  • implement hashCode in TypedGraphQLError (#1498) @kilink
  • Add message overload to TypedGraphQLError (#1497) @kilink
  • Bump org.apache.logging.log4j:log4j-api from 2.19.0 to 2.20.0 (#1441) @dependabot
  • Bump jmhVersion from 1.35 to 1.36 (#1326) @dependabot
  • Update to Gradle 7.6.1 (#1495) @kilink
  • Bump net.datafaker:datafaker from 1.7.0 to 1.9.0 (#1492) @dependabot
  • Update .sdkmanrc (#1494) @kilink
  • Bump com.netflix.spectator:spectator-api from 1.5.+ to 1.6.2 (#1491) @dependabot
dgs-framework - v6.0.5

Published by github-actions[bot] over 1 year ago

What’s Changed

  • Update to Spring 6.0.8 and Spring Boot 3.0.6 (#1493) @kilink
  • Close stale pull requests after one year (#1463) @coleturner
  • feat: add DgsDataLoaderOptionsProvider (#1485) @prokop7
  • feat: follow graphql-sse spec, fixing complete event & errors (#1470) @Ancient-Dragon
dgs-framework - v6.0.4

Published by github-actions[bot] over 1 year ago

What’s Changed

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

Published by congotej over 1 year ago

What's Changed

New Contributors

dgs-framework - v6.0.3

Published by congotej over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v6.0.2...v6.0.3

dgs-framework - v5.5.2

Published by srinivasankavitha over 1 year ago

What's Changed

dgs-framework - v6.0.2

Published by github-actions[bot] over 1 year ago

What's Changed

Other

New Contributors

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v6.0.1...v6.0.2

dgs-framework - v6.0.1

Published by github-actions[bot] over 1 year ago

What’s Changed

  • Bump jackson-bom from 2.13.4 to 2.14.2 (#1404) @dependabot
  • Support default parameters for DgsData methods (#1403) @kilink
  • Fix DgsQueryExecutor behavior with respect to HTTP headers (#1421) @kilink