File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
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
+
3
12
# v0.15.0
4
13
- [ changed] Changed how the SDK handles locally-updated documents while syncing
5
14
those updates with Cloud Firestore servers. This can lead to slight behavior
You can’t perform that action at this time.
0 commit comments