Skip to content

Commit 569bc38

Browse files
authored
[Vertex AI] Changelog fixes (#13932)
1 parent bb888cd commit 569bc38

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

FirebaseVertexAI/CHANGELOG.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 11.4.0
22
- [feature] Vertex AI in Firebase is now Generally Available (GA) and can be
3-
used in production apps.
3+
used in production apps. (#13725)
44
<br /><br />
55
Use the Vertex AI in Firebase library to call the Vertex AI Gemini API
66
directly from your app. This client library is built specifically for use with
@@ -16,10 +16,6 @@
1616
- If you used the preview version of the library, visit the
1717
[migration guide](https://firebase.google.com/docs/vertex-ai/migrate-to-ga?platform=ios)
1818
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)
2319
- [changed] **Breaking Change**: The `HarmCategory` enum is no longer nested
2420
inside the `SafetySetting` struct and the `unspecified` case has been
2521
removed. (#13686)
@@ -28,8 +24,6 @@
2824
- [changed] **Breaking Change**: The `unspecified` case has been removed from
2925
the `FinishReason`, `BlockReason` and `HarmProbability` enums; this scenario
3026
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)
3327
- [changed] **Breaking Change**: The property `citationSources` of
3428
`CitationMetadata` has been renamed to `citations`. (#13702)
3529
- [changed] **Breaking Change**: The initializer for `Schema` is now internal;
@@ -52,9 +46,8 @@
5246
- [changed] **Breaking Change**: The enum `ModelContent.Part` has been replaced
5347
with a protocol named `Part` to avoid future breaking changes with new part
5448
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)
5851
- [changed] **Breaking Change**: All initializers for `ModelContent` now require
5952
the label `parts: `. (#13832)
6053
- [changed] **Breaking Change**: `HarmCategory`, `HarmProbability`, and

0 commit comments

Comments
 (0)