|
1 | 1 | # Unreleased
|
2 |
| -* [changed] Breaking Change: introduced `Citations` class. Now `CitationMetadata` wraps that type. |
3 |
| -* [changed] Breaking Change: reworked Schema declaration mechanism (#6258). |
4 |
| -* [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. (#6258). |
5 |
| -* [changed] Breaking Change: changed `RequestOption` to accept only `long` timeout values (#6289). |
6 |
| -* [changed] Breaking Change: moved `requestOptions` to the last positional argument in the `generativeModel` argument list (#6292). |
7 |
| -* [changed] Breaking Change: made `totalBillableCharacters` field in `CountTokens` nullable and optional (#6294). |
8 |
| -* [changed] Breaking Change: removed `UNKNOWN` option of the `HarmBlockThreshold` enum (#6294). |
9 |
| -* [changed] Breaking Change: removed `UNSPECIFIED` option of the `HarmBlockThreshold`, `HarmProbability`, `HarmSeverity`, and `BlockReason` enums (#6294). |
10 |
| -* [feature] Added support for `title`, and `publicationDate` in Citations (#6309). |
11 |
| -* [feature] Added support for `frequencyPenalty`, `presencePenalty`, and `HarmBlockMethod` (#6309). |
12 |
| -* [changed] Breaking Change: renamed all types and methods starting with `blob` to start with `inlineData` (#6309). |
13 |
| -* [changed] Breaking Change: marked `GenerativeModel` properties private (#6309). |
14 |
| -* [changed] Breaking Change: introduced `FunctionCall` and `FunctionResponse` types. Now `FunctionCallPart` and `FunctionResponsePart` wrap those types respectively (#6311). |
15 |
| -* [changed] Breaking Change: renamed `BlockThreshold` as `HarmBlockThreshold` (#6262). |
16 |
| -* [changed] Breaking Change: replaced sealed classes with abstract classes for `StringFormat`(#6334). |
17 |
| -* [changed] Breaking Change: changed order of arguments in `InlineDataPart` to match `ImagePart`(#6340). |
18 |
| -* [changed] Breaking Change: refactored enum classes to be normal classes (#6340). |
| 2 | +* [feature] Added support for `title` and `publicationDate` in citations. (#6309) |
| 3 | +* [feature] Added support for `frequencyPenalty`, `presencePenalty`, and `HarmBlockMethod`. (#6309) |
| 4 | +* [changed] **Breaking Change**: Introduced `Citations` class. Now `CitationMetadata` wraps that type. |
| 5 | +* [changed] **Breaking Change**: Introduced `FunctionCall` and `FunctionResponse` types. Now `FunctionCallPart` and `FunctionResponsePart` wrap those types, respectively. (#6311) |
| 6 | +* [changed] **Breaking Change**: Reworked `Schema` declaration mechanism. (#6258) |
| 7 | +* [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. (#6258) |
| 8 | +* [changed] **Breaking Change**: Made `totalBillableCharacters` field in `CountTokens` nullable and optional. (#6294) |
| 9 | +* [changed] **Breaking Change**: Removed `UNKNOWN` option for the `HarmBlockThreshold` enum. (#6294) |
| 10 | +* [changed] **Breaking Change**: Removed `UNSPECIFIED` option for the `HarmBlockThreshold`, `HarmProbability`, `HarmSeverity`, and `BlockReason` enums. (#6294) |
| 11 | +* [changed] **Breaking Change**: Renamed `BlockThreshold` as `HarmBlockThreshold`. (#6262) |
| 12 | +* [changed] **Breaking Change**: Renamed all types and methods starting with `blob` to start with `inlineData`. (#6309) |
| 13 | +* [changed] **Breaking Change**: Changed the order of arguments in `InlineDataPart` to match `ImagePart`.(#6340) |
| 14 | +* [changed] **Breaking Change**: Changed `RequestOption` to accept only `long` timeout values. (#6289) |
| 15 | +* [changed] **Breaking Change**: Moved `requestOptions` to the last positional argument in the `generativeModel` argument list. (#6292) |
| 16 | +* [changed] **Breaking Change**: Replaced sealed classes with abstract classes for `StringFormat`. (#6334) |
| 17 | +* [changed] **Breaking Change**: Refactored enum classes to be normal classes. (#6340) |
| 18 | +* [changed] **Breaking Change**: Marked `GenerativeModel` properties as private. (#6309) |
19 | 19 |
|
20 | 20 |
|
21 | 21 | # 16.0.0-beta05
|
|
0 commit comments