-
Notifications
You must be signed in to change notification settings - Fork 620
Update changelog and Vertex version from M164 #6970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+30
−32
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
# Unreleased | ||
* [fixed] **Breaking Change**: Fixed missing builder methods and return types in builders. | ||
* [changed] **Breaking Change**: `LiveModelFutures.connect` now returns `ListenableFuture<LiveSessionFutures>` instead of `ListenableFuture<LiveSession>`. | ||
* **Action Required:** Remove any transformations from LiveSession object to LiveSessionFutures object. | ||
* **Action Required:** Change type of variable handling `LiveModelFutures.connect` to `ListenableFuture<LiveSessionsFutures>` | ||
* [changed] **Breaking Change**: Removed `UNSPECIFIED` value for enum class `ResponseModality` | ||
* **Action Required:** Remove all references to `ResponseModality.UNSPECIFIED` | ||
* [changed] **Breaking Change**: Renamed `LiveGenerationConfig.setResponseModalities` to `LiveGenerationConfig.setResponseModality` | ||
* **Action Required:** Replace all references of `LiveGenerationConfig.setResponseModalities` with `LiveGenerationConfig.setResponseModality` | ||
* [feature] Added support for `HarmBlockThreshold.OFF`. See the | ||
[model documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/configure-safety-filters#how_to_configure_content_filters){: .external} | ||
for more information. | ||
* [fixed] Improved thread usage when using a `LiveGenerativeModel`. (#6870) | ||
* [fixed] Fixed an issue with `LiveContentResponse` audio data not being present when the model was | ||
interrupted or the turn completed. (#6870) | ||
* [fixed] Fixed an issue with `LiveSession` not converting exceptions to `FirebaseVertexAIException`. (#6870) | ||
* * [changed] **Breaking Change**: Removed the `LiveContentResponse.Status` class, and instead have nested the status | ||
fields as properties of `LiveContentResponse`. (#6906) | ||
* [changed] **Breaking Change**: Removed the `LiveContentResponse` class, and instead have provided subclasses | ||
of `LiveServerMessage` that match the responses from the model. (#6910) | ||
* [feature] Added support for the `id` field on `FunctionResponsePart` and `FunctionCallPart`. (#6910) | ||
* [feature] Add support for specifying response modalities in `GenerationConfig`. (#6921) | ||
* [feature] Added a helper field for getting all the `InlineDataPart` from a `GenerateContentResponse`. (#6922) | ||
* [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous | ||
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported | ||
features and services. | ||
* The new Firebase AI SDK provides **Preview** support for the Gemini Developer API, including its | ||
free tier offering. | ||
* Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA). | ||
|
||
If you're using the old `firebase-vertexai`, we recommend | ||
[migrating to `firebase-ai`](/docs/ai-logic/migrate-to-latest-sdk) | ||
because all new development and features will be in this new SDK. | ||
|
||
* [feature] **Preview:** Added support for specifying response modalities in `GenerationConfig` | ||
(only available in the new `firebase-ai` package). This includes support for image generation using | ||
[specific Gemini models](/docs/vertex-ai/models). | ||
|
||
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.