Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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

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


# 22.0.0
Expand Down
4 changes: 2 additions & 2 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* [changed] require at least one argument for `generateContent()`, `generateContentStream()` and
`countTokens()`.
* [feature] Added new overloads for `generateContent()`, `generateContentStream()` and
`countTokens()` that take a `List<Content>` parameter.
`countTokens()` that take a `List<Content>` parameter.
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

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

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

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


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

3 changes: 1 addition & 2 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

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

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

# 21.0.0
* [fixed] Correctly declare dependency on firebase-components, issue #5732
Expand Down
6 changes: 4 additions & 2 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
* [changed] This update introduces improvements to how the SDK handles real-time requests when a
Firebase project has exceeded its available quota for real-time services. Released in anticipation
of future quota enforcement, this change is designed to fetch the latest template even when the
quota is exhausted.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).

# 22.1.2
* [fixed] Fixed `NetworkOnMainThreadException` on Android versions below 8 by disconnecting
Expand Down
3 changes: 1 addition & 2 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Unreleased

* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

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

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


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

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


# 21.0.0
Expand Down
6 changes: 4 additions & 2 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).
* [fixed] Further improved performance of UTF-8 string ordering logic,
which had degraded in v25.1.2 and received some improvements in v25.1.3.
[#7053](//github.com/firebase/firebase-android-sdk/issues/7053)
Expand Down
6 changes: 4 additions & 2 deletions firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
* [changed] **Breaking Change**: The deprecated Kotlin extensions (KTX) module will no longer being released
separately, and it is no longer part of the Firebase Android BoM. Use the KTX APIs from the main modules.
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs
from the main module. For details, see the
[FAQ about this initiative](https://firebase.google.com/docs/android/kotlin-migration).


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


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


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


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


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


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


# 21.0.5
Expand Down
2 changes: 1 addition & 1 deletion firebase-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* [changed] Added internal api for Crashlytics to notify Sessions of crash events
* [changed] Use multi-process DataStore instead of Preferences DataStore
* [changed] Update the heuristic to detect cold app starts
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.

# 2.1.1
* [unchanged] Updated to keep SDK versions aligned.
Expand Down Expand Up @@ -51,4 +52,3 @@

# 1.0.0
* [feature] Initial Firebase sessions library.

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


# 21.0.2
Expand Down
Loading