Skip to content

Commit be2b750

Browse files
committed
Update changelogs
1 parent c6fb14c commit be2b750

File tree

6 files changed

+64
-5
lines changed

6 files changed

+64
-5
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

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.

firebase-firestore/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@
66
- [changed] Updated dependency of `io.grpc.*` to its latest
77
version (v1.50.2).
88

9+
10+
# 24.4.1
11+
* [fixed] Fix `FAILED_PRECONDITION` when writing to a deleted document in a
12+
transaction.
13+
(#5871)
14+
15+
* [fixed] Fixed [firestore] failing to raise initial snapshot from an empty
16+
local cache result.
17+
(#4207)
18+
19+
* [fixed] Removed invalid suggestions to use `GenericTypeIndicator` from
20+
error messages.
21+
(#222)
22+
23+
* [changed] Updated dependency of `io.grpc.*` to its latest version
24+
(v1.50.2).
25+
26+
27+
## Kotlin
28+
The Kotlin extensions library transitively includes the updated
29+
`firebase-firestore` library. The Kotlin extensions library has no additional
30+
updates.
31+
932
# 24.4.0
1033
* [feature] Added
1134
[`Query.count()`](/docs/reference/android/com/google/firebase/firestore/Query#count()),

firebase-functions/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Unreleased
2-
32
* [changed] Updated dependency of `firebase-iid` to its latest
43
version (v21.1.0).
54

5+
6+
# 20.2.1
7+
* [changed] Updated dependency of `firebase-iid` to its latest
8+
version (v21.1.0).
9+
10+
611
## Kotlin
712
The Kotlin extensions library transitively includes the updated
813
`firebase-functions` library. The Kotlin extensions library has no additional

firebase-messaging/CHANGELOG.md

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

3-
# 23.1.1
4-
5-
* [fixed] Fixed deadlock when handling simultaneous messages.
6-
73
# 23.1.0
84
* [unchanged] Updated to accommodate the release of the updated
95
[messaging_longer] Kotlin extensions library.
106

7+
118
## Kotlin
129
The Kotlin extensions library transitively includes the updated
1310
`firebase-messaging` library. The Kotlin extensions library has the following

firebase-perf/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
(#4146)
55

66

7+
8+
# 20.3.0
9+
* [fixed] Fixed a `NullPointerException` crash when instrumenting screen
10+
traces on Android 7, 8, and 9.
11+
(#4146)
12+
13+
14+
## Kotlin
15+
The Kotlin extensions library transitively includes the updated
16+
`firebase-performance` library. The Kotlin extensions library has the following
17+
additional updates:
18+
19+
* [feature] Added a
20+
[`trace(String, Trace.() -> T)`](/docs/reference/kotlin/com/google/firebase/perf/ktx/package-summary#trace(kotlin.String,kotlin.Function1))
21+
extension function to create a custom trace with the specified name.
722
# 20.2.0
823
* [unchanged] Updated to accommodate the release of the updated
924
[perfmon] Kotlin extensions library.

0 commit comments

Comments
 (0)