Skip to content

Release 1.0.0-alpha.3 #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

PUT_CHANGELOG_HERE

# Version 1.0.0-alpha.3
_2025-06-06_

> With this release, the Normalized Cache requires Apollo Kotlin 4.3.0 or later.
> This is necessary to ensure the cache compiler plugin can be used while other compiler plugins are also used.

- Update Apollo compiler plugin to 4.3 API (#169)
- Make deprecations less annoying (#163)
- Don't assume presence of keyFields on `@typePolicy` (#162)
- Bump sqldelight to 2.1.0 (#167)

# Version 1.0.0-alpha.2
_2025-05-20_

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

# Version 1.0.0-alpha.1
_2025-04-28_

- Rename `ApolloStore` to `CacheManager` and `SimpleApolloStore` to `ApolloStore`. (#134)
- Revert the `ApolloClient.apolloStore` deprecation - keeping the original name makes more sense now after the above rename. (#134)
Expand Down
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside" />
<var name="latest_version" instance="doc" value="1.0.0-alpha.2" type="string" />
<var name="latest_version" instance="doc" value="1.0.0-alpha.3" type="string" />
</vars>
2 changes: 1 addition & 1 deletion librarian.root.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc
sonatype.backend=S01

pom.groupId=com.apollographql.cache
pom.version=1.0.0-alpha.3-SNAPSHOT
pom.version=1.0.0-alpha.3
pom.description=Apollo Kotlin Normalized Cache
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache
pom.developer=Apollo Kotlin Normalized Cache contributors
Expand Down