Skip to content

Update CHANGELOG entries across several sdks #4240

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
Oct 29, 2022
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
12 changes: 10 additions & 2 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Unreleased
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this for?


# 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.<br>**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
Expand Down
15 changes: 15 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.<br>**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.

Expand Down
7 changes: 4 additions & 3 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).
Expand Down
11 changes: 11 additions & 0 deletions firebase-ml-modeldownloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these also supposed to be links btw?



## 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.
Expand Down
8 changes: 0 additions & 8 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 5 additions & 9 deletions firebase-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down