|
1 | 1 | # 11.4.0
|
2 | 2 | - [feature] Vertex AI in Firebase is now Generally Available (GA) and can be
|
3 |
| - used in production apps. |
| 3 | + used in production apps. (#13725) |
4 | 4 | <br /><br />
|
5 | 5 | Use the Vertex AI in Firebase library to call the Vertex AI Gemini API
|
6 | 6 | directly from your app. This client library is built specifically for use with
|
|
16 | 16 | - If you used the preview version of the library, visit the
|
17 | 17 | [migration guide](https://firebase.google.com/docs/vertex-ai/migrate-to-ga?platform=ios)
|
18 | 18 | to learn about some important updates.
|
19 |
| -- [changed] **Breaking Change**: The SDK is now Generally Available (GA); both |
20 |
| - new and existing users must perform the |
21 |
| - [Build with Gemini](https://console.firebase.google.com/project/_/genai/) |
22 |
| - onboarding flow in the Firebase Console to use the updated API. (#13725) |
23 | 19 | - [changed] **Breaking Change**: The `HarmCategory` enum is no longer nested
|
24 | 20 | inside the `SafetySetting` struct and the `unspecified` case has been
|
25 | 21 | removed. (#13686)
|
|
28 | 24 | - [changed] **Breaking Change**: The `unspecified` case has been removed from
|
29 | 25 | the `FinishReason`, `BlockReason` and `HarmProbability` enums; this scenario
|
30 | 26 | is now handled by the existing `unknown` case. (#13699)
|
31 |
| -- [changed] **Breaking Change**: The `data` case in the `Part` enum has been |
32 |
| - renamed to `inlineData`; no functionality changes. (#13700) |
33 | 27 | - [changed] **Breaking Change**: The property `citationSources` of
|
34 | 28 | `CitationMetadata` has been renamed to `citations`. (#13702)
|
35 | 29 | - [changed] **Breaking Change**: The initializer for `Schema` is now internal;
|
|
52 | 46 | - [changed] **Breaking Change**: The enum `ModelContent.Part` has been replaced
|
53 | 47 | with a protocol named `Part` to avoid future breaking changes with new part
|
54 | 48 | types. The new types `TextPart` and `FunctionCallPart` may be received when
|
55 |
| - generating content the types `TextPart`; additionally the types |
56 |
| - `InlineDataPart`, `FileDataPart` and `FunctionResponsePart` may be provided |
57 |
| - as input. (#13767) |
| 49 | + generating content; additionally the types `InlineDataPart`, `FileDataPart` |
| 50 | + and `FunctionResponsePart` may be provided as input. (#13767) |
58 | 51 | - [changed] **Breaking Change**: All initializers for `ModelContent` now require
|
59 | 52 | the label `parts: `. (#13832)
|
60 | 53 | - [changed] **Breaking Change**: `HarmCategory`, `HarmProbability`, and
|
|
0 commit comments