Skip to content

Commit 05cc940

Browse files
authored
Update ROADMAP.md
1 parent 669f3ce commit 05cc940

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

apollo-ios/ROADMAP.md

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

3-
**Last updated: 2025-07-22**
3+
**Last updated: 2025-08-05**
44

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

@@ -38,10 +38,16 @@ The `@defer` directive enables your queries to receive data for specific fields
3838

3939
To support the breaking language changes in Swift 6, a major version 2.0 of Apollo iOS will be released. This version will include support for the new Swift Concurrency Model and improve upon networking and caching APIs.
4040

41-
_Status: In design phase. Current RFC for design is available [here](https://github.com/apollographql/apollo-ios/issues/3411)._
41+
_Status: [Alpha release](https://github.com/apollographql/apollo-ios/releases)_
4242

43-
-[`ExistentialAny` upcoming feature](https://github.com/apollographql/apollo-ios/issues/3205)
44-
- (in progress) [`Sendable` types and `async/await` APIs](https://github.com/apollographql/apollo-ios/issues/3291)
43+
Beta Release Milestones:
44+
45+
* ✅ Apollo-iOS
46+
* ✅ ApolloCodegenLib
47+
* 🔲 ApolloWebSocket
48+
* 🔲 GraphQLQueryWatcher
49+
50+
Current RFC for design is available [here](https://github.com/apollographql/apollo-ios/issues/3411)._
4551

4652
### [Support codegen of operations without response models](https://github.com/apollographql/apollo-ios/issues/3165)
4753

0 commit comments

Comments
 (0)