Skip to content

Commit d42ef7a

Browse files
Add Changelog
1 parent 86ea3b7 commit d42ef7a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Unreleased
2+
- [changed] All known failure cases for Indexed-related crashes have now been
3+
addressed. Instead of crashing the client, IndexedDB failures will result
4+
in rejected operations (e.g. rejected Writes or errored Query listeners).
5+
If these rejections surface in your app, you can retry these operations
6+
when IndexedDB access is restored.
7+
IndexedDB failures that occur due to background work are automatically
8+
retried.
9+
10+
If you continue to see Indexed-related crashes, we appreciate feedback
11+
(https://github.com/firebase/firebase-js-sdk/issues/2755).
12+
13+
# Released
214
- [fixed] Fixed an issue that could cause Firestore to temporarily go
315
offline when a Window visibility event occurred.
416
- [feature] Added support for calling `FirebaseFiresore.settings` with
517
`{ ignoreUndefinedProperties: true }`. When set, Firestore ignores
618
undefined properties inside objects rather than rejecting the API call.
7-
8-
# Released
919
- [fixed] Fixed a regression introduced in v7.14.2 that incorrectly applied
1020
a `FieldValue.increment` in combination with `set({...}, {merge: true})`.
1121
- [fixed] Firestore now rejects `onSnapshot()` listeners if they cannot be

0 commit comments

Comments
 (0)