Skip to content

v0.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 15:08
· 52 commits to main since this release
3f6ebec

v0.0.8

  • Storage binary format is changed to be a bit more compact
  • Add ApolloStore.trim() to remove old data from the cache
  • CacheKey is used in more APIs instead of String, for consistency.
  • ApolloCacheHeaders.EVICT_AFTER_READ is removed. ApolloStore.remove() can be used instead.
  • NormalizedCache.remove(pattern: String) is removed. Please open an issue if you need this feature back.