Skip to content

Release 0.0.8 #111

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
Mar 28, 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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Next version (unreleased)

PUT_CHANGELOG_HERE

# Version 0.0.8
_2025-03-28_

- Storage binary format is changed to be a bit more compact
- Add `ApolloStore.trim()` to remove old data from the cache
- `CacheKey` is used in more APIs instead of `String`, for consistency.
- `ApolloCacheHeaders.EVICT_AFTER_READ` is removed. `ApolloStore.remove()` can be used instead.
- `NormalizedCache.remove(pattern: String)` is removed. Please open an issues if you need this feature back.
- `NormalizedCache.remove(pattern: String)` is removed. Please open an issue if you need this feature back.

# Version 0.0.7
_2025-03-03_
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="0.0.7" type="string" />
<var name="latest_version" instance="doc" value="0.0.8" 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=0.0.8-SNAPSHOT
pom.version=0.0.8
pom.description=Apollo Kotlin Incubating Normalized Cache
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating
pom.developer=Apollo Kotlin Incubating Normalized Cache contributors
Expand Down