We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d671776 commit e49063bCopy full SHA for e49063b
Firestore/CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Unreleased
2
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
+
12
# v0.16.0
13
- [changed] Added a garbage collection process to on-disk persistence that
14
removes older documents. This is enabled by default, and the SDK will attempt
0 commit comments