Skip to content

Commit ffca832

Browse files
authored
Update CHANGELOG entries across several sdks (#4240)
1 parent 0798b98 commit ffca832

File tree

6 files changed

+45
-22
lines changed

6 files changed

+45
-22
lines changed

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Unreleased
22

3-
# 18.2.14
4-
* [changed] Updated `firebase-crashlytics` dependency to v18.2.14.
3+
# 18.3.1
4+
* [changed] Updated `firebase-crashlytics` dependency to v18.3.1.
5+
6+
# 18.3.0
7+
Warning: We're aware of an
8+
[issue](https://github.com/firebase/firebase-android-sdk/issues/4223){: .external}
9+
in the [crashlytics] Android SDK v18.3.0.<br>**We strongly recommend
10+
using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).**
11+
12+
* [changed] Updated `firebase-crashlytics` dependency to v18.3.0.
513

614
# 18.2.13
715
* [changed] Updated dependency of `play-services-basement` to its latest

firebase-crashlytics/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Unreleased
22

3+
# 18.3.1
4+
* [fixed] Fixed an [issue](https://github.com/firebase/firebase-android-sdk/issues/4223){: .external}
5+
in v18.3.0 that caused a `NoClassDefFoundError` in specific cases.
6+
7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
11+
updates.
12+
313
# 18.3.0
14+
Warning: We're aware of an
15+
[issue](https://github.com/firebase/firebase-android-sdk/issues/4223){: .external}
16+
in this version of the [crashlytics] Android SDK.<br>**We strongly recommend
17+
using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).**
18+
419
* [changed] Improved crash reporting reliability for crashes that occur early
520
in the app's lifecycle.
621

firebase-firestore/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
- [fixed] Fixed Firestore failing to raise initial snapshot from empty local cache result.
33

44
# 24.4.0
5-
* [unchanged] Updated to accommodate the release of the updated
6-
[firestore] Kotlin extensions library.
5+
* [feature] Added
6+
[`Query.count()`](/docs/reference/android/com/google/firebase/firestore/Query#count()),
7+
which fetches the number of documents in the result set without actually
8+
downloading the documents.
79

810

911
## Kotlin
@@ -27,7 +29,6 @@ The Kotlin extensions library transitively includes the updated
2729
## Kotlin
2830
The Kotlin extensions library transitively includes the updated
2931
`firebase-firestore` library.
30-
3132
# 24.3.0
3233
* [changed] Updated dependency of `play-services-basement` to its latest
3334
version (v18.1.0).

firebase-ml-modeldownloader/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Unreleased
22

3+
# 24.1.1
4+
* [fixed] Fixed an issue where `FirebaseModelDownloader.getModel` was throwing
5+
`FirebaseMlException.PERMISSION_DENIED` when the model name was empty. It now
6+
throws `FirebaseMlException.INVALID_ARGUMENT`
7+
(#4157)
8+
9+
10+
## Kotlin
11+
The Kotlin extensions library transitively includes the updated
12+
`firebase-ml-modeldownloader` library. The Kotlin extensions library has no
13+
additional updates.
314
# 24.1.0
415
* [unchanged] Updated to accommodate the release of the updated
516
[firebase_ml] Kotlin extensions library.

firebase-perf/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Unreleased
2-
32
*
43

5-
## Kotlin
6-
The Kotlin extensions library transitively includes the updated
7-
`firebase-performance` library. The Kotlin extensions library has the following
8-
additional updates:
9-
10-
* [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))
11-
extension function to create a custom trace with the given name.
124

135
# 20.2.0
146
* [unchanged] Updated to accommodate the release of the updated

firebase-storage/CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
# Unreleased
22

3-
# 20.0.3
4-
- [fixed] Fixed an issue that caused infinite number of retries with no exponential
5-
backoff for `uploadChunk`
6-
7-
# 20.2.0
8-
* [unchanged] Updated to accommodate the release of the updated
9-
[firebase_storage_full] Kotlin extensions library.
3+
# 20.1.0
4+
* [fixed] Fixed an issue that caused an infinite number of retries with no
5+
exponential backoff for `uploadChunk()`.
106

117

128
## Kotlin
139
The Kotlin extensions library transitively includes the updated
14-
`firebase-storage` library. The Kotlin extensions library has the following
15-
additional updates:
10+
`firebase-storage` library. The Kotlin extensions library has the following
11+
additional updates:
1612

1713
* [feature] Firebase now supports Kotlin coroutines.
1814
With this release, we added

0 commit comments

Comments
 (0)