Skip to content

Commit 4e19ebe

Browse files
Held Write Acks Changelog (#2037)
To be submitted when main PR goes in
1 parent 5bc4cc5 commit 4e19ebe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Firestore/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
- [changed] Changed how the SDK handles locally-updated documents while syncing
4+
those updates with Cloud Firestore servers. This can lead to slight behavior
5+
changes and may affect the `SnapshotMetadata.hasPendingWrites` metadata flag.
6+
- [changed] Eliminated superfluous update events for locally cached documents
7+
that are known to lag behind the server version. Instead, the SDK buffers
8+
these events until the client has caught up with the server.
9+
310
# v0.14.0
411
- [fixed] Fixed compilation in C99 and C++11 modes without GNU extensions.
512

0 commit comments

Comments
 (0)