File tree 1 file changed +10
-3
lines changed 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+
3
+ # 20.1.0
2
4
- [ changed] SSL and gRPC initialization now happens on a separate thread, which
3
5
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 )
7
6
- [ feature] Added ` clearPersistence() ` , which clears the persistent storage
8
7
including pending writes and cached documents. This is intended to help
9
8
write reliable tests (https://github.com/firebase/firebase-js-sdk/issues/449 ).
10
9
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 )
11
18
12
19
# 19.0.1
13
20
- [ fixed] Fixed an issue that prevented schema migrations for clients with
You can’t perform that action at this time.
0 commit comments