dgs-framework

GraphQL for Java with Spring Boot made easy.

APACHE-2.0 License

Stars
3.1K

Bot releases are hidden (Show)

dgs-framework - v9.0.4

Published by Emily 3 months ago

What's Changed

PLEASE NOTE: the nullability fix on GraphQLResponse.getRequestDetails is technically a breaking change for any Kotlin usages. You will need to either properly handle the null checks, or add !! wherever you use the method to keep the same (potentially incorrect) behavior.

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v9.0.3...v9.0.4

dgs-framework - v9.0.0 Spring Boot 3.3 and GraphQL Java 22

Published by paulbakker 5 months ago

This release builds against Spring Boot 3.3, Spring GraphQL 1.3 and GraphQL Java 22 🎉

This is a major release because the upgrade to Boot 3.3 and GraphQL Java 22 are significant, and may require changes in your application code. There are no breaking changes in DGS itself though.

The changes in DGS itself are minimal: https://github.com/Netflix/dgs-framework/pull/1920

The most likely source of incompatibility are the changes in Instrumentation in GraphQL Java.

DGS 9.x is no longer compatible with Spring Boot 3.2 or below. It is however possible to use DGS 9 with Spring Boot 3.3 but with GraphQL Java 21 (the previous version).

dgs-framework - v8.8.0-rc.1

Published by paulbakker 5 months ago

dgs-framework - v8.7.0

Published by srinivasankavitha 5 months ago

What’s Changed

  • Replace ByteBuddy with Java Proxy (#1904) @AyushChaubey
  • Reconfigure BOM usage to use Spring Dependency Recommender plugin (#1918) @paulbakker
  • Add a null check for errorType since this could be null for custom errors. (#1919) @srinivasankavitha
  • Attempt to upgrade to Gradle 8.7 (#1917) @paulbakker
dgs-framework - v8.6.3

Published by srinivasankavitha 5 months ago

What's Changed

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v8.6.1...v8.6.3

dgs-framework - v8.6.2

Published by srinivasankavitha 5 months ago

What's Changed

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v8.6.1...v8.6.2

dgs-framework - v8.5.7-rc.1

Published by kailyak 6 months ago

Release candidate for internally testing additional metrics.

dgs-framework - v8.5.6-rc.1

Published by kailyak 6 months ago

Release candidate for testing adding request and response metrics

dgs-framework - v5.6.2

Published by srinivasankavitha 7 months ago

What's Changed

  • Picks up latest graphql-java 21.5 with vulnerability fixes.
dgs-framework - v8.5.0-rc.3

Published by paulbakker 7 months ago

dgs-framework - v8.5.0-rc.2

Published by srinivasankavitha 7 months ago

Candidate for spring-graphql integration.

dgs-framework - v8.5.0-rc.1

Published by srinivasankavitha 8 months ago

Candidate for spring-graphql.

dgs-framework - v8.4.0

Published by Emily 8 months ago

What's Changed

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v8.3.1...v8.4.0

dgs-framework - New Dataloader Hooks Candidate

Published by Emily 8 months ago

What's Changed

dgs-framework - v8.2.6-rc.3

Published by paulbakker 9 months ago

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

  • Wire up PreparsedDocuementProvider if available
dgs-framework - v8.2.6-rc.2

Published by paulbakker 9 months ago

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

  • Added @ConditionalOnClass(ServerRequest::class) on DgsReactiveQueryExecutor bean.
dgs-framework - v8.2.6-rc.1

Published by paulbakker 9 months ago

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

  • Added @ConditionalOnClass(ServerRequest::class) on DgsReactiveQueryExecutor bean.
dgs-framework - v8.2.5

Published by congotej 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v8.2.4...v8.2.5

dgs-framework - v8.2.5-rc.1

Published by srinivasankavitha 9 months ago

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

dgs-framework - v8.2.0

Published by Emily 11 months ago

What's Changed

Full Changelog: https://github.com/Netflix/dgs-framework/compare/v8.1.1...v8.2.0