Skip to content

Commit d6d273a

Browse files
authored
Update changelog to mention performance improvements in write batches (#1534)
Reflects #1505, #1507, #1533.
1 parent a2d38c5 commit d6d273a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Firestore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
- [feature] Added `whereField(arrayContains:)` query filter to find
55
documents where an array field contains a specific element.
66
- [fixed] Fixed compilation with older Xcode versions (#1517).
7+
- [fixed] Fixed a performance issue where large write batches with hundreds of
8+
changes would take a long time to read and write and consume excessive memory.
9+
Large write batches should now see no penalty.
10+
- [fixed] Fixed a performance issue where adding a listener for a large
11+
(thousands of documents) collection would take a long time in offline mode
12+
(#1477).
713

814
# v0.12.5
915
- [changed] Internal improvements.

0 commit comments

Comments
 (0)