Skip to content

Commit e84ca9e

Browse files
authored
Merge d3e399c into 94ae2ac
2 parents 94ae2ac + d3e399c commit e84ca9e

File tree

12 files changed

+65
-22
lines changed

12 files changed

+65
-22
lines changed

firebase-crashlytics-ndk/CHANGELOG.md

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

3+
# 18.3.2
4+
* [fixed] Fixed an [issue](https://github.com/firebase/firebase-android-sdk/issues/4313){: .external}
5+
preventing native crashes from being reported for Android API 29+.
6+
37
# 18.3.1
8+
Warning: We're aware of an
9+
[issue](https://github.com/firebase/firebase-android-sdk/issues/4313){: .external}
10+
in this version of the [crashlytics] SDK for NDK.<br>**We strongly
11+
recommend using the latest version of the SDK (v18.3.2+ or [bom] v31.0.3+).**
12+
413
* [changed] Updated `firebase-crashlytics` dependency to v18.3.1.
514

615
# 18.3.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.3.2
2-
latestReleasedVersion=18.3.13
1+
version=18.3.3
2+
latestReleasedVersion=18.3.2

firebase-crashlytics/CHANGELOG.md

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

3+
# 18.3.2
4+
* [unchanged] Updated to accommodate the release of the updated
5+
`firebase-crashlytics-ndk` v18.3.2.
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.1
414
* [fixed] Fixed an [issue](https://github.com/firebase/firebase-android-sdk/issues/4223){: .external}
515
in v18.3.0 that caused a `NoClassDefFoundError` in specific cases.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=18.3.2
2-
latestReleasedVersion=18.3.13
1+
version=18.3.3
2+
latestReleasedVersion=18.3.2

firebase-firestore/CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Unreleased
2-
- [fixed] Fix FAILED_PRECONDITION when writing to a deleted document in a transaction.
3-
([Issue #5871](//github.com/firebase/firebase-android-sdk/issues/5871))
4-
- [fixed] Fixed Firestore failing to raise initial snapshot from empty local cache result. ([PR](https://github.com/firebase/firebase-android-sdk/pull/4207))
5-
- [fixed] Removed invalid suggestions to use `GenericTypeIndicator` from error messages. ([Issue 222](https://github.com/firebase/firebase-android-sdk/issues/222))
6-
- [changed] Updated dependency of `io.grpc.*` to its latest
7-
version (v1.50.2).
2+
3+
# 24.4.1
4+
* [fixed] Fix `FAILED_PRECONDITION` when writing to a deleted document in a
5+
transaction.
6+
(#5871)
7+
8+
* [fixed] Fixed [firestore] failing to raise initial snapshot from an empty
9+
local cache result.
10+
(#4207)
11+
12+
* [fixed] Removed invalid suggestions to use `GenericTypeIndicator` from
13+
error messages.
14+
(#222)
15+
16+
* [changed] Updated dependency of `io.grpc.*` to its latest version
17+
(v1.50.2).
18+
19+
## Kotlin
20+
The Kotlin extensions library transitively includes the updated
21+
`firebase-firestore` library. The Kotlin extensions library has no additional
22+
updates.
823

924
# 24.4.0
1025
* [feature] Added

firebase-firestore/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=24.4.1
2-
latestReleasedVersion=24.4.0
1+
version=24.4.2
2+
latestReleasedVersion=24.4.1

firebase-functions/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Unreleased
22

3+
# 20.2.1
34
* [changed] Updated dependency of `firebase-iid` to its latest
45
version (v21.1.0).
5-
6+
67
## Kotlin
78
The Kotlin extensions library transitively includes the updated
89
`firebase-functions` library. The Kotlin extensions library has no additional

firebase-functions/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=20.2.1
2-
latestReleasedVersion=20.2.0
1+
version=20.2.2
2+
latestReleasedVersion=20.2.1
33
android.enableUnitTestBinaryResources=true

firebase-messaging/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Unreleased
22

3-
# 23.1.1
4-
53
* [fixed] Fixed deadlock when handling simultaneous messages.
64

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

9+
1110
## Kotlin
1211
The Kotlin extensions library transitively includes the updated
1312
`firebase-messaging` library. The Kotlin extensions library has the following
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=24.1.1
1+
version=24.1.2

firebase-perf/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Unreleased
2-
* [fixed] Fixed a `NullPointerException` crash when instrumenting screen traces
3-
on Android 7, 8, and 9.
2+
3+
# 20.3.0
4+
* [fixed] Fixed a `NullPointerException` crash when instrumenting screen
5+
traces on Android 7, 8, and 9.
46
(#4146)
57

8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-performance` library. The Kotlin extensions library has the following
11+
additional updates:
612

13+
* [feature] Added a
14+
[`trace(String, Trace.() -> T)`](/docs/reference/kotlin/com/google/firebase/perf/ktx/package-summary#trace(kotlin.String,kotlin.Function1))
15+
extension function to create a custom trace with the specified name.
716
# 20.2.0
817
* [unchanged] Updated to accommodate the release of the updated
918
[perfmon] Kotlin extensions library.

firebase-perf/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#
1717

18-
version=20.2.1
19-
latestReleasedVersion=20.2.0
18+
version=20.3.1
19+
latestReleasedVersion=20.3.0
2020
android.enableUnitTestBinaryResources=true
2121

0 commit comments

Comments
 (0)