Skip to content

Commit 0ca6582

Browse files
committed
Backfill changelog
1 parent 77a4598 commit 0ca6582

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,21 @@ by opting into a release at
33
[go/firebase-android-release](http:go/firebase-android-release) (Googlers only).
44

55
# Unreleased
6+
- [feature] Added `Query.count()`, which fetches the number of documents in the
7+
result set without actually downloading the documents.
8+
9+
# 24.3.1
10+
- [changed] Updated dependency of `io.grpc.*` to its latest version (v1.48.1).
11+
12+
# 24.3.0
13+
- [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0).
14+
15+
# 24.2.2
616
- [fixed] Fixed an issue `waitForPendingWrites()` could lead to NullPointerException.
717

18+
# 24.2.1
19+
- [changed] Internal refactor and test improvements.
20+
821
# 24.2.0
922
- [feature] Added `TransactionOptions` to control how many times a transaction
1023
will retry commits before failing.

0 commit comments

Comments
 (0)