Skip to content

Commit 03a0069

Browse files
authored
Add changelog entry for my last PR (oops) and also add a few that we missed last release. (#724)
1 parent 5a280ca commit 03a0069

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Firestore/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Unreleased
2+
- [fixed] Fixed a regression in Firebase iOS release 4.8.1 that could in certain
3+
cases result in an "OnlineState should not affect limbo documents." assertion
4+
crash when the client loses its network connection.
25

36
# v0.10.0
47
- [changed] Removed the includeMetadataChanges property in FIRDocumentListenOptions
58
to avoid confusion with the factory method of the same name.
69
- [changed] Added a commit method that takes no completion handler to FIRWriteBatch.
710
- [feature] Queries can now be created from an NSPredicate.
8-
- [added] Added SnapshotOptions API to control how DocumentSnapshots return unresolved
11+
- [feature] Added SnapshotOptions API to control how DocumentSnapshots return unresolved
912
server timestamps.
13+
- [feature] Added `disableNetwork()` and `enableNetwork()` methods to
14+
`Firestore` class, allowing for explicit network management.
1015
- [changed] For non-existing documents, DocumentSnapshot.data() now returns `nil`
1116
instead of throwing an exception. A non-nullable QueryDocumentSnapshot is
1217
introduced for Queries to reduce the number of nil-checks in your code.
@@ -17,6 +22,8 @@
1722
connection is restored and the query is in sync with the backend again.
1823
- [fixed] Multiple offline mutations now properly reflected in retrieved
1924
documents. Previously, only the last mutation would be visible. (#643)
25+
- [fixed] Fixed a crash in `closeWithFinaleState:` that could be triggered by
26+
signing out when the app didn't have a network connection.
2027

2128
# v0.9.4
2229
- [changed] Firestore no longer has a direct dependency on FirebaseAuth.

0 commit comments

Comments
 (0)