From 4dc3dcebe4e6d54544c2b824a6bd85d251391a68 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 1 Nov 2018 09:26:19 -0700 Subject: [PATCH] Held Write Acks Changelog To be submitted when main PR goes in --- Firestore/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 6b13477c5ba..1654e89acb2 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,5 +1,12 @@ # Unreleased +- [changed] Changed how the SDK handles locally-updated documents while syncing + those updates with Cloud Firestore servers. This can lead to slight behavior + changes and may affect the `SnapshotMetadata.hasPendingWrites` metadata flag. +- [changed] Eliminated superfluous update events for locally cached documents + that are known to lag behind the server version. Instead, the SDK buffers + these events until the client has caught up with the server. + # v0.14.0 - [fixed] Fixed compilation in C99 and C++11 modes without GNU extensions.