Skip to content

Commit 43800c7

Browse files
authored
Release 1.0.0-alpha.2 (#159)
1 parent c6523e3 commit 43800c7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Next version (unreleased)
22

3+
PUT_CHANGELOG_HERE
4+
5+
# Version 1.0.0-alpha.2
6+
37
- The computation of cache keys when multiple key fields are used has changed to avoid potential collisions. Note: this can lead to cache misses after upgrading to this version. (#80)
48
- Make SQL cache more robust. (#152)
59
- Support simple list cases in `FieldPolicyCacheResolver`. (#142)

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.1" type="string" />
5+
<var name="latest_version" instance="doc" value="1.0.0-alpha.2" type="string" />
66
</vars>

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kdoc.artifactId=kdoc
77
sonatype.backend=S01
88

99
pom.groupId=com.apollographql.cache
10-
pom.version=1.0.0-alpha.2-SNAPSHOT
10+
pom.version=1.0.0-alpha.2
1111
pom.description=Apollo Kotlin Normalized Cache
1212
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache
1313
pom.developer=Apollo Kotlin Normalized Cache contributors

0 commit comments

Comments
 (0)