Skip to content

Commit 058d23a

Browse files
nateprewittalexgromerojonathan343
authored
Sync main with latest releases (#44)
* Add integration tests for Bedrock Runtime (#37) * Add integration tests for Transcribe Streaming (#38) * Update integration tests to use the latest Amazon Nova 2 models (#39) * Update to latest bedrock-runtime model * Release: aws-sdk-bedrock-runtime-0.3.0 * Release: AWS SDK Transcribe Streaming 0.3.0 * Release: AWS SDK Sagemaker Runtime HTTP2 0.3.0 * Release: aws-sdk-python 0.3.0 --------- Co-authored-by: Alessandra Romero <24320222+alexgromero@users.noreply.github.com> Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com>
2 parents 691b0e8 + 1983248 commit 058d23a

42 files changed

Lines changed: 1880 additions & 361 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clients/aws-sdk-bedrock-runtime/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## Unreleased
44

5+
* None Yet.
6+
7+
## v0.3.0
8+
9+
### API Changes
10+
* Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use.
11+
* Adds support for Bedrock Runtime Reserved Service.
12+
13+
### Breaking
14+
* 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+
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+
### Enhancements
21+
* Add comprehensive integration tests for non-streaming, output streaming, and bidirectional streaming operations.
22+
23+
524
## v0.2.0
625

726
### API Changes
@@ -26,7 +45,7 @@
2645
* New stop reason for Converse and ConverseStream
2746

2847
### Enhancements
29-
* Improvements to the underlying AWS CRT HTTP client result in a signifigant decrease in CPU usage. Addresses [aws-sdk-python#11](https://github.com/awslabs/aws-sdk-python/issues/11).
48+
* 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).
3049

3150
### Dependencies
3251

clients/aws-sdk-bedrock-runtime/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
project = "Amazon Bedrock Runtime"
99
author = "Amazon Web Services"
10-
release = "0.2.0"
10+
release = "0.3.0"
1111

1212
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
1313

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
AudioBlock
5+
==========
6+
7+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioBlock
8+
:members:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSource:
5+
6+
AudioSource
7+
===========
8+
9+
.. autodata:: aws_sdk_bedrock_runtime.models.AudioSource
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSourceBytes:
5+
6+
AudioSourceBytes
7+
================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioSourceBytes
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSourceS3Location:
5+
6+
AudioSourceS3Location
7+
=====================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioSourceS3Location
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _AudioSourceUnknown:
5+
6+
AudioSourceUnknown
7+
==================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.AudioSourceUnknown
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _ContentBlockAudio:
5+
6+
ContentBlockAudio
7+
=================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockAudio
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _ContentBlockDeltaImage:
5+
6+
ContentBlockDeltaImage
7+
======================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaImage
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
..
2+
Code generated by smithy-python-codegen DO NOT EDIT.
3+
4+
.. _ContentBlockStartImage:
5+
6+
ContentBlockStartImage
7+
======================
8+
9+
.. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStartImage

0 commit comments

Comments
 (0)