Skip to content
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
11 changes: 6 additions & 5 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Unreleased

# 26.0.1

- [changed] Bumped internal dependencies.
- [changed] Improve the performance of queries in collections that contain many deleted documents.
[#7295](//github.com/firebase/firebase-android-sdk/issues/7295)
- [changed] Improve query performance in large result sets by replacing the deprecated AsyncTask
thread pool with a self-managed thread pool.
[#7376](//github.com/firebase/firebase-android-sdk/issues/7376)
Expand All @@ -15,6 +10,12 @@
- [changed] Improve query performance by using an unsorted HashMap instead of a sorted TreeMap.
[#7389](//github.com/firebase/firebase-android-sdk/pull/7389)

# 26.0.1

- [changed] Bumped internal dependencies.
- [changed] Improve the performance of queries in collections that contain many deleted documents.
[#7295](//github.com/firebase/firebase-android-sdk/issues/7295)

# 26.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
Loading