Skip to content

Commit a544a86

Browse files
committed
Backporting reviewer suggested comments from http://cl/214509458
1 parent 8982700 commit a544a86

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# 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.
4-
- [changed] Changed `get()` to only make 1 attempt to reach the backend before
5-
returning cached data, potentially reducing delays while offline. Previously
6-
it would make 2 attempts, to work around a backend bug.
7-
- [fixed] Fixed an issue that caused us to drop empty objects from calls to
8-
`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.
12-
- [changed] Some SDK errors that represent common mistakes (such as permission
13-
denied or a missing index) will automatically be logged as a warning in
14-
addition to being surfaced via the API.
4+
- [changed] Changed `get()` to only make one attempt to reach the backend before
5+
returning cached data, potentially reducing delays while offline.
6+
- [fixed] Fixed an issue that caused Firebase to drop empty objects from calls
7+
to `set(..., SetOptions.merge())`.
8+
- [fixed] Updated printf-style templates to ensure that they're compile time
9+
constants. Previously, some were influenced by error messages. When those
10+
error messages contained `%p` or other, related tokens, `String.format()`
11+
would throw an exception.
12+
- [changed] Some SDK errors that represent common mistakes, like permission
13+
errors or missing indexes, are automatically be logged as warnings in addition
14+
to being surfaced via the API.
1515

1616
# 17.1.0
1717
- [feature] Added `FieldValue.arrayUnion()` and `FieldValue.arrayRemove()` to

0 commit comments

Comments
 (0)