Skip to content

Commit 9941072

Browse files
Update Changelog with Multi-Tab Schema Changes (#1118)
1 parent 89d46be commit 9941072

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Unreleased
1+
# 0.7.0 (Unreleased)
22
- [fixed] Fixed `get({source: 'cache'})` to be able to return nonexistent
33
documents from cache.
4+
- [changed] Prepared the persistence layer to allow shared access from multiple
5+
tabs. While this feature is not yet available, all schema changes are included
6+
in this release. Once you upgrade, you will not be able to use an older version
7+
of the Firestore SDK with persistence enabled.
48

59
# 0.6.1
610
- [changed] Improved how Firestore handles idle queries to reduce the cost of

0 commit comments

Comments
 (0)