File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
- * [ feature] Add support for disjunctions in queries (` OR ` queries).
3
2
* [ fixed] Fixed stack overflow caused by deeply nested server timestamps (#4702 ).
4
3
4
+ ## Kotlin
5
+ * [ feature] Added
6
+ [ ` Query.dataObjects<T>() ` ] ( /docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects )
7
+ and
8
+ [ ` DocumentReference.dataObjects<T>() ` ] ( /docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects_1 )
9
+ Kotlin Flows to listen for realtime updates and convert its values to a specific type.
10
+
11
+ # 24.4.5
12
+ * [ feature] Add support for disjunctions in queries (` OR ` queries).
13
+
14
+ ## Kotlin
15
+ The Kotlin extensions library transitively includes the updated
16
+ ` firebase-firestore ` library. The Kotlin extensions library has no additional
17
+ updates.
18
+
5
19
# 24.4.4
6
20
* [ changed] Relaxed certain query validations performed by the SDK (#4231 ).
7
21
* [ changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
8
22
23
+ ## Kotlin
24
+ The Kotlin extensions library transitively includes the updated
25
+ ` firebase-firestore ` library. The Kotlin extensions library has no additional
26
+ updates.
27
+
9
28
# 24.4.3
10
29
* [ fixed] Fixed a potential high-memory usage issue.
11
30
* [ fixed] Fixed an issue that stopped some performance optimization from being
@@ -27,13 +46,6 @@ The Kotlin extensions library transitively includes the updated
27
46
` firebase-firestore ` library. The Kotlin extensions library has no additional
28
47
updates.
29
48
30
- ## Kotlin
31
- * [ feature] Added
32
- [ ` Query.dataObjects<T>() ` ] ( /docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects )
33
- and
34
- [ ` DocumentReference.dataObjects<T>() ` ] ( /docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects_1 )
35
- Kotlin Flows to listen for realtime updates and convert its values to a specific type.
36
-
37
49
# 24.4.1
38
50
* [ fixed] Fix ` FAILED_PRECONDITION ` when writing to a deleted document in a
39
51
transaction.
You can’t perform that action at this time.
0 commit comments