Skip to content

Update versions and changelogs #4343

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 6 commits into from
Nov 23, 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
9 changes: 9 additions & 0 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Unreleased

# 18.3.2
* [fixed] Fixed an [issue](https://github.com/firebase/firebase-android-sdk/issues/4313){: .external}
preventing native crashes from being reported for Android API 29+.

# 18.3.1
Warning: We're aware of an
[issue](https://github.com/firebase/firebase-android-sdk/issues/4313){: .external}
in this version of the [crashlytics] SDK for NDK.<br>**We strongly
recommend using the latest version of the SDK (v18.3.2+ or [bom] v31.0.3+).**

* [changed] Updated `firebase-crashlytics` dependency to v18.3.1.

# 18.3.0
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics-ndk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.3.2
latestReleasedVersion=18.3.13
version=18.3.3
latestReleasedVersion=18.3.2
10 changes: 10 additions & 0 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unreleased

# 18.3.2
* [unchanged] Updated to accommodate the release of the updated
`firebase-crashlytics-ndk` v18.3.2.


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

# 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.
Expand Down
4 changes: 2 additions & 2 deletions firebase-crashlytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=18.3.2
latestReleasedVersion=18.3.13
version=18.3.3
latestReleasedVersion=18.3.2
27 changes: 21 additions & 6 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Unreleased
- [fixed] Fix FAILED_PRECONDITION when writing to a deleted document in a transaction.
([Issue #5871](//github.com/firebase/firebase-android-sdk/issues/5871))
- [fixed] Fixed Firestore failing to raise initial snapshot from empty local cache result. ([PR](https://github.com/firebase/firebase-android-sdk/pull/4207))
- [fixed] Removed invalid suggestions to use `GenericTypeIndicator` from error messages. ([Issue 222](https://github.com/firebase/firebase-android-sdk/issues/222))
- [changed] Updated dependency of `io.grpc.*` to its latest
version (v1.50.2).

# 24.4.1
* [fixed] Fix `FAILED_PRECONDITION` when writing to a deleted document in a
transaction.
(#5871)

* [fixed] Fixed [firestore] failing to raise initial snapshot from an empty
local cache result.
(#4207)

* [fixed] Removed invalid suggestions to use `GenericTypeIndicator` from
error messages.
(#222)

* [changed] Updated dependency of `io.grpc.*` to its latest version
(v1.50.2).

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

# 24.4.0
* [feature] Added
Expand Down
4 changes: 2 additions & 2 deletions firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=24.4.1
latestReleasedVersion=24.4.0
version=24.4.2
latestReleasedVersion=24.4.1
3 changes: 2 additions & 1 deletion firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Unreleased

# 20.2.1
* [changed] Updated dependency of `firebase-iid` to its latest
version (v21.1.0).

## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-functions` library. The Kotlin extensions library has no additional
Expand Down
4 changes: 2 additions & 2 deletions firebase-functions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=20.2.1
latestReleasedVersion=20.2.0
version=20.2.2
latestReleasedVersion=20.2.1
android.enableUnitTestBinaryResources=true
3 changes: 1 addition & 2 deletions firebase-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Unreleased

# 23.1.1

* [fixed] Fixed deadlock when handling simultaneous messages.

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


## Kotlin
The Kotlin extensions library transitively includes the updated
`firebase-messaging` library. The Kotlin extensions library has the following
Expand Down
2 changes: 1 addition & 1 deletion firebase-ml-modeldownloader/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=24.1.1
version=24.1.2
13 changes: 11 additions & 2 deletions firebase-perf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Unreleased
* [fixed] Fixed a `NullPointerException` crash when instrumenting screen traces
on Android 7, 8, and 9.

# 20.3.0
* [fixed] Fixed a `NullPointerException` crash when instrumenting screen
traces on Android 7, 8, and 9.
(#4146)

## 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)`](/docs/reference/kotlin/com/google/firebase/perf/ktx/package-summary#trace(kotlin.String,kotlin.Function1))
extension function to create a custom trace with the specified name.
# 20.2.0
* [unchanged] Updated to accommodate the release of the updated
[perfmon] Kotlin extensions library.
Expand Down
4 changes: 2 additions & 2 deletions firebase-perf/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#

version=20.2.1
latestReleasedVersion=20.2.0
version=20.3.1
latestReleasedVersion=20.3.0
android.enableUnitTestBinaryResources=true