From 92afaabda8e6009ebdb15b4cab378801603f4b0f Mon Sep 17 00:00:00 2001 From: VinayGuthal Date: Fri, 4 Apr 2025 11:21:11 -0400 Subject: [PATCH 1/4] upate release notes --- firebase-vertexai/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firebase-vertexai/CHANGELOG.md b/firebase-vertexai/CHANGELOG.md index f43495222bc..f058340dc9d 100644 --- a/firebase-vertexai/CHANGELOG.md +++ b/firebase-vertexai/CHANGELOG.md @@ -1,5 +1,6 @@ # Unreleased - +* [feature] Public Preview: Added support for streaming input and output (including audio) using the [Live API](/docs/vertex-ai/live-api?platform=android) +**Note**: This feature is in Public Preview, which means that it is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways. # 16.3.0 * [feature] Emits a warning when attempting to use an incompatible model with From 7eca50daea0579b5d03de85206663f25b685961a Mon Sep 17 00:00:00 2001 From: VinayGuthal Date: Fri, 4 Apr 2025 11:29:04 -0400 Subject: [PATCH 2/4] address comments --- firebase-vertexai/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/firebase-vertexai/CHANGELOG.md b/firebase-vertexai/CHANGELOG.md index f058340dc9d..203fafa3559 100644 --- a/firebase-vertexai/CHANGELOG.md +++ b/firebase-vertexai/CHANGELOG.md @@ -1,13 +1,12 @@ # Unreleased -* [feature] Public Preview: Added support for streaming input and output (including audio) using the [Live API](/docs/vertex-ai/live-api?platform=android) -**Note**: This feature is in Public Preview, which means that it is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways. # 16.3.0 * [feature] Emits a warning when attempting to use an incompatible model with `GenerativeModel` or `ImagenModel`. * [changed] Added new exception type for quota exceeded scenarios. * [feature] `CountTokenRequest` now includes `GenerationConfig` from the model. -* [feature] Added preliminary support for bidirectional streaming. This feature is not yet fully supported. +* [feature] Public Preview: Added support for streaming input and output (including audio) using the [Live API](/docs/vertex-ai/live-api?platform=android) + **Note**: This feature is in Public Preview, which means that it is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways. * [changed] **Breaking Change**: `ImagenInlineImage.data` now returns the raw image bytes (in JPEG or PNG format, as specified in `ImagenInlineImage.mimeType`) instead of Base64-encoded data. (#6800) From c2dd49a29dca674146187df13576a0474be3805d Mon Sep 17 00:00:00 2001 From: VinayGuthal Date: Fri, 4 Apr 2025 11:30:53 -0400 Subject: [PATCH 3/4] add back newline --- firebase-vertexai/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase-vertexai/CHANGELOG.md b/firebase-vertexai/CHANGELOG.md index 203fafa3559..9ed8022f512 100644 --- a/firebase-vertexai/CHANGELOG.md +++ b/firebase-vertexai/CHANGELOG.md @@ -1,5 +1,6 @@ # Unreleased + # 16.3.0 * [feature] Emits a warning when attempting to use an incompatible model with `GenerativeModel` or `ImagenModel`. From 30d537f469a7b1e27a250536c414d936e73c706e Mon Sep 17 00:00:00 2001 From: Vinay Guthal Date: Fri, 4 Apr 2025 11:36:15 -0400 Subject: [PATCH 4/4] Update firebase-vertexai/CHANGELOG.md Co-authored-by: rachelsaunders <52258509+rachelsaunders@users.noreply.github.com> --- firebase-vertexai/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-vertexai/CHANGELOG.md b/firebase-vertexai/CHANGELOG.md index 9ed8022f512..04a7a2ae6de 100644 --- a/firebase-vertexai/CHANGELOG.md +++ b/firebase-vertexai/CHANGELOG.md @@ -6,7 +6,7 @@ `GenerativeModel` or `ImagenModel`. * [changed] Added new exception type for quota exceeded scenarios. * [feature] `CountTokenRequest` now includes `GenerationConfig` from the model. -* [feature] Public Preview: Added support for streaming input and output (including audio) using the [Live API](/docs/vertex-ai/live-api?platform=android) +* [feature] **Public Preview:** Added support for streaming input and output (including audio) using the [Gemini Live API](/docs/vertex-ai/live-api?platform=android) **Note**: This feature is in Public Preview, which means that it is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways. * [changed] **Breaking Change**: `ImagenInlineImage.data` now returns the raw image bytes (in JPEG or PNG format, as specified in