File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,21 @@ by opting into a release at
3
3
[ go/firebase-android-release] ( http:go/firebase-android-release ) (Googlers only).
4
4
5
5
# 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
6
16
- [ fixed] Fixed an issue ` waitForPendingWrites() ` could lead to NullPointerException.
7
17
18
+ # 24.2.1
19
+ - [ changed] Internal refactor and test improvements.
20
+
8
21
# 24.2.0
9
22
- [ feature] Added ` TransactionOptions ` to control how many times a transaction
10
23
will retry commits before failing.
You can’t perform that action at this time.
0 commit comments