Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.02 KB

File metadata and controls

33 lines (22 loc) · 1.02 KB

Next version (unreleased)

  • Add ApolloStore.ALL_KEYS to notify all watchers (#87)

Version 0.0.5

2024-12-18

Version 0.0.4

2024-11-07

  • Cache control support (see the documentation for details)
  • Compatibility with the IntelliJ plugin cache viewer (#42)
  • For consistency, MemoryCacheFactory and MemoryCache are now in the com.apollographql.cache.normalized.memory package
  • Remove deprecated symbols
  • Add IdCacheKeyGenerator and IdCacheKeyResolver (#41)
  • Add ApolloStore.writeOptimisticUpdates API for fragments (#55)

Version 0.0.3

2024-09-20

Tweaks to the ApolloResolver API: resolveField() now takes a ResolverContext

Version 0.0.2

2024-07-08

Update to Apollo Kotlin 4.0.0-rc.1

Version 0.0.1

2024-06-20

Initial release