Skip to content

Commit 31176ce

Browse files
authored
Update changelog entries (#4908)
1 parent 0451fa0 commit 31176ce

File tree

4 files changed

+43
-10
lines changed

4 files changed

+43
-10
lines changed

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Unreleased
22
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.
33

4+
5+
# 16.0.0-beta08
6+
* [fixed] Fixed an issue where a crash happened whenever a feedback
7+
notification was shown on devices running Android 4.4 and lower.
8+
9+
10+
## Kotlin
11+
The Kotlin extensions library transitively includes the updated
12+
`firebase-appdistribution-api` library. The Kotlin extensions library has no
13+
additional updates.
14+
415
# 16.0.0-beta07
516
* [feature] Added support for testers to attach JPEG screenshots to their
617
feedback.

firebase-appdistribution/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Unreleased
22
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.
33

4+
5+
# 16.0.0-beta08
6+
* [fixed] Fixed an issue where a crash happened whenever a feedback
7+
notification was shown on devices running Android 4.4 and lower.
8+
49
# 16.0.0-beta07
510
* [feature] Added support for testers to attach JPEG screenshots to their
611
feedback.

firebase-database/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
* [unchanged] Updated to accommodate the release of the updated
33
[database] Kotlin extensions library.
44

5+
6+
# 20.2.0
7+
* [unchanged] Updated to accommodate the release of the updated
8+
[database] Kotlin extensions library.
9+
10+
511
## Kotlin
612
* [feature] Added
713
[`Query.values<T>()`](/docs/reference/kotlin/com/google/firebase/database/ktx/package-summary#values)
8-
Kotlin Flows to listen for realtime updates and convert its values to a specific type.
9-
14+
Kotlin Flows to listen for realtime updates and convert its values to a
15+
specific type.
1016
# 20.1.0
1117
* [unchanged] Updated to accommodate the release of the updated
1218
[database] Kotlin extensions library.

firebase-firestore/CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,34 @@
22
* [fixed] Fixed stack overflow caused by deeply nested server timestamps (#4702).
33
* [feature] Add new cache config APIs to customize SDK's cache setup.
44

5+
6+
# 24.5.0
7+
* [fixed] Fixed stack overflow caused by deeply nested server timestamps.
8+
(GitHub [#4702](//github.com/firebase/firebase-android-sdk/issues/4702){: .external})
9+
10+
511
## Kotlin
612
* [feature] Added
713
[`Query.dataObjects<T>()`](/docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects)
814
and
915
[`DocumentReference.dataObjects<T>()`](/docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects_1)
10-
Kotlin Flows to listen for realtime updates and convert its values to a specific type.
11-
16+
Kotlin Flows to listen for realtime updates and convert its values to a
17+
specific type.
1218
# 24.4.5
13-
* [feature] Add support for disjunctions in queries (`OR` queries).
19+
* [feature] Added support for disjunctions in queries (`OR` queries).
20+
1421

1522
## Kotlin
1623
The Kotlin extensions library transitively includes the updated
1724
`firebase-firestore` library. The Kotlin extensions library has no additional
1825
updates.
1926

2027
# 24.4.4
21-
* [changed] Relaxed certain query validations performed by the SDK (#4231).
22-
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
28+
* [changed] Relaxed certain query validations performed by the SDK
29+
([GitHub Issue #4231](//github.com/firebase/firebase-android-sdk/issues/4231)).
30+
* [changed] Updated gRPC to 1.52.1, and updated JavaLite, protoc, and
31+
protobuf-java-util to 3.21.11.
32+
2333

2434
## Kotlin
2535
The Kotlin extensions library transitively includes the updated
@@ -374,7 +384,7 @@ updates.
374384
and
375385
[`Query.whereNotEqualTo()`](/docs/reference/android/com/google/firebase/firestore/Query#whereNotEqualTo(java.lang.String,%20java.lang.Object))
376386
query operators.
377-
387+
378388
* `Query.whereNotIn()` finds documents where a specified field's value is
379389
not in a specified array.
380390
* `Query.whereNotEqualTo()` finds documents where a specified field's value
@@ -486,7 +496,7 @@ updates.
486496
is IN a specified array. `Query.whereArrayContainsAny()` finds documents
487497
where a specified field is an array and contains ANY element of a specified
488498
array.
489-
499+
490500
- [changed] Improved the performance of repeatedly executed queries. Recently
491501
executed queries should see dramatic improvements. This benefit is reduced
492502
if changes accumulate while the query is inactive. Queries that use the
@@ -744,7 +754,7 @@ updates.
744754
https://github.com/firebase/firebase-android-sdk/issues/134
745755

746756
# 17.1.4
747-
* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked
757+
* [fixed] Fixed a SQLite transaction-handling issue that occasionally masked
748758
exceptions when Firestore closed a transaction that was never started. For
749759
more information, see the [issue report in GitHub](https://github.com/firebase/firebase-android-sdk/issues/115).
750760
* [fixed] Fixed a race condition that caused a `SQLiteDatabaseLockedException`
@@ -792,3 +802,4 @@ updates.
792802
or
793803
[`FieldValue.serverTimestamp()`](/docs/reference/android/com/google/firebase/firestore/FieldValue.html#serverTimestamp())
794804
values.
805+

0 commit comments

Comments
 (0)