File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Next version (unreleased)
22
3+ PUT_CHANGELOG_HERE
4+
5+ # Version 0.0.8
6+ _ 2025-03-28_
7+
38- Storage binary format is changed to be a bit more compact
49- Add ` ApolloStore.trim() ` to remove old data from the cache
510- ` CacheKey ` is used in more APIs instead of ` String ` , for consistency.
611- ` ApolloCacheHeaders.EVICT_AFTER_READ ` is removed. ` ApolloStore.remove() ` can be used instead.
7- - ` NormalizedCache.remove(pattern: String) ` is removed. Please open an issues if you need this feature back.
12+ - ` NormalizedCache.remove(pattern: String) ` is removed. Please open an issue if you need this feature back.
813
914# Version 0.0.7
1015_ 2025-03-03_
Original file line number Diff line number Diff line change 22<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33<vars >
44 <var name =" product" value =" Writerside" />
5- <var name =" latest_version" instance =" doc" value =" 0.0.7 " type =" string" />
5+ <var name =" latest_version" instance =" doc" value =" 0.0.8 " type =" string" />
66</vars >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc
77sonatype.backend =S01
88
99pom.groupId =com.apollographql.cache
10- pom.version =0.0.8-SNAPSHOT
10+ pom.version =0.0.8
1111pom.description =Apollo Kotlin Incubating Normalized Cache
1212pom.vcsUrl =https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating
1313pom.developer =Apollo Kotlin Incubating Normalized Cache contributors
You can’t perform that action at this time.
0 commit comments