Skip to content

Update changelog entries #4908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Unreleased
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.


# 16.0.0-beta08
* [fixed] Fixed an issue where a crash happened whenever a feedback
notification was shown on devices running Android 4.4 and lower.


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-appdistribution-api` library. The Kotlin extensions library has no
additional updates.

# 16.0.0-beta07
* [feature] Added support for testers to attach JPEG screenshots to their
feedback.
Expand Down
5 changes: 5 additions & 0 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Unreleased
* [fixed] Fixed a crash when showing feedback notification on devices running Android 4 and below.


# 16.0.0-beta08
* [fixed] Fixed an issue where a crash happened whenever a feedback
notification was shown on devices running Android 4.4 and lower.

# 16.0.0-beta07
* [feature] Added support for testers to attach JPEG screenshots to their
feedback.
Expand Down
10 changes: 8 additions & 2 deletions firebase-database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
* [unchanged] Updated to accommodate the release of the updated
[database] Kotlin extensions library.


# 20.2.0
* [unchanged] Updated to accommodate the release of the updated
[database] Kotlin extensions library.


## Kotlin
* [feature] Added
[`Query.values<T>()`](/docs/reference/kotlin/com/google/firebase/database/ktx/package-summary#values)
Kotlin Flows to listen for realtime updates and convert its values to a specific type.

Kotlin Flows to listen for realtime updates and convert its values to a
specific type.
# 20.1.0
* [unchanged] Updated to accommodate the release of the updated
[database] Kotlin extensions library.
Expand Down
27 changes: 19 additions & 8 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,34 @@
* [fixed] Fixed stack overflow caused by deeply nested server timestamps (#4702).
* [feature] Add new cache config APIs to customize SDK's cache setup.


# 24.5.0
* [fixed] Fixed stack overflow caused by deeply nested server timestamps.
(GitHub [#4702](//github.com/firebase/firebase-android-sdk/issues/4702){: .external})


## Kotlin
* [feature] Added
[`Query.dataObjects<T>()`](/docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects)
and
[`DocumentReference.dataObjects<T>()`](/docs/reference/kotlin/com/google/firebase/firestore/ktx/package-summary#dataObjects_1)
Kotlin Flows to listen for realtime updates and convert its values to a specific type.

Kotlin Flows to listen for realtime updates and convert its values to a
specific type.
# 24.4.5
* [feature] Add support for disjunctions in queries (`OR` queries).
* [feature] Added support for disjunctions in queries (`OR` queries).


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-firestore` library. The Kotlin extensions library has no additional
updates.

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


## Kotlin
The Kotlin extensions library transitively includes the updated
Expand Down Expand Up @@ -374,7 +384,7 @@ updates.
and
[`Query.whereNotEqualTo()`](/docs/reference/android/com/google/firebase/firestore/Query#whereNotEqualTo(java.lang.String,%20java.lang.Object))
query operators.

* `Query.whereNotIn()` finds documents where a specified field's value is
not in a specified array.
* `Query.whereNotEqualTo()` finds documents where a specified field's value
Expand Down Expand Up @@ -486,7 +496,7 @@ updates.
is IN a specified array. `Query.whereArrayContainsAny()` finds documents
where a specified field is an array and contains ANY element of a specified
array.

- [changed] Improved the performance of repeatedly executed queries. Recently
executed queries should see dramatic improvements. This benefit is reduced
if changes accumulate while the query is inactive. Queries that use the
Expand Down Expand Up @@ -744,7 +754,7 @@ updates.
https://github.com/firebase/firebase-android-sdk/issues/134

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