Skip to content

Commit e49063b

Browse files
wilhuffbstpierr
authored andcommitted
Update CHANGELOG for Firestore v0.16.1 (#2164)
1 parent d671776 commit e49063b

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.1
4+
- [fixed] Offline persistence now properly records schema downgrades. This is a
5+
forward-looking change that allows versions past this one to safely downgrade
6+
to this version. Downgrading to versions prior this one can be safe depending
7+
on the source version. For example, downgrading from v0.16.1 to v0.15.0 is
8+
safe because there have been no schema changes between these releases.
9+
- [fixed] Fixed an issue where gRPC would crash if shut down multiple times
10+
(#2146).
11+
312
# v0.16.0
413
- [changed] Added a garbage collection process to on-disk persistence that
514
removes older documents. This is enabled by default, and the SDK will attempt

0 commit comments

Comments
 (0)