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 5a2d761 commit ba41e04Copy full SHA for ba41e04
firebase-firestore/CHANGELOG.md
@@ -1,6 +1,15 @@
1
-# Unreleased
+# Unreleased
2
+
3
+# 21.4.3
4
- [changed] Firestore now limits the number of concurrent document lookups it
5
will perform when resolving inconsistencies in the local cache (#1374).
6
7
+# 21.4.2
8
+- [changed] Removed Guava dependency from the SDK. This change is the first
9
+ step in eliminating crashes caused by apps that depend on the wrong flavor of
10
+ Guava (#1125).
11
12
+# 21.4.1
13
- [fixed] Fixed a performance regression introduced by the addition of
14
`Query.limitToLast(n: long)` in Firestore 23.3.1.
15
- [changed] Changed the in-memory representation of Firestore documents to
0 commit comments