Skip to content

[Firebase AI] Update CHANGELOG entry wording #14857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2025
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
2 changes: 2 additions & 0 deletions .github/workflows/firebaseai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'scripts/quickstart_build_spm.sh'
- 'scripts/quickstart_spm_xcodeproj.sh'
- 'Gemfile*'
# Do not run for documentation-only PRs.
- '!**.md'
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
- cron: '0 7 * * *'
Expand Down
19 changes: 10 additions & 9 deletions FirebaseAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# 11.13.0
- [feature] Initial release of the Firebase AI SDK (`FirebaseAI`). This SDK
*replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to
- [feature] Initial release of the Firebase AI Logic SDK (`FirebaseAI`). This
SDK *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to
accommodate the evolving set of supported features and services.
- The new Firebase AI SDK provides **public preview** support for the Gemini
- The new Firebase AI Logic SDK provides **preview** support for the Gemini
Developer API, including its free tier offering.
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally
available (GA).
<br /><br />
- Using the Firebase AI Logic SDK with the Vertex AI Gemini API is still
generally available (GA).

To start using the new SDK, import the `FirebaseAI` module and use the
top-level `FirebaseAI` class.
top-level `FirebaseAI` class. See details in the [migration guide
](https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk).
- [fixed] Fixed `ModalityTokenCount` decoding when the `tokenCount` field is
omitted; this occurs when the count is 0. (#14745)
- [fixed] Fixed `Candidate` decoding when `SafetyRating` values are missing a
category or probability; this may occur when using `gemini-2.0-flash-exp` for
image generation. (#14817)
category or probability; this may occur when using Gemini for image
generation. (#14817)

# 11.12.0
- [added] **Public Preview**: Added support for specifying response modalities
Expand Down
Loading