Skip to content

Commit 6f1ead5

Browse files
authored
Release 1.0.0-alpha.6 (#221)
1 parent be7d858 commit 6f1ead5

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

CHANGELOG.md

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

33
PUT_CHANGELOG_HERE
44

5-
# Version 1.0.0-alpha.5
5+
# v1.0.0-alpha.6
6+
_2025-08-21_
7+
8+
- Rename `allowCachedErrors` -> `serverErrorsAsCacheMisses` and `allowCachePartialResults` -> `throwOnCacheMiss` (#214)
9+
10+
# v1.0.0-alpha.5
611
_2025-08-04_
712

813
- Add `allowCachedPartialResults()` and `allowCachedErrors()`(#205)
@@ -19,7 +24,7 @@ _2025-08-04_
1924

2025
This can be used instead: `fetchPolicy(FetchPolicy.CacheOnly).toFlow().onCompletion { emitAll(fetchPolicy(FetchPolicy.NetworkOnly).toFlow()) }`
2126

22-
# Version 1.0.0-alpha.4
27+
# v1.0.0-alpha.4
2328
_2025-06-30_
2429

2530
- Add browser JS support to `normalized-cache-sqlite` (#177)
@@ -40,7 +45,7 @@ _2025-06-30_
4045

4146
To use optimistic updates, apps must now opt in, by passing `enableOptimisticUpdates = true` to the `normalizedCache` method. This was done as an optimization on native targets.
4247

43-
# Version 1.0.0-alpha.3
48+
# v1.0.0-alpha.3
4449
_2025-06-06_
4550

4651
> With this release, the Normalized Cache requires Apollo Kotlin 4.3.0 or later.
@@ -51,7 +56,7 @@ _2025-06-06_
5156
- Don't assume presence of keyFields on `@typePolicy` (#162)
5257
- Bump sqldelight to 2.1.0 (#167)
5358

54-
# Version 1.0.0-alpha.2
59+
# v1.0.0-alpha.2
5560
_2025-05-20_
5661

5762
- 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)
@@ -60,14 +65,14 @@ _2025-05-20_
6065
- Fragments selecting the key fields are now automatically added for union members and interface possible types by the compiler plugin. (#141)
6166
- Introduce `CacheKey.Scope`. (#102)
6267

63-
# Version 1.0.0-alpha.1
68+
# v1.0.0-alpha.1
6469
_2025-04-28_
6570

6671
- Rename `ApolloStore` to `CacheManager` and `SimpleApolloStore` to `ApolloStore`. (#134)
6772
- Revert the `ApolloClient.apolloStore` deprecation - keeping the original name makes more sense now after the above rename. (#134)
6873
- Add `ApolloStore.removeOperation()` and `ApolloStore.removeFragment()`. (#135)
6974

70-
# Version 0.0.9
75+
# v0.0.9
7176
_2025-04-09_
7277

7378
- Removing "incubating" from the repository and artifacts name. With a stable API on the horizon, now is a great time to try the library in your projects and give us feedback.
@@ -80,7 +85,7 @@ _2025-04-09_
8085
- `ApolloClient.apolloStore` is deprecated in favor of `ApolloClient.store` for consistency. (#127)
8186
- `ApolloClient.apolloStore` now returns a `SimpleApolloStore`, a wrapper around `ApolloStore` that doesn't need a `CustomScalarAdapters` to be passed to read/write methods. (#123)
8287

83-
# Version 0.0.8
88+
# v0.0.8
8489
_2025-03-28_
8590

8691
- Storage binary format is changed to be a bit more compact
@@ -89,23 +94,23 @@ _2025-03-28_
8994
- `ApolloCacheHeaders.EVICT_AFTER_READ` is removed. `ApolloStore.remove()` can be used instead.
9095
- `NormalizedCache.remove(pattern: String)` is removed. Please open an issue if you need this feature back.
9196

92-
# Version 0.0.7
97+
# v0.0.7
9398
_2025-03-03_
9499

95100
- Store errors in the cache, and remove `storePartialResponses()` (#96)
96101

97-
# Version 0.0.6
102+
# v0.0.6
98103
_2025-02-11_
99104

100105
- Add `ApolloStore.ALL_KEYS` to notify all watchers (#87)
101106
- Support partial responses from the cache (#57)
102107

103-
# Version 0.0.5
108+
# v0.0.5
104109
_2024-12-18_
105110

106111
- Add Garbage Collection support (see [the documentation](https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/garbage-collection.html) for details)
107112

108-
# Version 0.0.4
113+
# v0.0.4
109114
_2024-11-07_
110115

111116
- Expiration support (see [the documentation](https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/expiration.html) for details)
@@ -115,17 +120,17 @@ _2024-11-07_
115120
- Add `IdCacheKeyGenerator` and `IdCacheKeyResolver` (#41)
116121
- Add `ApolloStore.writeOptimisticUpdates` API for fragments (#55)
117122

118-
# Version 0.0.3
123+
# v0.0.3
119124
_2024-09-20_
120125

121126
Tweaks to the `ApolloResolver` API: `resolveField()` now takes a `ResolverContext`
122127

123-
# Version 0.0.2
128+
# v0.0.2
124129
_2024-07-08_
125130

126131
Update to Apollo Kotlin 4.0.0-rc.1
127132

128-
# Version 0.0.1
133+
# v0.0.1
129134
_2024-06-20_
130135

131136
Initial release

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.5" />
5+
<var name="latest_version" instance="doc" value="1.0.0-alpha.6" />
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.6-SNAPSHOT
8+
pom.version=1.0.0-alpha.6
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)