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: ROADMAP.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 🔮 Apollo iOS Roadmap
2
2
3
-
**Last updated: 2023-10-25**
3
+
**Last updated: 2023-11-02**
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
@@ -28,6 +28,7 @@ _Approximate Date: TBD - PR from an external contributor is in review_
28
28
- Support for Relay-style (cursor-based), offset-based, and arbitrary pagination patterns
29
29
-`@connection` directive support
30
30
- This feature will be considered experimental, meaning that the public API could change in backwards-incompatible ways until it is declared stable in a future release
31
+
- This package will be versioned independently from Apollo iOS, beginning with `0.1.0`
@@ -39,16 +40,16 @@ We plan to release `@defer` support in a feature branch first, then will move it
39
40
40
41
### [Improvements to code generation configuration and performance](https://github.com/apollographql/apollo-ios/milestone/67)
41
42
42
-
_Approximate Date: to be released incrementally, beginning in October 2023 with 1.7.0_
43
+
_Approximate Date: to be released incrementally_
43
44
44
45
- This effort encompasses several smaller features:
45
-
- Make codegen support Swift concurrency (`async`/`await`)
46
+
-✅ Make codegen support Swift concurrency (`async`/`await`): available in v1.7.0
46
47
- Add configuration for disabling merging of fragment fields
47
48
- Fix retain cycles and memory issues causing code generation to take very long on certain large, complex schemas with deeply nested fragment composition
- Right now we are naively generating schema types that we don't always need. A smarter algorithm can reduce generated code for certain large schemas that are currently having every type in their schema generated
54
55
- Create configuration for manually indicating schema types you would like to have schema types and TestMocks generated for
0 commit comments