|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Unreleased |
4 | | - |
5 | | -* None Yet. |
6 | | - |
7 | 3 | ## v0.3.0 |
8 | 4 |
|
9 | 5 | ### API Changes |
10 | 6 | * Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use. |
11 | 7 | * Adds support for Bedrock Runtime Reserved Service. |
12 | 8 |
|
13 | | -### Breaking |
| 9 | +### Breaking Changes |
14 | 10 | * Function signature for `resolve_retry_strategy` has been changed to prevent unnecessary code duplication in operation methods. This will affect all 0.3.0 clients. |
15 | 11 |
|
16 | | -### Dependencies |
17 | | -* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`. |
18 | | -* **Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`. |
19 | | - |
20 | 12 | ### Enhancements |
21 | 13 | * Add comprehensive integration tests for non-streaming, output streaming, and bidirectional streaming operations. |
22 | 14 |
|
| 15 | +### Dependencies |
| 16 | +* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`. |
| 17 | +* **Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`. |
23 | 18 |
|
24 | 19 | ## v0.2.0 |
25 | 20 |
|
26 | 21 | ### API Changes |
27 | 22 | * Add support to automatically enforce safeguards across accounts within an AWS Organization. |
28 | 23 | * This release includes support for Search Results. |
29 | | -* Amazon Bedrock Runtime Service Tier Support Launch |
| 24 | +* Amazon Bedrock Runtime Service Tier Support Launch. |
30 | 25 | * Add support for system tool and web citation response. |
31 | 26 |
|
32 | 27 | ### Enhancements |
33 | | -* Add Standard Retry Mode |
| 28 | +* Add Standard Retry Mode. |
34 | 29 |
|
35 | 30 | ### Dependencies |
36 | | - |
37 | 31 | * **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.1.0` to `~=0.2.0`. |
38 | 32 | * **Updated**: `smithy_core` from `~=0.1.0` to `~=0.2.0`. |
39 | 33 | * **Updated**: `smithy_http[awscrt]~=0.3.0` from `~=0.2.0` to `~=0.3.0`. |
40 | 34 |
|
41 | | - |
42 | 35 | ## v0.1.1 |
43 | 36 |
|
44 | 37 | ### API Changes |
45 | | -* New stop reason for Converse and ConverseStream |
| 38 | +* New stop reason for Converse and ConverseStream. |
| 39 | + |
| 40 | +### Breaking Changes |
| 41 | +* Removed unused `serialize.py` and `deserialize.py` modules. |
46 | 42 |
|
47 | 43 | ### Enhancements |
48 | 44 | * Improvements to the underlying AWS CRT HTTP client result in a significant decrease in CPU usage. Addresses [aws-sdk-python#11](https://github.com/awslabs/aws-sdk-python/issues/11). |
49 | 45 |
|
50 | 46 | ### Dependencies |
51 | | - |
52 | 47 | * **Updated**: `smithy_http[awscrt]` from `~=0.1.0` to `~=0.2.0`. |
53 | 48 |
|
54 | | -### Breaking |
55 | | -- Removed unused `serialize.py` and `deserialize.py` modules. |
56 | | - |
57 | 49 | ## v0.1.0 |
58 | 50 |
|
59 | 51 | ### API Changes |
60 | 52 | * Fixed stop sequence limit for converse API. |
61 | | -* Launch CountTokens API to allow token counting |
| 53 | +* Launch CountTokens API to allow token counting. |
62 | 54 | * This release adds support for Automated Reasoning checks output models for the Amazon Bedrock Guardrails ApplyGuardrail API. |
63 | | -* document update to support on demand custom model. |
64 | | -* Add API Key and document citations support for Bedrock Runtime APIs |
65 | | -* This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively. |
| 55 | +* Document update to support on-demand custom model. |
| 56 | +* Add API Key and document citations support for Bedrock Runtime APIs. |
| 57 | +* This release adds native h2 support for the Bedrock Runtime API. Support is limited to SDKs that support h2 requests natively. |
66 | 58 | * You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding. |
67 | 59 |
|
68 | 60 | ### Dependencies |
69 | | - |
70 | 61 | * Updated support for all smithy dependencies in the 0.1.x minor version. |
71 | 62 |
|
72 | 63 | ## v0.0.2 |
73 | 64 |
|
74 | 65 | ### Dependencies |
75 | | - |
76 | 66 | * Updated support for all smithy dependencies in the 0.0.x minor version. |
77 | 67 |
|
78 | 68 | ## v0.0.1 |
79 | 69 |
|
80 | 70 | ### Features |
81 | 71 | * Initial Client Release with support for current Amazon Bedrock Runtime operations. |
82 | | -* Added support for new InvokeModelWithBidirectionalStream API |
| 72 | +* Added support for new InvokeModelWithBidirectionalStream API. |
0 commit comments