File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 17.1.1
2
2
- [ fixed] Fixed an issue where the first ` get() ` call made after being offline
3
3
could incorrectly return cached data without attempting to reach the backend.
4
4
- [ changed] Changed ` get() ` to only make 1 attempt to reach the backend before
5
5
returning cached data, potentially reducing delays while offline. Previously
6
6
it would make 2 attempts, to work around a backend bug.
7
7
- [ fixed] Fixed an issue that caused us to drop empty objects from calls to
8
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.
9
12
- [ changed] Some SDK errors that represent common mistakes (such as permission
10
13
denied or a missing index) will automatically be logged as a warning in
11
14
addition to being surfaced via the API.
You can’t perform that action at this time.
0 commit comments