Skip to content

Commit

Permalink
Update ROADMAP.md (#6391)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Feb 20, 2025
1 parent 7314324 commit 45499d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🔮 Apollo Kotlin Roadmap

**Last updated: 2025-02-06**
**Last updated: 2025-02-20**

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

Expand All @@ -19,8 +19,9 @@ The declarative cache makes working with the cache and defining unique object id

* Cache control is now available ([doc](https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/cache-control.html)) 🎉.
* 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)).
* [Partial cache results](https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating/issues/57) is also available.

Using the incubtating 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.
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.

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

Expand Down

0 comments on commit 45499d1

Please sign in to comment.