Skip to content

Commit e2d3607

Browse files
authored
Update changelog entries (#4706)
* Update changelog entries * Re-sync updates
1 parent 2ecf373 commit e2d3607

File tree

11 files changed

+167
-18
lines changed

11 files changed

+167
-18
lines changed

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Unreleased
22
* [unchanged] Updated to keep [app_check] SDK versions aligned.
33

4+
45
# 16.1.1
5-
* [changed] Migrated [app_check] SDKs to use standard Firebase executors. (#4431, #4449)
6-
* [changed] Moved Task continuations off the main thread. (#4453)
6+
* [changed] Migrated [app_check] SDKs to use standard Firebase executors.
7+
(GitHub [#4431](//github.com/firebase/firebase-android-sdk/issues/4431){: .external}
8+
and
9+
[#4449](//github.com/firebase/firebase-android-sdk/issues/4449){: .external})
10+
11+
* [changed] Moved Task continuations off the main thread.
12+
(GitHub [#4453](//github.com/firebase/firebase-android-sdk/issues/4453){: .external})
13+
14+
15+
## Kotlin
16+
The Kotlin extensions library transitively includes the updated
17+
`firebase-appcheck` library. The Kotlin extensions library has no additional
18+
updates.
719

820
# 16.1.0
921
* [unchanged] Updated to accommodate the release of the updated

firebase-abt/CHANGELOG.md

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

3+
4+
# 21.1.1
35
* [changed] Internal changes to improve experiment reporting.
46

57
# 21.1.0

firebase-config/CHANGELOG.md

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

3+
# 21.2.1
4+
* [changed] Migrated [remote_config] to use standard Firebase executors.
5+
6+
7+
## Kotlin
8+
The Kotlin extensions library transitively includes the updated
9+
`firebase-config` library. The Kotlin extensions library has no additional
10+
updates.
11+
312
# 21.2.0
413
* [unchanged] Updated to accommodate the release of the updated
514
[remote_config] Kotlin extensions library.

firebase-crashlytics-ndk/CHANGELOG.md

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

33
# 18.3.5
4-
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an issue that was
5-
causing a nondeterministic crash on startup.
4+
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
5+
issue that was causing a nondeterministic crash on startup.
66

7+
* [changed] Updated `firebase-crashlytics` dependency to v18.3.5.
78
# 18.3.4
9+
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
10+
cause a nondeterministic crash on startup. For more information, see
11+
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
12+
class="external">GitHub Issue #4683</a>. We recommend updating to the
13+
latest version (v18.3.5+) which contains a fix.
14+
</aside>
15+
16+
* [changed] Updated `firebase-crashlytics` dependency to v18.3.4.
17+
18+
# 18.3.3
819
* [changed] Updated internal Crashpad version to commit `c902f6`.
920

1021
# 18.3.2

firebase-crashlytics/CHANGELOG.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,46 @@
44
* [changed] Add improved support capturing build ids for Native ANRs on older
55
Android versions.
66

7+
78
# 18.3.5
8-
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an issue that was
9-
causing a nondeterministic crash on startup.
9+
* [fixed] Updated `firebase-common` to its latest version (v20.3.0) to fix an
10+
issue that was causing a nondeterministic crash on startup.
11+
12+
13+
## Kotlin
14+
The Kotlin extensions library transitively includes the updated
15+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
16+
updates.
17+
# 18.3.4
18+
<aside class="caution">This version of <code>firebase-crashlytics</code> and
19+
<code>firebase-crashlytics-ktx</code> can cause a nondeterministic crash on
20+
startup. For more information, see
21+
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
22+
class="external">GitHub Issue #4683</a>. We recommend updating to the
23+
latest version (v18.3.5+) which contains a fix.
24+
</aside>
25+
26+
* [changed] Improved crash reporting reliability for crashes that occur early
27+
in the app's lifecycle.
28+
29+
* [changed] Added improved support for capturing `BuildId`s for native ANRs on
30+
older Android versions.
31+
32+
33+
## Kotlin
34+
The Kotlin extensions library transitively includes the updated
35+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
36+
updates.
37+
38+
# 18.3.3
39+
* [unchanged] Updated to accommodate the release of the updated
40+
`firebase-crashlytics-ndk` v18.3.3.
41+
42+
43+
## Kotlin
44+
The Kotlin extensions library transitively includes the updated
45+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
46+
updates.
1047

1148
# 18.3.2
1249
* [unchanged] Updated to accommodate the release of the updated
@@ -34,8 +71,9 @@ Warning: We're aware of an
3471
in this version of the [crashlytics] Android SDK.<br>**We strongly recommend
3572
using the latest version of the SDK (v18.3.1+ or [bom] v31.0.1+).**
3673

37-
* [changed] Improved crash reporting reliability for crashes that occur early
38-
in the app's lifecycle.
74+
* [changed] Improved reporting for crashes that occur early in the app's
75+
lifecycle. After updating to this version, you might notice a sudden
76+
_increase_ in the number of crashes that are reported for your app.
3977

4078

4179
## Kotlin

firebase-firestore/CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Unreleased
2-
* [fixed] Fix a potential high-memory usage issue.
3-
* [fixed] Fix an issue that stops some performance optimization being applied.
2+
3+
4+
# 24.4.3
5+
* [fixed] Fixed a potential high-memory usage issue.
6+
* [fixed] Fixed an issue that stopped some performance optimization from being
7+
applied.
8+
9+
10+
## Kotlin
11+
The Kotlin extensions library transitively includes the updated
12+
`firebase-firestore` library. The Kotlin extensions library has no additional
13+
updates.
14+
15+
# 24.4.2
16+
* [fixed] Fixed an issue that stopped some performance optimization from being
17+
applied.
18+
19+
20+
## Kotlin
21+
The Kotlin extensions library transitively includes the updated
22+
`firebase-firestore` library. The Kotlin extensions library has no additional
23+
updates.
424

525
# 24.4.1
626
* [fixed] Fix `FAILED_PRECONDITION` when writing to a deleted document in a
@@ -18,6 +38,7 @@
1838
* [changed] Updated dependency of `io.grpc.*` to its latest version
1939
(v1.50.2).
2040

41+
2142
## Kotlin
2243
The Kotlin extensions library transitively includes the updated
2344
`firebase-firestore` library. The Kotlin extensions library has no additional

firebase-functions/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Unreleased
2-
* [changed] Avoid executing code on the UI thread as much as possible.
2+
3+
4+
# 20.2.2
5+
* [changed] Moved Task continuations off the main thread.
6+
37
* [changed] Internal infrastructure improvements.
48

9+
10+
## Kotlin
11+
The Kotlin extensions library transitively includes the updated
12+
`firebase-functions` library. The Kotlin extensions library has no additional
13+
updates.
14+
515
# 20.2.1
616
* [changed] Updated dependency of `firebase-iid` to its latest
717
version (v21.1.0).
818

19+
920
## Kotlin
1021
The Kotlin extensions library transitively includes the updated
1122
`firebase-functions` library. The Kotlin extensions library has no additional

firebase-inappmessaging-display/CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,22 @@
33
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
44

55
# 20.3.0
6-
* [changed] Migrate firebase-inappmessaging SDK to use common executor pool.
7-
* [changed] Refactoring to reduce load on app's Main thread.
8-
* [feature] Added new api for removing dismiss listener.
6+
* [changed] Migrated [inappmessaging] Display to use standard Firebase
7+
executors.
8+
9+
* [changed] Moved Task continuations off the main thread.
10+
11+
* [feature] Added a new API for
12+
[removing a dismiss listener](/docs/reference/android/com/google/firebase/inappmessaging/FirebaseInAppMessaging#removeDismissListener(com.google.firebase.inappmessaging.FirebaseInAppMessagingDismissListener)).
13+
(GitHub
14+
[#4492](//github.com/firebase/firebase-android-sdk/issues/4492){: .external})
15+
16+
17+
## Kotlin
18+
The Kotlin extensions library transitively includes the updated
19+
`firebase-inappmessaging-display` library. The Kotlin extensions library has no additional
20+
updates.
21+
922

1023
# 20.2.0
1124
* [fixed] Fixed a bug that prevented marking more than one message as

firebase-inappmessaging/CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,20 @@
33
* [changed] Updated grpc to 1.52.1 and javalite, protoc, protobufjavautil to 3.21.11.
44

55
# 20.3.0
6-
* [changed] Migrate firebase-inappmessaging SDK to use common executor pool.
7-
* [changed] Refactoring to reduce load on app's Main thread.
8-
* [feature] Added new api for removing dismiss listener.
6+
* [changed] Migrated [inappmessaging] to use standard Firebase executors.
7+
8+
* [changed] Moved Task continuations off the main thread.
9+
10+
* [feature] Added a new API for
11+
[removing a dismiss listener](/docs/reference/android/com/google/firebase/inappmessaging/FirebaseInAppMessaging#removeDismissListener(com.google.firebase.inappmessaging.FirebaseInAppMessagingDismissListener)).
12+
(GitHub
13+
[#4492](//github.com/firebase/firebase-android-sdk/issues/4492){: .external})
14+
15+
16+
## Kotlin
17+
The Kotlin extensions library transitively includes the updated
18+
`firebase-inappmessaging` library. The Kotlin extensions library has no additional
19+
updates.
920

1021
# 20.2.0
1122
* [fixed] Fixed a bug that prevented marking more than one message as

firebase-ml-modeldownloader/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Unreleased
2-
- [changed] Internal infrastructure improvements.
2+
3+
4+
# 24.1.2
5+
* [changed] Internal infrastructure improvements.
6+
7+
* [changed] Migrated [firebase_ml] to use standard Firebase executors.
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

415
# 24.1.1
516
* [fixed] Fixed an issue where `FirebaseModelDownloader.getModel` was throwing

firebase-perf/CHANGELOG.md

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

3+
# 20.3.1
4+
* [changed] Migrated [perfmon] to use standard Firebase executors.
5+
6+
7+
## Kotlin
8+
The Kotlin extensions library transitively includes the updated
9+
`firebase-performance` library. The Kotlin extensions library has no additional
10+
updates.
11+
312
# 20.3.0
413
* [fixed] Fixed a `NullPointerException` crash when instrumenting screen
514
traces on Android 7, 8, and 9.
615
(#4146)
716

17+
818
## Kotlin
919
The Kotlin extensions library transitively includes the updated
1020
`firebase-performance` library. The Kotlin extensions library has the following

0 commit comments

Comments
 (0)