Skip to content

Commit 2e4c5aa

Browse files
Update CHANGELOG.md (#1198)
1 parent 06dc09a commit 2e4c5aa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# 0.7.3 (Unreleased)
1+
# 0.7.4 (Unreleased)
22
- [fixed] Fixed an issue where the first `get()` call made after being offline
33
could incorrectly return cached data without attempting to reach the backend.
44
- [changed] Changed `get()` to only make 1 attempt to reach the backend before
55
returning cached data, potentially reducing delays while offline. Previously
66
it would make 2 attempts, to work around a backend bug.
77

8+
# 0.7.3
9+
- [changed] Changed the internal handling for locally updated documents that
10+
haven't yet been read back from Firestore. This can lead to slight behavior
11+
changes and may affect the `SnapshotMetadata.hasPendingWrites` metadata flag.
12+
- [changed] Eliminated superfluous update events for locally cached documents
13+
that are known to lag behind the server version. Instead, we buffer these
14+
events until the client has caught up with the server.
15+
816
# 0.7.2
917
- [fixed] Fixed a regression that prevented use of Firestore on ReactNative's
1018
Expo platform (#1138).

0 commit comments

Comments
 (0)