Skip to content

Commit 43cd6f6

Browse files
martinbonninBoD
andauthored
Update roadmap (#6787)
* Update roadmap * Apply suggestion from @BoD --------- Co-authored-by: Benoit 'BoD' Lubek <[email protected]>
1 parent 0069a53 commit 43cd6f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ROADMAP.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔮 Apollo Kotlin Ecosystem Roadmap
22

3-
**Last updated: 2025-10-30**
3+
**Last updated: 2025-11-13**
44

55
For up-to-date release notes, refer to the project [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md).
66

@@ -26,7 +26,9 @@ We aim for ABI compatibility for all symbols except those that were deprecated i
2626

2727
### Incremental delivery: protocol updates and `@stream` support
2828

29-
The incremental delivery portion of the GraphQL specification has been unchanged since 2023 and will be merged into the draft specification soon. Currently, Apollo Kotlin supports the `@defer` directive using an older (but still functional) implementation of the incremental delivery protocol. Soon, we will release support for the current version of the protocol, along with support for the `@stream` directive for streaming elements in lists. We will also keep supporting the old format as well. For more information, see the GraphQL Specification RFC here: https://github.com/graphql/graphql-spec/pull/1110. You can follow along with our [updated `@defer` implementation PR](https://github.com/apollographql/apollo-kotlin/pull/6331) and the protocol specs ([v0.1](https://specs.apollo.dev/incremental/v0.1/) and [v0.2](https://specs.apollo.dev/incremental/v0.2/)).
29+
v5.0.0-alpha.3 supports [incremental:v0.1](https://specs.apollo.dev/incremental/v0.1/) (`@defer`) and [incremental:v0.2](https://specs.apollo.dev/incremental/v0.2/)) (both `@defer` and `@stream`).
30+
31+
The [GraphQL Specification RFC](https://github.com/graphql/graphql-spec/pull/1110) is not merged yet. We continue monitoring the RFC and will adapt the implementation if needed.
3032

3133
### Other GraphQL spec tracking items
3234

0 commit comments

Comments
 (0)