v0.0.4
- 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)