Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 19.0.0

- [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 19.0.0

- [unchanged] Updated to keep [app_check] SDK versions aligned.
Expand Down
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 19.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 19.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
2 changes: 2 additions & 0 deletions firebase-abt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 23.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
7 changes: 4 additions & 3 deletions firebase-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

- [changed] Bumped internal dependencies.
- [feature] Added support for code execution.
- [changed] Marked the public constructors for `ExecutableCodePart` and `CodeExecutionResultPart` as
deprecated.
Expand Down Expand Up @@ -43,7 +44,7 @@
(#6990)
- [feature] **Breaking Change**: Add support for Grounding with Google Search (#7042).
- **Action Required:** Update all references of `groundingAttributions`, `webSearchQueries`,
`retrievalQueries` in `GroundingMetadata` to be non-optional.
`retrievalQueries` in `GroundingMetadata` to be non-optional.
- [changed] require at least one argument for `generateContent()`, `generateContentStream()` and
`countTokens()`.
- [feature] Added new overloads for `generateContent()`, `generateContentStream()` and
Expand All @@ -66,7 +67,7 @@
- [changed] **Breaking Change**: Updated `SpeechConfig` to take in `Voice` class instead of `Voices`
class.
- **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice`
class.
class.
- [fixed] Fix incorrect model name in count token requests to the developer API backend

# 16.0.0
Expand All @@ -75,7 +76,7 @@
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported
features and services.
- The new Firebase AI SDK provides **Preview** support for the Gemini Developer API, including its
free tier offering.
free tier offering.
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).

If you're using the old `firebase-vertexai`, we recommend
Expand Down
10 changes: 6 additions & 4 deletions firebase-appdistribution-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 16.0.0-beta16

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down Expand Up @@ -133,12 +135,12 @@ library. The Kotlin extensions library has no additional updates.
- [feature] The [appdistro] SDK has been split into two libraries:

- `firebase-appdistribution-api` - The API-only library<br> This new API-only library is
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
present. `firebase-appdistribution-api` can be included in all
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
present. `firebase-appdistribution-api` can be included in all
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.

- `firebase-appdistribution` - The full SDK implementation<br> This full SDK implementation is
optional and should only be included in pre-release builds.
optional and should only be included in pre-release builds.

Visit the documentation to learn how to
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) to your
Expand Down
10 changes: 6 additions & 4 deletions firebase-appdistribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 16.0.0-beta16

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down Expand Up @@ -54,12 +56,12 @@
- [feature] The [appdistro] SDK has been split into two libraries:

- `firebase-appdistribution-api` - The API-only library<br> This new API-only library is
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
present. `firebase-appdistribution-api` can be included in all
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
present. `firebase-appdistribution-api` can be included in all
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.

- `firebase-appdistribution` - The full SDK implementation<br> This full SDK implementation is
optional and should only be included in pre-release builds.
optional and should only be included in pre-release builds.

Visit the documentation to learn how to
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) to your
Expand Down
6 changes: 4 additions & 2 deletions firebase-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 23.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down Expand Up @@ -179,7 +181,7 @@ Kotlin extensions library has no additional updates.

- [fixed] Fixed a bug that caused HTTP errors in some locales. For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
class="external">GitHub Issue #3757</a>
class="external">GitHub Issue #3757</a>

## Kotlin

Expand All @@ -193,7 +195,7 @@ Kotlin extensions library has no additional updates.
contains a fix.
For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
class="external">GitHub Issue #3757</a>
class="external">GitHub Issue #3757</a>
</aside>

- [changed] Added first-open time to [remote_config] server requests.
Expand Down
20 changes: 11 additions & 9 deletions firebase-crashlytics-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 20.0.1

- [changed] Updated `firebase-crashlytics` dependency to 20.0.1
Expand Down Expand Up @@ -103,7 +105,7 @@
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
cause a nondeterministic crash on startup. For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
class="external">GitHub Issue #4683</a>. We recommend updating to the
class="external">GitHub Issue #4683</a>. We recommend updating to the
latest version (v18.3.5+) which contains a fix.
</aside>

Expand Down Expand Up @@ -290,16 +292,16 @@ the new SDK.
<aside class="note"><p>The changes in these release notes are only relevant to
[crashlytics] NDK users who are upgrading from the legacy Fabric SDK.</p>
<ul>
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
started instructions</a>.
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK for NDK crash reporting, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK for NDK crash reporting, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
instructions</a> to update your app with the following SDK changes.
</li>
</li>
</ul>
</aside>

Expand Down
24 changes: 13 additions & 11 deletions firebase-crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 20.0.1

- [changed] Updated `firebase-sessions` dependency to v3.0.1
Expand Down Expand Up @@ -38,9 +40,9 @@ Kotlin extensions library has no additional updates.
- [fixed] Fixed NoSuchMethodError when getting process info on Android 13 on some devices [#6720]
- [changed] Updated `firebase-sessions` dependency to v2.1.0
- [changed] Add warning for known issue [b/328687152](https://issuetracker.google.com/328687152)
[#6755]
[#6755]
- [changed] Updated datastore dependency to v1.1.3 to fix
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8) [#6688]
[CVE-2024-7254](https://github.com/advisories/GHSA-735f-pc8j-v9w8) [#6688]

## Kotlin

Expand Down Expand Up @@ -280,7 +282,7 @@ Kotlin extensions library has no additional updates.
<code>firebase-crashlytics-ktx</code> can cause a nondeterministic crash on
startup. For more information, see
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
class="external">GitHub Issue #4683</a>. We recommend updating to the
class="external">GitHub Issue #4683</a>. We recommend updating to the
latest version (v18.3.5+) which contains a fix.
</aside>

Expand Down Expand Up @@ -665,16 +667,16 @@ name change. The following release notes describe changes in the new SDK.
<aside class="note"><p>The changes in these release notes are only relevant to
[crashlytics] users who are upgrading from the legacy Fabric SDK.</p>
<ul>
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
<li>If you're using [crashlytics] for NDK crash reporting in your app for
the first time, follow the
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
started instructions</a>.
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
</li>
<li>If you're upgrading from the legacy Fabric SDK to the
[firebase_crashlytics] SDK, follow the
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
instructions</a> to update your app with the following SDK changes.
</li>
</li>
</ul>
</aside>

Expand Down
2 changes: 2 additions & 0 deletions firebase-database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 22.0.0

- [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
Expand Down
1 change: 1 addition & 0 deletions firebase-dataconnect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

- [changed] Bumped internal dependencies.
- [changed] Ignore unknown fields in response data instead of throwing a
`DataConnectOperationException` with message "decoding data from the server's response failed: An
unknown field for index -3" ([#7314](https://github.com/firebase/firebase-android-sdk/pull/7314))
Expand Down
2 changes: 2 additions & 0 deletions firebase-datatransport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- [changed] Bumped internal dependencies.

# 20.0.0

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