Skip to content

Commit 2e59e12

Browse files
authored
Release 1.0.0-beta.0 (#269)
1 parent 7ce6cd0 commit 2e59e12

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
PUT_CHANGELOG_HERE
44

5+
# v1.0.0-beta.0
6+
_2025-11-26_
7+
8+
- Add a publish argument to `CacheManager`/`ApolloStore` write operations (#265)
9+
- Add `ReadOnlyNormalizedCache.sizeOfRecord` (#118)
10+
- Disallow the same db file name to be used multiple times at the same time (#139)
11+
- Use a mutex in `MemoryCache` even when there is no `nextCache` (#259)
12+
- Default to a 4 MiB cursor window size (#268)
13+
- Add some pagination validation (#261)
14+
- Don't crash when encountering unknown fields (#258)
15+
516
# v1.0.0-alpha.8
617
_2025-11-06_
718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ The Kdoc API reference can be found at:<br/>
3636

3737
## ⚠️ Disclaimer
3838

39-
During the alpha phase, the API is still subject to change, although we will try to make changes in non-breaking ways.
39+
During the beta phase, the API is still subject to change, although we will try to make changes in non-breaking ways.
4040

4141
For now it is recommended to experiment with this library in non-critical projects/modules, or behind a feature flag.

Writerside/topics/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ are added here instead. In the future, the main repository version will be depre
2121

2222
## Use in your project
2323

24-
> During the alpha phase, the API is still subject to change, although we will try to make changes in non-breaking ways.
24+
> During the beta phase, the API is still subject to change, although we will try to make changes in non-breaking ways.
2525
> For now it is recommended to experiment with this library in non-critical projects/modules, or behind a feature flag.
2626
2727
{style="warning"}

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