Skip to content

Commit 7a35528

Browse files
authored
[Infra] Update CHANGELOG wording (#7128)
The new wording points to the FAQ for more information around the ktx deprecation/removal.
1 parent 9208534 commit 7a35528

File tree

20 files changed

+73
-38
lines changed

20 files changed

+73
-38
lines changed

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
22
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3-
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
4-
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
4+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+
from the main module. For details, see the
6+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
57

68
# 18.0.0
79
* [changed] Bump internal dependencies

firebase-abt/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
22
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3-
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
4-
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
4+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+
from the main module. For details, see the
6+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
57

68

79
# 22.0.0

firebase-ai/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* [changed] require at least one argument for `generateContent()`, `generateContentStream()` and
77
`countTokens()`.
88
* [feature] Added new overloads for `generateContent()`, `generateContentStream()` and
9-
`countTokens()` that take a `List<Content>` parameter.
9+
`countTokens()` that take a `List<Content>` parameter.
10+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
1011

1112
# 16.2.0
1213
* [changed] Deprecate the `totalBillableCharacters` field (only usable with pre-2.0 models). (#7042)
@@ -38,4 +39,3 @@
3839

3940
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
4041
deprecation policy and could change in backwards-incompatible ways.
41-

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Unreleased
2+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
4+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+
from the main module. For details, see the
6+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
27

38

49
# 16.0.0-beta15
@@ -157,4 +162,3 @@ API-only library: `firebase-appdistribution-api-ktx`.
157162
This new Kotlin extensions library transitively includes the
158163
`firebase-appdistribution-api` library. The Kotlin extensions library has no
159164
additional updates.
160-

firebase-appdistribution/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
33

44
# 16.0.0-beta15
55
* [fixed] Added custom tab support for more browsers [#6692]
@@ -85,4 +85,3 @@ The [appdistro] Android library with Kotlin extensions is now available in
8585
beta. The Kotlin extensions library transitively includes the base
8686
`firebase-app-distribution` library. To learn more, visit the
8787
[[appdistro] KTX reference documentation](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary).
88-

firebase-common/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
22
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3-
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
4-
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
4+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+
from the main module. For details, see the
6+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
57

68
# 21.0.0
79
* [fixed] Correctly declare dependency on firebase-components, issue #5732

firebase-config/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Unreleased
22
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3-
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
4-
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
53
* [changed] This update introduces improvements to how the SDK handles real-time requests when a
64
Firebase project has exceeded its available quota for real-time services. Released in anticipation
75
of future quota enforcement, this change is designed to fetch the latest template even when the
86
quota is exhausted.
7+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
8+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
9+
from the main module. For details, see the
10+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
911

1012
# 22.1.2
1113
* [fixed] Fixed `NetworkOnMainThreadException` on Android versions below 8 by disconnecting

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
33

44
# 19.4.4
55
* [changed] Updated `firebase-crashlytics` dependency to v19.4.4
@@ -256,4 +256,3 @@ change. The following release notes describe changes in the new SDK.
256256
uploading symbol files to [crashlytics] servers. See the
257257
[[crashlytics] Gradle plugin documentation](/docs/crashlytics/ndk-reports-new-sdk)
258258
for more information.
259-

firebase-crashlytics/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
2-
[changed] **Breaking Change**: Removed deprecated public constructor `KeyValueBuilder(crashlytics: FirebaseCrashlytics)`
2+
* [changed] **Breaking Change**: Removed deprecated public constructor `KeyValueBuilder(crashlytics: FirebaseCrashlytics)`
3+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
4+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
5+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
6+
from the main module. For details, see the
7+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
8+
39

410
# 19.4.4
511
* [fixed] Fixed more strict mode violations
@@ -694,4 +700,3 @@ The following release notes describe changes in the new SDK.
694700
from your `AndroidManifest.xml` file.
695701
* [removed] The `fabric.properties` and `crashlytics.properties` files are no
696702
longer supported. Remove them from your app.
697-

firebase-database/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Unreleased
22
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3-
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
4-
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
3+
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
4+
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
5+
from the main module. For details, see the
6+
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
57

68

79
# 21.0.0

0 commit comments

Comments
 (0)