From bdd7cc3b54944b979e31b8e6bde837670677f334 Mon Sep 17 00:00:00 2001 From: Rodrigo Lazo Paz Date: Tue, 25 Oct 2022 16:49:21 +0000 Subject: [PATCH] Update CHANGELOG entries across several sdks --- firebase-crashlytics-ndk/CHANGELOG.md | 12 ++++++++++-- firebase-crashlytics/CHANGELOG.md | 15 +++++++++++++++ firebase-firestore/CHANGELOG.md | 7 ++++--- firebase-ml-modeldownloader/CHANGELOG.md | 11 +++++++++++ firebase-perf/CHANGELOG.md | 8 -------- firebase-storage/CHANGELOG.md | 14 +++++--------- 6 files changed, 45 insertions(+), 22 deletions(-) diff --git a/firebase-crashlytics-ndk/CHANGELOG.md b/firebase-crashlytics-ndk/CHANGELOG.md index 63ac39c0889..623deae7691 100644 --- a/firebase-crashlytics-ndk/CHANGELOG.md +++ b/firebase-crashlytics-ndk/CHANGELOG.md @@ -1,7 +1,15 @@ # Unreleased -# 18.2.14 -* [changed] Updated `firebase-crashlytics` dependency to v18.2.14. +# 18.3.1 +* [changed] Updated `firebase-crashlytics` dependency to v18.3.1. + +# 18.3.0 +Warning: We're aware of an +[issue](https://github.com/firebase/firebase-android-sdk/issues/4223){: .external} +in the [crashlytics] Android SDK v18.3.0.
**We strongly recommend +using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).** + +* [changed] Updated `firebase-crashlytics` dependency to v18.3.0. # 18.2.13 * [changed] Updated dependency of `play-services-basement` to its latest diff --git a/firebase-crashlytics/CHANGELOG.md b/firebase-crashlytics/CHANGELOG.md index d356950122f..2133f51de1b 100644 --- a/firebase-crashlytics/CHANGELOG.md +++ b/firebase-crashlytics/CHANGELOG.md @@ -1,6 +1,21 @@ # Unreleased +# 18.3.1 +* [fixed] Fixed an [issue](https://github.com/firebase/firebase-android-sdk/issues/4223){: .external} + in v18.3.0 that caused a `NoClassDefFoundError` in specific cases. + + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-crashlytics` library. The Kotlin extensions library has no additional +updates. + # 18.3.0 +Warning: We're aware of an +[issue](https://github.com/firebase/firebase-android-sdk/issues/4223){: .external} +in this version of the [crashlytics] Android SDK.
**We strongly recommend +using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).** + * [changed] Improved crash reporting reliability for crashes that occur early in the app's lifecycle. diff --git a/firebase-firestore/CHANGELOG.md b/firebase-firestore/CHANGELOG.md index 62e9b05b3d5..866c56b8e87 100644 --- a/firebase-firestore/CHANGELOG.md +++ b/firebase-firestore/CHANGELOG.md @@ -1,8 +1,10 @@ # Unreleased # 24.4.0 -* [unchanged] Updated to accommodate the release of the updated - [firestore] Kotlin extensions library. +* [feature] Added + [`Query.count()`](/docs/reference/android/com/google/firebase/firestore/Query#count()), + which fetches the number of documents in the result set without actually + downloading the documents. ## Kotlin @@ -26,7 +28,6 @@ The Kotlin extensions library transitively includes the updated ## Kotlin The Kotlin extensions library transitively includes the updated `firebase-firestore` library. - # 24.3.0 * [changed] Updated dependency of `play-services-basement` to its latest version (v18.1.0). diff --git a/firebase-ml-modeldownloader/CHANGELOG.md b/firebase-ml-modeldownloader/CHANGELOG.md index 1995e3e58ff..e2773e0ea49 100644 --- a/firebase-ml-modeldownloader/CHANGELOG.md +++ b/firebase-ml-modeldownloader/CHANGELOG.md @@ -1,5 +1,16 @@ # Unreleased +# 24.1.1 +* [fixed] Fixed an issue where `FirebaseModelDownloader.getModel` was throwing + `FirebaseMlException.PERMISSION_DENIED` when the model name was empty. It now + throws `FirebaseMlException.INVALID_ARGUMENT` + (#4157) + + +## Kotlin +The Kotlin extensions library transitively includes the updated +`firebase-ml-modeldownloader` library. The Kotlin extensions library has no +additional updates. # 24.1.0 * [unchanged] Updated to accommodate the release of the updated [firebase_ml] Kotlin extensions library. diff --git a/firebase-perf/CHANGELOG.md b/firebase-perf/CHANGELOG.md index f1da211f000..4fb751df726 100644 --- a/firebase-perf/CHANGELOG.md +++ b/firebase-perf/CHANGELOG.md @@ -1,14 +1,6 @@ # Unreleased - * -## Kotlin -The Kotlin extensions library transitively includes the updated -`firebase-performance` library. The Kotlin extensions library has the following -additional updates: - -* [feature] Added a [`trace(String, Trace.() -> T)`](https://firebase.google.com/docs/reference/kotlin/com/google/firebase/perf/ktx/package-summary#trace(kotlin.String,kotlin.Function1)) - extension function to create a custom trace with the given name. # 20.2.0 * [unchanged] Updated to accommodate the release of the updated diff --git a/firebase-storage/CHANGELOG.md b/firebase-storage/CHANGELOG.md index 7ffa4afeff7..60b401de0dd 100644 --- a/firebase-storage/CHANGELOG.md +++ b/firebase-storage/CHANGELOG.md @@ -1,18 +1,14 @@ # Unreleased -# 20.0.3 -- [fixed] Fixed an issue that caused infinite number of retries with no exponential - backoff for `uploadChunk` - -# 20.2.0 -* [unchanged] Updated to accommodate the release of the updated - [firebase_storage_full] Kotlin extensions library. +# 20.1.0 +* [fixed] Fixed an issue that caused an infinite number of retries with no + exponential backoff for `uploadChunk()`. ## Kotlin The Kotlin extensions library transitively includes the updated - `firebase-storage` library. The Kotlin extensions library has the following - additional updates: +`firebase-storage` library. The Kotlin extensions library has the following +additional updates: * [feature] Firebase now supports Kotlin coroutines. With this release, we added