Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions clients/aws-sdk-bedrock-runtime/.changes/0.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"changes": [
{
"type": "feature",
"description": "Initial Client Release with support for current Amazon Bedrock Runtime operations."
},
{
"type": "feature",
"description": "Added support for new InvokeModelWithBidirectionalStream API."
}
]
}
8 changes: 8 additions & 0 deletions clients/aws-sdk-bedrock-runtime/.changes/0.0.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"changes": [
{
"type": "dependency",
"description": "Updated support for all smithy dependencies in the 0.0.x minor version."
}
]
}
36 changes: 36 additions & 0 deletions clients/aws-sdk-bedrock-runtime/.changes/0.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"changes": [
{
"type": "api-change",
"description": "Fixed stop sequence limit for converse API."
},
{
"type": "api-change",
"description": "Launch CountTokens API to allow token counting."
},
{
"type": "api-change",
"description": "This release adds support for Automated Reasoning checks output models for the Amazon Bedrock Guardrails ApplyGuardrail API."
},
{
"type": "api-change",
"description": "Document update to support on-demand custom model."
},
{
"type": "api-change",
"description": "Add API Key and document citations support for Bedrock Runtime APIs."
},
{
"type": "api-change",
"description": "This release adds native h2 support for the Bedrock Runtime API. Support is limited to SDKs that support h2 requests natively."
},
{
"type": "api-change",
"description": "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."
},
{
"type": "dependency",
"description": "Updated support for all smithy dependencies in the 0.1.x minor version."
}
]
}
20 changes: 20 additions & 0 deletions clients/aws-sdk-bedrock-runtime/.changes/0.1.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"changes": [
{
"type": "breaking",
"description": "Removed unused `serialize.py` and `deserialize.py` modules."
},
{
"type": "api-change",
"description": "New stop reason for Converse and ConverseStream."
},
{
"type": "enhancement",
"description": "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)."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_http[awscrt]` from `~=0.1.0` to `~=0.2.0`."
}
]
}
36 changes: 36 additions & 0 deletions clients/aws-sdk-bedrock-runtime/.changes/0.2.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"changes": [
{
"type": "api-change",
"description": "Add support to automatically enforce safeguards across accounts within an AWS Organization."
},
{
"type": "api-change",
"description": "This release includes support for Search Results."
},
{
"type": "api-change",
"description": "Amazon Bedrock Runtime Service Tier Support Launch."
},
{
"type": "api-change",
"description": "Add support for system tool and web citation response."
},
{
"type": "enhancement",
"description": "Add Standard Retry Mode."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_aws_core[eventstream, json]` from `~=0.1.0` to `~=0.2.0`."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_core` from `~=0.1.0` to `~=0.2.0`."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_http[awscrt]~=0.3.0` from `~=0.2.0` to `~=0.3.0`."
}
]
}
28 changes: 28 additions & 0 deletions clients/aws-sdk-bedrock-runtime/.changes/0.3.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"changes": [
{
"type": "api-change",
"description": "Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use."
},
{
"type": "api-change",
"description": "Adds support for Bedrock Runtime Reserved Service."
},
{
"type": "breaking",
"description": "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."
},
{
"type": "enhancement",
"description": "Add comprehensive integration tests for non-streaming, output streaming, and bidirectional streaming operations."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like an odd thing to bold to begin with, and it is less readable (for me) in both JSON and markdown.

Not a huge thing, and we shouldn't change them retroactively, but if we are going to start using markdown syntax in changelog entries, we should agree on guidelines for when and how to apply them and record them in our contributing.md file.

},
{
"type": "dependency",
"description": "**Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`."
}
]
}
40 changes: 15 additions & 25 deletions clients/aws-sdk-bedrock-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,72 @@
# Changelog

## Unreleased

* None Yet.

## v0.3.0

### API Changes
* Adds support for Audio Blocks and Streaming Image Output plus new Stop Reasons of malformed_model_output and malformed_tool_use.
* Adds support for Bedrock Runtime Reserved Service.

### Breaking
### Breaking Changes
* 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.

### Dependencies
* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`.
* **Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`.

### Enhancements
* Add comprehensive integration tests for non-streaming, output streaming, and bidirectional streaming operations.

### Dependencies
* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`.
* **Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`.

## v0.2.0

### API Changes
* Add support to automatically enforce safeguards across accounts within an AWS Organization.
* This release includes support for Search Results.
* Amazon Bedrock Runtime Service Tier Support Launch
* Amazon Bedrock Runtime Service Tier Support Launch.
* Add support for system tool and web citation response.

### Enhancements
* Add Standard Retry Mode
* Add Standard Retry Mode.

### Dependencies

* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.1.0` to `~=0.2.0`.
* **Updated**: `smithy_core` from `~=0.1.0` to `~=0.2.0`.
* **Updated**: `smithy_http[awscrt]~=0.3.0` from `~=0.2.0` to `~=0.3.0`.


## v0.1.1

### API Changes
* New stop reason for Converse and ConverseStream
* New stop reason for Converse and ConverseStream.

### Breaking Changes
* Removed unused `serialize.py` and `deserialize.py` modules.

### Enhancements
* 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).

### Dependencies

* **Updated**: `smithy_http[awscrt]` from `~=0.1.0` to `~=0.2.0`.

### Breaking
- Removed unused `serialize.py` and `deserialize.py` modules.

## v0.1.0

### API Changes
* Fixed stop sequence limit for converse API.
* Launch CountTokens API to allow token counting
* Launch CountTokens API to allow token counting.
* This release adds support for Automated Reasoning checks output models for the Amazon Bedrock Guardrails ApplyGuardrail API.
* document update to support on demand custom model.
* Add API Key and document citations support for Bedrock Runtime APIs
* This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively.
* Document update to support on-demand custom model.
* Add API Key and document citations support for Bedrock Runtime APIs.
* This release adds native h2 support for the Bedrock Runtime API. Support is limited to SDKs that support h2 requests natively.
* 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.

### Dependencies

* Updated support for all smithy dependencies in the 0.1.x minor version.

## v0.0.2

### Dependencies

* Updated support for all smithy dependencies in the 0.0.x minor version.

## v0.0.1

### Features
* Initial Client Release with support for current Amazon Bedrock Runtime operations.
* Added support for new InvokeModelWithBidirectionalStream API
* Added support for new InvokeModelWithBidirectionalStream API.
8 changes: 8 additions & 0 deletions clients/aws-sdk-sagemaker-runtime-http2/.changes/0.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"changes": [
{
"type": "feature",
"description": "Initial client release with support for current Amazon SageMaker Runtime HTTP2 operations."
}
]
}
17 changes: 17 additions & 0 deletions clients/aws-sdk-sagemaker-runtime-http2/.changes/0.3.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"changes": [
{
"type": "breaking",
"description": "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."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`."
}
],
"summary": "This release follows 0.1.0. There is no 0.2.0 as the initial release was intended to be inline\nwith the `smithy-aws-core` version used in the client."
}
8 changes: 2 additions & 6 deletions clients/aws-sdk-sagemaker-runtime-http2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Changelog

## Unreleased

* None yet.

## v0.3.0

This release proceeds 0.1.0. There is no 0.2.0 as the initial release was intended to be inline
This release follows 0.1.0. There is no 0.2.0 as the initial release was intended to be inline
with the `smithy-aws-core` version used in the client.

### Breaking
### Breaking Changes
* 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.

### Dependencies
Expand Down
8 changes: 8 additions & 0 deletions clients/aws-sdk-transcribe-streaming/.changes/0.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"changes": [
{
"type": "feature",
"description": "Initial client release with support for current Amazon Transcribe Streaming operations."
}
]
}
24 changes: 24 additions & 0 deletions clients/aws-sdk-transcribe-streaming/.changes/0.2.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"changes": [
{
"type": "api-change",
"description": "This release adds support for additional locales in AWS transcribe streaming."
},
{
"type": "enhancement",
"description": "Add Standard Retry Mode."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_aws_core[eventstream, json]` from `~=0.1.0` to `~=0.2.0`."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_core` from `~=0.1.0` to `~=0.2.0`."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_http[awscrt]~=0.3.0` from `~=0.2.0` to `~=0.3.0`."
}
]
}
16 changes: 16 additions & 0 deletions clients/aws-sdk-transcribe-streaming/.changes/0.3.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"changes": [
{
"type": "breaking",
"description": "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."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_aws_core[eventstream, json]` from `~=0.2.0` to `~=0.3.0`."
},
{
"type": "dependency",
"description": "**Updated**: `smithy_core` from `~=0.2.0` to `~=0.3.0`."
}
]
}
8 changes: 2 additions & 6 deletions clients/aws-sdk-transcribe-streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Changelog

## Unreleased

* None yet.

## v0.3.0

### Breaking
### Breaking Changes
* 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.

### Dependencies
Expand All @@ -19,7 +15,7 @@
* This release adds support for additional locales in AWS transcribe streaming.

### Enhancements
* Add Standard Retry Mode
* Add Standard Retry Mode.

### Dependencies
* **Updated**: `smithy_aws_core[eventstream, json]` from `~=0.1.0` to `~=0.2.0`.
Expand Down
Loading