Skip to content

Commit 6701494

Browse files
committed
Update CHANGELOG.md
1 parent 94109d5 commit 6701494

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

firebase-vertexai/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Unreleased
2+
* [feature] {{firebase_vertexai}} is now Generally Available (GA) and can be
3+
used in production apps.
4+
5+
Use the {{firebase_vertexai_sdk}} to call the {{gemini_api_vertexai_long}}
6+
directly from your app. This client SDK is built specifically for use with
7+
Android apps, offering security options against unauthorized clients
8+
as well as integrations with other Firebase services.
9+
10+
* If you're new to this library, visit the
11+
[getting started guide](/docs/vertex-ai/get-started?platform=android).
12+
13+
* If you used the preview version of the library, visit the
14+
[migration guide](/docs/vertex-ai/migrate-to-ga?platform=android) to learn
15+
about some important updates.
216
* [changed] **Breaking Change**: Changed `functionCallingConfig` parameter type to be nullable in `ToolConfig`. (#6373)
317
* [changed] **Breaking Change**: Removed `functionResponse` accessor method from `GenerateContentResponse`. (#6373)
418
* [changed] **Breaking Change**: Migrated `FirebaseVertexAIException` from a sealed class to an abstract class, and marked constructors as internal. (#6368)

0 commit comments

Comments
 (0)