File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 22
33PUT_CHANGELOG_HERE
44
5+ # Version 1.0.0-alpha.5
6+ _ 2025-08-04_
7+
8+ - Add ` allowCachedPartialResults() ` and ` allowCachedErrors() ` (#205 )
9+
10+ These flags control whether partial results and errors should be returned from the cache. They are ` false ` by default.
11+ - Return existing cached values (e.g. Errors) in ` FieldPolicyCacheResolver ` (#198 )
12+ - The compiler plugin's package name argument has been renamed ` com.apollographql.cache.packageName `
13+ (was ` packageName ` ) to avoid any collision with other plugins (#207 )
14+
15+ Using ` packageName ` still works, but is deprecated.
16+ - The ` cache() ` extension now stores received dates if max ages are configured (#199 )
17+ - Expose metadata in ` cacheDumpProvider ` (#200 )
18+ - Deprecate ` FetchPolicy.CacheAndNetwork ` (#205 )
19+
20+ This can be used instead: ` fetchPolicy(FetchPolicy.CacheOnly).toFlow().onCompletion { emitAll(fetchPolicy(FetchPolicy.NetworkOnly).toFlow()) } `
21+
522# Version 1.0.0-alpha.4
623_ 2025-06-30_
724
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 =" 1.0.0-alpha.4 " />
5+ <var name =" latest_version" instance =" doc" value =" 1.0.0-alpha.5 " />
66</vars >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kdoc.olderVersions=
55kdoc.artifactId =kdoc
66
77pom.groupId =com.apollographql.cache
8- pom.version =1.0.0-alpha.5-SNAPSHOT
8+ pom.version =1.0.0-alpha.5
99pom.description =Apollo Kotlin Normalized Cache
1010pom.vcsUrl =https://github.com/apollographql/apollo-kotlin-normalized-cache
1111pom.developer =Apollo Kotlin Normalized Cache contributors
You can’t perform that action at this time.
0 commit comments