Skip to content

Commit 2db1363

Browse files
AnthonyMDevgh-action-runner
authored andcommitted
1 parent 7390244 commit 2db1363

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

ROADMAP.md

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

3-
**Last updated: 2025-09-16**
3+
**Last updated: 2025-10-02**
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

@@ -16,24 +16,13 @@ We are currently looking for feedback on what features, use cases, or improvemen
1616

1717
---
1818

19-
## [1.x.x patch releases](https://github.com/apollographql/apollo-ios/milestone/70)
19+
## [Bug fixes & patch releases](https://github.com/apollographql/apollo-ios/milestone/70)
2020

21-
Please see our [patch releases milestone](https://github.com/apollographql/apollo-ios/milestone/70) for more information about the fixes and enhancements we plan to ship in the near future. Anything labeled [`planned-next`](https://github.com/apollographql/apollo-ios/labels/planned-next) is slated for the next patch release.
21+
Please see our [patch releases milestone](https://github.com/apollographql/apollo-ios/milestone/70) for more information about the fixes and enhancements we plan to ship in the near future.
2222

23-
### [2.0 Release] - Swift 6 compatibility
23+
### [2.0 web socket support] - Swift 6 compatibility
2424

25-
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.
26-
27-
_Status: [Beta release](https://github.com/apollographql/apollo-ios/releases)_
28-
29-
Beta Release Milestones:
30-
31-
* ✅ Apollo-iOS
32-
* ✅ ApolloCodegenLib
33-
* 🔲 Documentation
34-
* 🔲 ApolloWebSocket (Will be released with Apollo-iOS 2.1)
35-
36-
Current RFC for design is available [here](https://github.com/apollographql/apollo-ios/issues/3411)._
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.
3726

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

@@ -50,12 +39,6 @@ _Status: Not started_
5039
- Provide a mechanism for making generated reponse models mutable.
5140
- This will allow mutability on an opt-in basis per selection set or definition.
5241

53-
### `@fieldPolicy` directive
54-
55-
_Status: Development in progress_
56-
57-
The [`@fieldPolicy` directive](https://www.apollographql.com/docs/kotlin/caching/declarative-ids#fieldpolicy) is currently supported by Apollo Kotlin and Apollo Web. This directive allows users to configure field arguments to be used to retrieve data stored in the normalized cache. In our efforts to improve feature parity across the client platforms, we plan to implement this directive in Apollo iOS as well.
58-
5942
### Semantic Nullability
6043

6144
_Status: Feature Design_
@@ -78,10 +61,6 @@ _Status: Not started_
7861

7962
The incremental delivery (`@defer/@stream`) directives are nearing acceptance into the GraphQL specification. Support for `@defer` is already implemented. We will be implementing support for `@stream` in the forseeable future.
8063

81-
## [Apollo iOS Pagination](https://github.com/apollographql/apollo-ios-pagination)
82-
83-
Version 0.1 of this module was released in March 2024. We are iterating quickly based on user feedback - please see the project's Issues and PRs for up-to-date information. We expect the API to become more stable over time and will consider a v1 release when appropriate.
84-
8564
# [Future Major Releases](https://github.com/apollographql/apollo-ios/milestone/60)
8665

8766
Major release items are still in pre-planning, and are subject to change. More details will come in the future.

0 commit comments

Comments
 (0)