File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments