-
Notifications
You must be signed in to change notification settings - Fork 13
Add changelog management tooling and backfill existing release history #45
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
base: develop
Are you sure you want to change the base?
Changes from all commits
181c29d
d8473d8
026d02c
9d10c2f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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." | ||
| } | ||
| ] | ||
| } |
| 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." | ||
| } | ||
| ] | ||
| } |
| 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." | ||
| } | ||
| ] | ||
| } |
| 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`." | ||
| } | ||
| ] | ||
| } |
| 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`." | ||
| } | ||
| ] | ||
| } |
| 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`." | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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`." | ||
| } | ||
| ] | ||
| } | ||
| 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. |
| 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." | ||
| } | ||
| ] | ||
| } |
| 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." | ||
| } |
| 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." | ||
| } | ||
| ] | ||
| } |
| 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`." | ||
| } | ||
| ] | ||
| } |
| 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`." | ||
| } | ||
| ] | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.