aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
diff options
context:
space:
mode:
authorGravatar Konstantin Varlamov <var-const@users.noreply.github.com>2018-07-17 14:56:19 -0400
committerGravatar GitHub <noreply@github.com>2018-07-17 14:56:19 -0400
commitd6d273aac36f14172b401a9b36357420017e7334 (patch)
tree573fdcd29d35ae0ba8ec2a75918138cc0518f481 /Firestore
parenta2d38c56790231c393daebdb810ba55836aae405 (diff)
Update changelog to mention performance improvements in write batches (#1534)
Reflects #1505, #1507, #1533.
Diffstat (limited to 'Firestore')
-rw-r--r--Firestore/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 1703777..fc546c3 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -4,6 +4,12 @@
- [feature] Added `whereField(arrayContains:)` query filter to find
documents where an array field contains a specific element.
- [fixed] Fixed compilation with older Xcode versions (#1517).
+- [fixed] Fixed a performance issue where large write batches with hundreds of
+ changes would take a long time to read and write and consume excessive memory.
+ Large write batches should now see no penalty.
+- [fixed] Fixed a performance issue where adding a listener for a large
+ (thousands of documents) collection would take a long time in offline mode
+ (#1477).
# v0.12.5
- [changed] Internal improvements.