Skip to content

Commit b5cf6dd

Browse files
authored
Release 1.0.0-alpha.3 (#173)
1 parent 3befacc commit b5cf6dd

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
PUT_CHANGELOG_HERE
44

5+
# Version 1.0.0-alpha.3
6+
_2025-06-06_
7+
8+
> With this release, the Normalized Cache requires Apollo Kotlin 4.3.0 or later.
9+
> This is necessary to ensure the cache compiler plugin can be used while other compiler plugins are also used.
10+
11+
- Update Apollo compiler plugin to 4.3 API (#169)
12+
- Make deprecations less annoying (#163)
13+
- Don't assume presence of keyFields on `@typePolicy` (#162)
14+
- Bump sqldelight to 2.1.0 (#167)
15+
516
# Version 1.0.0-alpha.2
17+
_2025-05-20_
618

719
- 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)
820
- Make SQL cache more robust. (#152)
@@ -11,6 +23,7 @@ PUT_CHANGELOG_HERE
1123
- Introduce `CacheKey.Scope`. (#102)
1224

1325
# Version 1.0.0-alpha.1
26+
_2025-04-28_
1427

1528
- Rename `ApolloStore` to `CacheManager` and `SimpleApolloStore` to `ApolloStore`. (#134)
1629
- Revert the `ApolloClient.apolloStore` deprecation - keeping the original name makes more sense now after the above rename. (#134)

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.2" type="string" />
5+
<var name="latest_version" instance="doc" value="1.0.0-alpha.3" 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.3-SNAPSHOT
10+
pom.version=1.0.0-alpha.3
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)