Skip to content

Backport changelog updates from past few android releases #536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Unreleased

# 20.1.0
- [changed] SSL and gRPC initialization now happens on a separate thread, which
reduces the time taken to produce the first query result.
- [fixed] Updated gRPC to 1.21.0. A bug in the prior version would occasionally
cause a crash if a network state change occurred concurrently with an RPC.
(#428)
- [feature] Added `clearPersistence()`, which clears the persistent storage
including pending writes and cached documents. This is intended to help
write reliable tests (https://github.com/firebase/firebase-js-sdk/issues/449).

# 20.0.0
- [changed] Migrated from the Android Support Libraries to the Jetpack
(AndroidX) Libraries.

# 19.0.2
- [fixed] Updated gRPC to 1.21.0. A bug in the prior version would occasionally
cause a crash if a network state change occurred concurrently with an RPC.
(#428)

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