Skip to content

Commit 471c23f

Browse files
author
Greg Soltis
authored
Changelog entry for LRU GC (#2122)
* Changelog entry for LRU GC
1 parent 67ece3f commit 471c23f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Firestore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Unreleased
22

3+
# v0.16.0
4+
- [changed] Added a garbage collection process to on-disk persistence that
5+
removes older documents. This is enabled by default, and the SDK will attempt
6+
to periodically clean up older, unused documents once the on-disk cache passes
7+
a threshold size (default: 100 MB). This threshold can be configured by
8+
setting `FIRFirestoreSettings.cacheSizeBytes`. It must be set to a minimum of
9+
1 MB. The garbage collection process can be disabled entirely by setting
10+
`FIRFirestoreSettings.cacheSizeBytes` to `kFIRFirestoreCacheSizeUnlimited`.
11+
312
# v0.15.0
413
- [changed] Changed how the SDK handles locally-updated documents while syncing
514
those updates with Cloud Firestore servers. This can lead to slight behavior

0 commit comments

Comments
 (0)