Skip to content

Commit fcd6c06

Browse files
committed
update firestore's CHANGELOG.md
1 parent 5fa01da commit fcd6c06

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
# Unreleased
2-
* [feature] Add support for disjunctions in queries (`OR` queries).
32
* [fixed] Fixed stack overflow caused by deeply nested server timestamps (#4702).
43

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+
519
# 24.4.4
620
* [changed] Relaxed certain query validations performed by the SDK (#4231).
721
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
822

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+
928
# 24.4.3
1029
* [fixed] Fixed a potential high-memory usage issue.
1130
* [fixed] Fixed an issue that stopped some performance optimization from being
@@ -27,13 +46,6 @@ The Kotlin extensions library transitively includes the updated
2746
`firebase-firestore` library. The Kotlin extensions library has no additional
2847
updates.
2948

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-
3749
# 24.4.1
3850
* [fixed] Fix `FAILED_PRECONDITION` when writing to a deleted document in a
3951
transaction.

0 commit comments

Comments
 (0)