You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,19 @@
2
2
3
3
PUT_CHANGELOG_HERE
4
4
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
+
5
16
# Version 1.0.0-alpha.2
17
+
_2025-05-20_
6
18
7
19
- 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)
8
20
- Make SQL cache more robust. (#152)
@@ -11,6 +23,7 @@ PUT_CHANGELOG_HERE
11
23
- Introduce `CacheKey.Scope`. (#102)
12
24
13
25
# Version 1.0.0-alpha.1
26
+
_2025-04-28_
14
27
15
28
- Rename `ApolloStore` to `CacheManager` and `SimpleApolloStore` to `ApolloStore`. (#134)
16
29
- Revert the `ApolloClient.apolloStore` deprecation - keeping the original name makes more sense now after the above rename. (#134)
0 commit comments