File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 8
8
- ' scripts/quickstart_build_spm.sh'
9
9
- ' scripts/quickstart_spm_xcodeproj.sh'
10
10
- ' Gemfile*'
11
+ # Do not run for documentation-only PRs.
12
+ - ' !**.md'
11
13
schedule :
12
14
# Run every day at 11pm (PST) - cron uses UTC times
13
15
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 1
1
# 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
4
4
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
6
6
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
+
10
10
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 ) .
12
13
- [ fixed] Fixed ` ModalityTokenCount ` decoding when the ` tokenCount ` field is
13
14
omitted; this occurs when the count is 0. (#14745 )
14
15
- [ 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 )
17
18
18
19
# 11.12.0
19
20
- [ added] ** Public Preview** : Added support for specifying response modalities
You can’t perform that action at this time.
0 commit comments