Skip to content

Commit fb1f433

Browse files
committed
[Infra] Update CHANGELOG wording
The new wording points to the FAQ for more information around the ktx deprecation/removal.
1 parent 8a814e7 commit fb1f433

File tree

13 files changed

+52
-26
lines changed

13 files changed

+52
-26
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-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-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

firebase-functions/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.2.1

firebase-inappmessaging-display/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.2

firebase-inappmessaging/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.2

firebase-installations/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
# 18.0.0

firebase-messaging/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
# 24.1.2

0 commit comments

Comments
 (0)