Skip to content

Commit 02b9de6

Browse files
authored
Update changelog in prep for release (#39)
1 parent 95703c5 commit 02b9de6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# Unreleased
1+
# 17.1.1
22
- [fixed] Fixed an issue where the first `get()` call made after being offline
33
could incorrectly return cached data without attempting to reach the backend.
44
- [changed] Changed `get()` to only make 1 attempt to reach the backend before
55
returning cached data, potentially reducing delays while offline. Previously
66
it would make 2 attempts, to work around a backend bug.
77
- [fixed] Fixed an issue that caused us to drop empty objects from calls to
88
`set(..., SetOptions.merge())`.
9+
- [fixed] Ensure printf style templates are compile time constants. Previously,
10+
some were influenced by error messages. When those error messages contained
11+
'%p' (amongst other possibilities), String.format() would throw an exception.
912
- [changed] Some SDK errors that represent common mistakes (such as permission
1013
denied or a missing index) will automatically be logged as a warning in
1114
addition to being surfaced via the API.

0 commit comments

Comments
 (0)