Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 10.0 release announcement to readme #2076

Merged
merged 4 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ Features include:

Follow the [getting started guide](https://netflix.github.io/dgs/getting-started/)!

# Upcoming major 10.0 rease
The DGS Framework was deeply integrated with Spring GraphQL earlier this year.
Details can be found herehttps://netflix.github.io/dgs/spring-graphql-integration.
paulbakker marked this conversation as resolved.
Show resolved Hide resolved

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.
paulbakker marked this conversation as resolved.
Show resolved Hide resolved

There is a Pull Request that already includes most of the work to delete the legacy code.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add link to the pull request


*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](CONTRIBUTING.md)!
Loading