Skip to content

Commit 099328d

Browse files
authored
Merge pull request #159 from graphql-java/v22-blog-post
Add v22 announcement post
2 parents 0993171 + 868c564 commit 099328d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

blog/2024-04-18-v22-released.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Version 22 released"
3+
authors: donna
4+
slug: v22-released
5+
---
6+
7+
We are thrilled to announce the release of graphql-java v22.0! Thanks to everyone in the community who contributed to the release, whether that was code, helping to report issues, or participating in discussions.
8+
9+
This is a **breaking change** release, which includes major performance improvements. This release also introduces the `@defer` directive, which enables data to be received incrementally, rather than waiting until all data is resolved. This can reduce an application's time-to-interactive. See more on the `@defer` draft specification on the [GraphQL Working Group's GitHub repo](https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md).
10+
11+
For the full details, please see the release notes on [GitHub](https://github.com/graphql-java/graphql-java/releases/tag/v22.0).

0 commit comments

Comments
 (0)