Skip to content

Commit fa84eb4

Browse files
authored
Update roadmap
Updated the last updated date and added a section for Swift 6.2 compatibility.
1 parent 3e088dd commit fa84eb4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

apollo-ios/ROADMAP.md

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

3-
**Last updated: 2025-10-14**
3+
**Last updated: 2025-11-31**
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

@@ -24,10 +24,16 @@ Please see our [patch releases milestone](https://github.com/apollographql/apoll
2424

2525
The initial release of Apollo iOS 2.0 does not include support for web sockets. We are committed to implementing web sockets for 2.0 as soon as possible to return to feature parity with 1.0 in this regard.
2626

27-
### [Support codegen of operations without response models](https://github.com/apollographql/apollo-ios/issues/3165)
27+
### Swift 6.2 Compatibility
2828

2929
_Status: Not started_
3030

31+
Ensure Apollo iOS 2.0 compiles properly with Swift 6.2. This includes supporting the Default Main Actor Isolation setting.
32+
33+
### [Support codegen of operations without response models](https://github.com/apollographql/apollo-ios/issues/3165)
34+
35+
_Status: API design in progress_
36+
3137
- Support generating models that expose only the minimal necessary data for operation execution (networking and caching).
3238
- This would remove the generated response models, exposing response data as a simple `JSONObject` (ie. [String: AnyHashable]).
3339
- This feature is useful for projects that want to use their own custom data models or have binary size constraints.

0 commit comments

Comments
 (0)