File tree Expand file tree Collapse file tree 20 files changed +73
-38
lines changed
appcheck/firebase-appcheck
firebase-appdistribution-api
firebase-inappmessaging-display
firebase-ml-modeldownloader Expand file tree Collapse file tree 20 files changed +73
-38
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ 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 ) .
5
7
6
8
# 18.0.0
7
9
* [ changed] Bump internal dependencies
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ 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 ) .
5
7
6
8
7
9
# 22.0.0
Original file line number Diff line number Diff line change 6
6
* [ changed] require at least one argument for ` generateContent() ` , ` generateContentStream() ` and
7
7
` countTokens() ` .
8
8
* [ 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.
10
11
11
12
# 16.2.0
12
13
* [ changed] Deprecate the ` totalBillableCharacters ` field (only usable with pre-2.0 models). (#7042 )
38
39
39
40
Note: This feature is in Public Preview, which means that it is not subject to any SLA or
40
41
deprecation policy and could change in backwards-incompatible ways.
41
-
Original file line number Diff line number Diff line change 1
1
# 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 ) .
2
7
3
8
4
9
# 16.0.0-beta15
@@ -157,4 +162,3 @@ API-only library: `firebase-appdistribution-api-ktx`.
157
162
This new Kotlin extensions library transitively includes the
158
163
` firebase-appdistribution-api ` library. The Kotlin extensions library has no
159
164
additional updates.
160
-
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
-
2
+ * [ changed ] ** Breaking Change ** : Updated minSdkVersion to API level 23 or higher.
3
3
4
4
# 16.0.0-beta15
5
5
* [ fixed] Added custom tab support for more browsers [ #6692 ]
@@ -85,4 +85,3 @@ The [appdistro] Android library with Kotlin extensions is now available in
85
85
beta. The Kotlin extensions library transitively includes the base
86
86
` firebase-app-distribution ` library. To learn more, visit the
87
87
[[ appdistro] KTX reference documentation] ( /docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary ) .
88
-
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ 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 ) .
5
7
6
8
# 21.0.0
7
9
* [ fixed] Correctly declare dependency on firebase-components, issue #5732
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ 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.
5
3
* [ changed] This update introduces improvements to how the SDK handles real-time requests when a
6
4
Firebase project has exceeded its available quota for real-time services. Released in anticipation
7
5
of future quota enforcement, this change is designed to fetch the latest template even when the
8
6
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 ) .
9
11
10
12
# 22.1.2
11
13
* [ fixed] Fixed ` NetworkOnMainThreadException ` on Android versions below 8 by disconnecting
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
-
2
+ * [ changed ] ** Breaking Change ** : Updated minSdkVersion to API level 23 or higher.
3
3
4
4
# 19.4.4
5
5
* [ changed] Updated ` firebase-crashlytics ` dependency to v19.4.4
@@ -256,4 +256,3 @@ change. The following release notes describe changes in the new SDK.
256
256
uploading symbol files to [ crashlytics] servers. See the
257
257
[[ crashlytics] Gradle plugin documentation] ( /docs/crashlytics/ndk-reports-new-sdk )
258
258
for more information.
259
-
Original file line number Diff line number Diff line change 1
1
# 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
+
3
9
4
10
# 19.4.4
5
11
* [ fixed] Fixed more strict mode violations
@@ -694,4 +700,3 @@ The following release notes describe changes in the new SDK.
694
700
from your ` AndroidManifest.xml ` file.
695
701
* [ removed] The ` fabric.properties ` and ` crashlytics.properties ` files are no
696
702
longer supported. Remove them from your app.
697
-
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ 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 ) .
5
7
6
8
7
9
# 21.0.0
You can’t perform that action at this time.
0 commit comments