Skip to content

Commit 23c3643

Browse files
authored
Update ROADMAP.md
1 parent 8f26d38 commit 23c3643

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

ROADMAP.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔮 Apollo iOS Roadmap
22

3-
**Last updated: 2024-04-30**
3+
**Last updated: 2024-05-14**
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

@@ -25,10 +25,10 @@ As we identify feature sets that we intend to ship, we'll add to and update the
2525

2626
The `@defer` directive enables your queries to receive data for specific fields asynchronously. This is helpful whenever some fields in a query take much longer to resolve than others. [Apollo Kotlin](https://www.apollographql.com/docs/kotlin/fetching/defer/) and [Apollo Client (web)](https://www.apollographql.com/docs/react/data/defer/) currently support this syntax, so if you're interested in learning more check out their documentation. Apollo iOS has released a preview version of this feature in the `preview-defer.1` branch. This will be released as an experimental feature in an upcoming `1.x` minor version.
2727

28-
The feature is being rolled out on the `preview-defer.n` tags (currently `preview-defer.2`:
28+
The feature is being rolled out on the `preview-defer.n` tags (currently `preview-defer.2`):
2929
* ✅ Code generation
3030
* ✅ Partial incremental execution
31-
* 🔨 Partial and incremental caching (_approx. 2024-05-07_)
31+
* 🔨 Partial and incremental caching (_approx. 2024-05-29_)
3232
* 🔲 Selection Set Initializers (_next_)
3333

3434
### [Improvements to code generation configuration and performance](https://github.com/apollographql/apollo-ios/milestone/67)
@@ -40,13 +40,6 @@ _Approximate Date: to be released incrementally_
4040
- (in progress) [Add configuration for disabling merging of fragment fields](https://github.com/apollographql/apollo-ios/issues/2560)
4141
- (in progress) Fix retain cycles and memory issues causing code generation to take very long on certain large, complex schemas with deeply nested fragment composition
4242

43-
### Swift 6 compatibility
44-
45-
_Approximate Date: 2024-05-17_
46-
47-
- [`Sendable` types](https://github.com/apollographql/apollo-ios/issues/3291)
48-
- [`ExistentialAny` upcoming feature](https://github.com/apollographql/apollo-ios/issues/3205)
49-
5043
### [Configuration to rename generated models for schema types](https://github.com/apollographql/apollo-ios/issues/3283)
5144

5245
_Approximate Date: 2024-05-29_
@@ -55,14 +48,20 @@ _Approximate Date: 2024-05-29_
5548
- This will allow user's to improve the quality and expressiveness of client side APIs when schema type names are not appropriate for client usage.
5649
- This also allows workarounds for issues when names of schema types conflict with Swift types.
5750

51+
### Swift 6 compatibility
52+
53+
_Approximate Date: 2024-06-07_
54+
55+
- [`Sendable` types](https://github.com/apollographql/apollo-ios/issues/3291)
56+
- [`ExistentialAny` upcoming feature](https://github.com/apollographql/apollo-ios/issues/3205)
57+
5858
### [Reduce generated schema types](https://github.com/apollographql/apollo-ios/milestone/71)
5959

60-
_Approximate Date: 2024-05-31_
60+
_Approximate Date: TBD_
6161

6262
- 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
6363
- Create configuration for manually indicating schema types you would like to have schema types and TestMocks generated for
6464

65-
6665
### [Mutable generated reponse models](https://github.com/apollographql/apollo-ios/issues/3246)
6766

6867
_Approximate Date: TBD_

0 commit comments

Comments
 (0)