You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-vertexai/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,18 @@
1
1
# 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.
2
16
*[changed]**Breaking Change**: Changed `functionCallingConfig` parameter type to be nullable in `ToolConfig`. (#6373)
3
17
*[changed]**Breaking Change**: Removed `functionResponse` accessor method from `GenerateContentResponse`. (#6373)
4
18
*[changed]**Breaking Change**: Migrated `FirebaseVertexAIException` from a sealed class to an abstract class, and marked constructors as internal. (#6368)
0 commit comments