- Add
ApolloStore.ALL_KEYS
to notify all watchers (#87)
2024-12-18
- Add Garbage Collection support (see the documentation for details)
2024-11-07
- Cache control support (see the documentation for details)
- Compatibility with the IntelliJ plugin cache viewer (#42)
- For consistency,
MemoryCacheFactory
andMemoryCache
are now in thecom.apollographql.cache.normalized.memory
package - Remove deprecated symbols
- Add
IdCacheKeyGenerator
andIdCacheKeyResolver
(#41) - Add
ApolloStore.writeOptimisticUpdates
API for fragments (#55)
2024-09-20
Tweaks to the ApolloResolver
API: resolveField()
now takes a ResolverContext
2024-07-08
Update to Apollo Kotlin 4.0.0-rc.1
2024-06-20
Initial release