Skip to content

Commit 12a1d84

Browse files
authored
[Firebase AI] Update CHANGELOG entry wording (#14857)
1 parent 1e6e48c commit 12a1d84

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/workflows/firebaseai.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- 'scripts/quickstart_build_spm.sh'
99
- 'scripts/quickstart_spm_xcodeproj.sh'
1010
- 'Gemfile*'
11+
# Do not run for documentation-only PRs.
12+
- '!**.md'
1113
schedule:
1214
# Run every day at 11pm (PST) - cron uses UTC times
1315
- cron: '0 7 * * *'

FirebaseAI/CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# 11.13.0
2-
- [feature] Initial release of the Firebase AI SDK (`FirebaseAI`). This SDK
3-
*replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to
2+
- [feature] Initial release of the Firebase AI Logic SDK (`FirebaseAI`). This
3+
SDK *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to
44
accommodate the evolving set of supported features and services.
5-
- The new Firebase AI SDK provides **public preview** support for the Gemini
5+
- The new Firebase AI Logic SDK provides **preview** support for the Gemini
66
Developer API, including its free tier offering.
7-
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally
8-
available (GA).
9-
<br /><br />
7+
- Using the Firebase AI Logic SDK with the Vertex AI Gemini API is still
8+
generally available (GA).
9+
1010
To start using the new SDK, import the `FirebaseAI` module and use the
11-
top-level `FirebaseAI` class.
11+
top-level `FirebaseAI` class. See details in the [migration guide
12+
](https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk).
1213
- [fixed] Fixed `ModalityTokenCount` decoding when the `tokenCount` field is
1314
omitted; this occurs when the count is 0. (#14745)
1415
- [fixed] Fixed `Candidate` decoding when `SafetyRating` values are missing a
15-
category or probability; this may occur when using `gemini-2.0-flash-exp` for
16-
image generation. (#14817)
16+
category or probability; this may occur when using Gemini for image
17+
generation. (#14817)
1718

1819
# 11.12.0
1920
- [added] **Public Preview**: Added support for specifying response modalities

0 commit comments

Comments
 (0)