Skip to content

Commit 7f663a5

Browse files
committed
update release notes
1 parent acc0cef commit 7f663a5

File tree

20 files changed

+173
-4
lines changed

20 files changed

+173
-4
lines changed

appcheck/firebase-appcheck-debug-testing/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
2-
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3+
*
34
# 17.0.0
45
* [unchanged] Updated to keep [app_check] SDK versions aligned.
56

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
2-
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
3+
*
34
# 17.0.0
45
* [unchanged] Updated to keep [app_check] SDK versions aligned.
56

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [unchanged] Updated to keep [app_check] SDK versions aligned.
33

44
# 17.0.0
55
* [unchanged] Updated to keep [app_check] SDK versions aligned.

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-appcheck-ktx`
3+
to `com.google.firebase:firebase-appcheck` under the `com.google.firebase.appcheck` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-appcheck-ktx` have been added to
8+
`com.google.firebase:firebase-appcheck` under the `com.google.firebase.appcheck` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-appcheck-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
13+
214

315
# 17.0.1
416
* [changed] Internal updates to allow Firebase SDKs to obtain limited-use tokens.

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from
3+
`com.google.firebase:firebase-appdistribution-api-ktx`
4+
to `com.google.firebase:firebase-appdistribution-api` under the
5+
`com.google.firebase.appdistribution` package.
6+
For details, see the
7+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
8+
9+
* [deprecated] All the APIs from `com.google.firebase:firebase-appdistribution-api-ktx` have been
10+
added to
11+
`com.google.firebase:firebase-appdistribution-api` under the
12+
`com.google.firebase.appdistribution` package,
13+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-appdistribution-api-ktx`
14+
are now deprecated. As early as April 2024, we'll no longer release KTX modules. For details,
15+
see the
16+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
217

318
# 16.0.0-beta09
419
* [feature] Improved development mode to allow all API calls to be made without having to sign in.

firebase-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-config-ktx`
3+
to `com.google.firebase:firebase-config` under the `com.google.firebase.remoteconfig` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-config-ktx` have been added to
8+
`com.google.firebase:firebase-config` under the `com.google.firebase.remoteconfig` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-config-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314
# 21.4.1
415
* [changed] Internal improvements to support Remote Config real-time updates.

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [changed] Updated `firebase-crashlytics` dependency to v18.4.3
33

44
# 18.4.3
55
* [changed] Updated `firebase-crashlytics` dependency to v18.4.3

firebase-crashlytics/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-crashlytics-ktx`
3+
to `com.google.firebase:firebase-crashlytics` under the `com.google.firebase.crashlytics` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-crashlytics-ktx` have been added to
8+
`com.google.firebase:firebase-crashlytics` under the `com.google.firebase.crashlytics` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-crashlytics-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
212

313

414
# 18.4.3

firebase-database/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-database-ktx`
3+
to `com.google.firebase:firebase-database` under the `com.google.firebase.database` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-database-ktx` have been added to
8+
`com.google.firebase:firebase-database` under the `com.google.firebase.database` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-database-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314
# 20.2.2
415
* [changed] Internal changes to ensure alignment with other SDK releases.

firebase-dynamic-links/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-dynamic-links-ktx`
3+
to `com.google.firebase:firebase-dynamic-links` under the `com.google.firebase.dynamiclinks` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-dynamic-links-ktx` have been added to
8+
`com.google.firebase:firebase-dynamic-links` under the `com.google.firebase.dynamiclinks` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-dynamic-links-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314
# 21.1.0
415
* [unchanged] Updated to accommodate the release of the updated

firebase-firestore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-firestore-ktx`
3+
to `com.google.firebase:firebase-firestore` under the `com.google.firebase.firestore` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-firestore-ktx` have been added to
8+
`com.google.firebase:firebase-firestore` under the `com.google.firebase.firestore` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-firestore-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
212

313

414
# 24.8.1

firebase-functions/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-functions-ktx`
3+
to `com.google.firebase:firebase-functions` under the `com.google.firebase.functions` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-functions-ktx` have been added to
8+
`com.google.firebase:firebase-functions` under the `com.google.firebase.functions` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-functions-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314
# 20.3.1
415
* [changed] Added support for App Check limited-use tokens in HTTPS Callable Functions.

firebase-inappmessaging-display/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-inappmessaging-display-ktx`
3+
to `com.google.firebase:firebase-inappmessaging-display` under the `com.google.firebase.inappmessaging.display` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-inappmessaging-display-ktx` have been added to
8+
`com.google.firebase:firebase-inappmessaging-display` under the `com.google.firebase.inappmessaging.display` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-inappmessaging-display-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314

415
# 20.3.5

firebase-inappmessaging/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-inappmessaging-ktx`
3+
to `com.google.firebase:firebase-inappmessaging` under the `com.google.firebase.inappmessaging` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-inappmessaging-ktx` have been added to
8+
`com.google.firebase:firebase-inappmessaging` under the `com.google.firebase.inappmessaging` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-inappmessaging-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
212

313

414
# 20.3.5

firebase-installations/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-installations-ktx`
3+
to `com.google.firebase:firebase-installations` under the `com.google.firebase.installations` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-installations-ktx` have been added to
8+
`com.google.firebase:firebase-installations` under the `com.google.firebase.installations` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-installations-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314
# 17.1.3
415
* [changed] Internal changes to improve startup time

firebase-messaging-directboot/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
* [unchanged] Updated to keep messaging SDK versions aligned.
23

34
# 23.1.2
45
* [unchanged] Updated to keep messaging SDK versions aligned.

firebase-messaging/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-messaging-ktx`
3+
to `com.google.firebase:firebase-messaging` under the `com.google.firebase.messaging` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-messaging-ktx` have been added to
8+
`com.google.firebase:firebase-messaging` under the `com.google.firebase.messaging` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-messaging-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314
# 23.2.1
415
* [changed] Changed to finish a background broadcast after the message has been

firebase-ml-modeldownloader/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-ml-modeldownloader-ktx`
3+
to `com.google.firebase:firebase-ml-modeldownloader` under the `com.google.firebase.ml.modeldownloader` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-ml-modeldownloader-ktx` have been added to
8+
`com.google.firebase:firebase-ml-modeldownloader` under the `com.google.firebase.ml.modeldownloader` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-ml-modeldownloader-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
212

313
# 24.1.3
414
* [unchanged] Updated internal Dagger dependency.

firebase-perf/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Unreleased
2+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-perf-ktx`
3+
to `com.google.firebase:firebase-perf` under the `com.google.firebase.perf` package.
4+
For details, see the
5+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
6+
7+
* [deprecated] All the APIs from `com.google.firebase:firebase-perf-ktx` have been added to
8+
`com.google.firebase:firebase-perf` under the `com.google.firebase.perf` package,
9+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-perf-ktx` are
10+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
11+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
12+
213

314
# 20.4.1
415
* [changed] Updated `firebase-sessions` dependency to v1.0.2

firebase-storage/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Unreleased
22
* [fixed] Fixed an issue where the wrong SDK version was being reported to the backend.
3+
* [changed] Added Kotlin extensions (KTX) APIs from `com.google.firebase:firebase-perf-ktx`
4+
to `com.google.firebase:firebase-perf` under the `com.google.firebase.perf` package.
5+
For details, see the
6+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
7+
8+
* [deprecated] All the APIs from `com.google.firebase:firebase-perf-ktx` have been added to
9+
`com.google.firebase:firebase-perf` under the `com.google.firebase.perf` package,
10+
and all the Kotlin extensions (KTX) APIs in `com.google.firebase:firebase-perf-ktx` are
11+
now deprecated. As early as April 2024, we'll no longer release KTX modules. For details, see the
12+
[FAQ about this initiative](https://firebase.google.com/docs/android/ktx-apis-to-main-modules)
13+
314

415
# 20.2.1
516
* [changed] Migrated `firebase-storage` SDK to use standard Firebase executors.

0 commit comments

Comments
 (0)