Skip to content

Commit b8f1631

Browse files
authored
Update CHANGELOG for Firestore v1.3.1 (#2994)
1 parent 99020fe commit b8f1631

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Firestore/CHANGELOG.md

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

3+
# 1.3.1
4+
- [fixed] Disabling garbage collection now avoids even scheduling the
5+
collection process. This can be used to prevent crashes in the background when
6+
using `NSFileProtectionComplete`. Note that Firestore does not support
7+
operating in this mode--nearly all API calls will cause crashes while file
8+
protection is enabled. This change just prevents a crash when Firestore is
9+
idle (#2846).
10+
311
# 1.3.0
412
- [feature] You can now query across all collections in your database with a
513
given collection ID using the `Firestore.collectionGroup()` method.

0 commit comments

Comments
 (0)