Skip to content

Commit afce56b

Browse files
authored
Release 1.0.0-alpha.5 (#210)
1 parent e89b5c3 commit afce56b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
PUT_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

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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>

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kdoc.olderVersions=
55
kdoc.artifactId=kdoc
66

77
pom.groupId=com.apollographql.cache
8-
pom.version=1.0.0-alpha.5-SNAPSHOT
8+
pom.version=1.0.0-alpha.5
99
pom.description=Apollo Kotlin Normalized Cache
1010
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache
1111
pom.developer=Apollo Kotlin Normalized Cache contributors

0 commit comments

Comments
 (0)