From 9bad7f4e44e894b9245409f9438f08242389db71 Mon Sep 17 00:00:00 2001 From: BoD Date: Fri, 6 Jun 2025 16:16:05 +0200 Subject: [PATCH] Release 1.0.0-alpha.3 --- CHANGELOG.md | 13 +++++++++++++ Writerside/v.list | 2 +- librarian.root.properties | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa62941..be7cbd56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/Writerside/v.list b/Writerside/v.list index 9272c43b..c5ad40a1 100644 --- a/Writerside/v.list +++ b/Writerside/v.list @@ -2,5 +2,5 @@ - + diff --git a/librarian.root.properties b/librarian.root.properties index a722db46..2eef4eca 100644 --- a/librarian.root.properties +++ b/librarian.root.properties @@ -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