You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apollo-ios/ROADMAP.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 🔮 Apollo iOS Roadmap
2
2
3
-
**Last updated: 2025-10-14**
3
+
**Last updated: 2025-11-31**
4
4
5
5
For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md).
6
6
@@ -24,10 +24,16 @@ Please see our [patch releases milestone](https://github.com/apollographql/apoll
24
24
25
25
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.
26
26
27
-
### [Support codegen of operations without response models](https://github.com/apollographql/apollo-ios/issues/3165)
27
+
### Swift 6.2 Compatibility
28
28
29
29
_Status: Not started_
30
30
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
+
31
37
- Support generating models that expose only the minimal necessary data for operation execution (networking and caching).
32
38
- This would remove the generated response models, exposing response data as a simple `JSONObject` (ie. [String: AnyHashable]).
33
39
- This feature is useful for projects that want to use their own custom data models or have binary size constraints.
0 commit comments