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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# Unreleased
2
+
3
+
4
+
# 16.5.0
2
5
*[changed]**Renamed / Replaced:** Vertex AI in Firebase (`firebase-vertexai`) has been renamed and
3
6
replaced by the new Firebase AI SDK: `firebase-ai`. This is to accommodate the evolving set of
4
7
supported features and services. Please [**migrate to the new `firebase-ai` package**](/docs/vertex-ai/migrate-to-latest-sdk).
@@ -16,7 +19,6 @@
16
19
*[feature] Added support for the `id` field on `FunctionResponsePart` and `FunctionCallPart`. (#6941)
17
20
*[feature] Added a helper field for getting all the `InlineDataPart` from a `GenerateContentResponse`. (#6941)
18
21
19
-
20
22
# 16.4.0
21
23
*[changed]**Breaking Change**: `LiveModelFutures.connect` now returns `ListenableFuture<LiveSessionFutures>` instead of `ListenableFuture<LiveSession>`.
22
24
***Action Required:** Remove any transformations from LiveSession object to LiveSessionFutures object.
0 commit comments