-
Notifications
You must be signed in to change notification settings - Fork 625
Update vertexai changelog file #6352
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
Merged
Conversation
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
It includes the full list of changes since the last release.
Release note changesThe following release notes were modified. Please ensure they look correct. Release Notesfirebase-vertexai### {{firebase_vertexai}} version 16.0.0 {: #vertex-ai_v16-0-0}
* {{feature}} Added support for `title` and `publicationDate` in citations. GitHub [#6309](//github.com/firebase/firebase-android-sdk/issues/6309){: .external}
* {{feature}} Added support for `frequencyPenalty`, `presencePenalty`, and `HarmBlockMethod`. GitHub [#6309](//github.com/firebase/firebase-android-sdk/issues/6309){: .external}
* {{changed}} **Breaking Change**: Introduced `Citations` class. Now `CitationMetadata` wraps that type. GitHub [#6276](//github.com/firebase/firebase-android-sdk/issues/6276){: .external}
* {{changed}} **Breaking Change**: Introduced `FunctionCall` and `FunctionResponse` types. Now `FunctionCallPart` and `FunctionResponsePart` wrap those types, respectively. GitHub [#6311](//github.com/firebase/firebase-android-sdk/issues/6311){: .external}
* {{changed}} **Breaking Change**: Reworked `Schema` declaration mechanism. GitHub [#6258](//github.com/firebase/firebase-android-sdk/issues/6258){: .external}
* {{changed}} **Breaking Change**: Reworked function calling mechanism to use the new `Schema` format. Function calls no longer use native types, nor include references to the actual executable code. GitHub [#6258](//github.com/firebase/firebase-android-sdk/issues/6258){: .external}
* {{changed}} **Breaking Change**: Made `totalBillableCharacters` field in `CountTokens` nullable and optional. GitHub [#6294](//github.com/firebase/firebase-android-sdk/issues/6294){: .external}
* {{changed}} **Breaking Change**: Removed `UNKNOWN` option for the `HarmBlockThreshold` enum. GitHub [#6294](//github.com/firebase/firebase-android-sdk/issues/6294){: .external}
* {{changed}} **Breaking Change**: Removed `UNSPECIFIED` option for the `HarmBlockThreshold`, `HarmProbability`, `HarmSeverity`, and `BlockReason` enums. GitHub [#6294](//github.com/firebase/firebase-android-sdk/issues/6294){: .external}
* {{changed}} **Breaking Change**: Renamed `BlockThreshold` as `HarmBlockThreshold`. GitHub [#6262](//github.com/firebase/firebase-android-sdk/issues/6262){: .external}
* {{changed}} **Breaking Change**: Renamed all types and methods starting with `blob` to start with `inlineData`. GitHub [#6309](//github.com/firebase/firebase-android-sdk/issues/6309){: .external}
* {{changed}} **Breaking Change**: Changed the order of arguments in `InlineDataPart` to match `ImagePart`. GitHub [#6340](//github.com/firebase/firebase-android-sdk/issues/6340){: .external}
* {{changed}} **Breaking Change**: Changed `RequestOption` to accept only `long` timeout values. GitHub [#6289](//github.com/firebase/firebase-android-sdk/issues/6289){: .external}
* {{changed}} **Breaking Change**: Moved `requestOptions` to the last positional argument in the `generativeModel` argument list. GitHub [#6292](//github.com/firebase/firebase-android-sdk/issues/6292){: .external}
* {{changed}} **Breaking Change**: Replaced sealed classes with abstract classes for `StringFormat`. GitHub [#6334](//github.com/firebase/firebase-android-sdk/issues/6334){: .external}
* {{changed}} **Breaking Change**: Refactored enum classes to be normal classes. GitHub [#6340](//github.com/firebase/firebase-android-sdk/issues/6340){: .external}
* {{changed}} **Breaking Change**: Marked `GenerativeModel` properties as private. GitHub [#6309](//github.com/firebase/firebase-android-sdk/issues/6309){: .external}
|
daymxn
reviewed
Oct 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, but I defer to @rachelsaunders for final approval
rachelsaunders
requested changes
Oct 7, 2024
Co-authored-by: rachelsaunders <[email protected]>
daymxn
approved these changes
Oct 7, 2024
Co-authored-by: rachelsaunders <[email protected]>
rachelsaunders
approved these changes
Oct 7, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
It includes the full list of changes since the last release.