Skip to content

Commit 8823ac2

Browse files
authored
Update ROADMAP.md (#6429)
1 parent 04ba144 commit 8823ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ROADMAP.md

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

3-
**Last updated: 2025-03-06**
3+
**Last updated: 2025-03-20**
44

55
For up to date release notes, refer to the project [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md).
66

@@ -21,11 +21,11 @@ The declarative cache makes working with the cache and defining unique object id
2121
* A [first implementation of garbage collection](https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating/pull/69) is also available ([doc](https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/garbage-collection.html)).
2222
* [Partial cache results](https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating/issues/57) is also available.
2323

24-
Using the incubating cache, early results show a speed improvement. This is to be confirmed on real life use cases. As always, your feedback is greatly appreciated and helps us moving the artifact out of experimental state faster.
24+
Using the incubating cache, early results show a speed improvement. We're currently working on confirming those numbers and improving performance overall. As always, your feedback is greatly appreciated and helps us moving the artifact out of experimental state faster.
2525

2626
## [Testing utilities](https://github.com/apollographql/apollo-kotlin/issues/6076)
2727

28-
The community has given some consistent feedback around testing and data builders in particular. We are in the process of organizing this feedback into actionable workstreams and will update this section of the Roadmap and the relevant Issues as details emerge.
28+
The community has given some consistent feedback around testing and data builders in particular. Currently working on using apollo-execution algorithms to provide and easier and more consistent way to fake a GraphQL schema.
2929

3030
## Jetpack Compose extensions
3131

0 commit comments

Comments
 (0)