Skip to content

Commit 44d0645

Browse files
authored
Backport changelog updates from past few android releases (#536)
1 parent 8eb2e7e commit 44d0645

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Unreleased
2+
3+
# 20.1.0
24
- [changed] SSL and gRPC initialization now happens on a separate thread, which
35
reduces the time taken to produce the first query result.
4-
- [fixed] Updated gRPC to 1.21.0. A bug in the prior version would occasionally
5-
cause a crash if a network state change occurred concurrently with an RPC.
6-
(#428)
76
- [feature] Added `clearPersistence()`, which clears the persistent storage
87
including pending writes and cached documents. This is intended to help
98
write reliable tests (https://github.com/firebase/firebase-js-sdk/issues/449).
109

10+
# 20.0.0
11+
- [changed] Migrated from the Android Support Libraries to the Jetpack
12+
(AndroidX) Libraries.
13+
14+
# 19.0.2
15+
- [fixed] Updated gRPC to 1.21.0. A bug in the prior version would occasionally
16+
cause a crash if a network state change occurred concurrently with an RPC.
17+
(#428)
1118

1219
# 19.0.1
1320
- [fixed] Fixed an issue that prevented schema migrations for clients with

0 commit comments

Comments
 (0)