This document provides information about the DGS Framework, a GraphQL server framework for Spring Boot developed by Netflix. It details upcoming changes, including the deprecation of legacy code and the transition to a new starter, urging users to proactively update their applications to avoid disruption.
dgs-framework
Documentation can be found here, including a getting started guide.
The DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot, developed by Netflix.
Features include:
Getting Started
Follow the getting started guide!
Upcoming major 10.0 rease
The DGS Framework was deeply integrated with Spring GraphQL earlier this year.
Details can be found here.
As announced previously, we will remove the "legacy" code (which doesn't leverage Spring GraphQL) by the end of 2024.
Release 9.2.1 will likely be the final release before this happens.
The next release will be 10.0, where all legacy code is removed.
The existing starter will be updated to switch to the new behavior.
For the majority of applications, this is an invisible change.
At Netflix, we have completed migrating all our applications to the new implementation.
Some issues were found and fixed on the way, but we see no blockers to proceed as planned.
A Pull Request already includes most of the work to delete the legacy code.
Action: Please manually switch to the new com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter starter to ensure your app runs without problems so that you won't be surprised by the 10.0 version!
Contributing, asking questions and reporting issues.
Please read our contributor guide!