diff --git a/.changelog/345a0e3c3a534fd69260c446dbb1ec9c.json b/.changelog/345a0e3c3a534fd69260c446dbb1ec9c.json deleted file mode 100644 index 3d93ada9d10..00000000000 --- a/.changelog/345a0e3c3a534fd69260c446dbb1ec9c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "345a0e3c-3a53-4fd6-9260-c446dbb1ec9c", - "type": "feature", - "description": "Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).", - "modules": [ - "service/polly" - ] -} \ No newline at end of file diff --git a/.changelog/5680331cda3d4e4bb626d4fd2b8d237b.json b/.changelog/5680331cda3d4e4bb626d4fd2b8d237b.json deleted file mode 100644 index c9f8fd7dd92..00000000000 --- a/.changelog/5680331cda3d4e4bb626d4fd2b8d237b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5680331c-da3d-4e4b-b626-d4fd2b8d237b", - "type": "feature", - "description": "Amazon Bedrock SDK updates for Inference Profile.", - "modules": [ - "service/bedrockruntime" - ] -} \ No newline at end of file diff --git a/.changelog/6a581b5af35d4d6a837c8bec30342623.json b/.changelog/6a581b5af35d4d6a837c8bec30342623.json deleted file mode 100644 index 33663816b02..00000000000 --- a/.changelog/6a581b5af35d4d6a837c8bec30342623.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6a581b5a-f35d-4d6a-837c-8bec30342623", - "type": "feature", - "description": "Adds data provenance to import jobs from read sets and references", - "modules": [ - "service/omics" - ] -} \ No newline at end of file diff --git a/.changelog/720b3ceadf5c4da7beb7d3632c3b50ed.json b/.changelog/720b3ceadf5c4da7beb7d3632c3b50ed.json deleted file mode 100644 index f68c3c437a4..00000000000 --- a/.changelog/720b3ceadf5c4da7beb7d3632c3b50ed.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "720b3cea-df5c-4da7-beb7-d3632c3b50ed", - "type": "feature", - "description": "Amazon Bedrock SDK updates for Inference Profile.", - "modules": [ - "service/bedrock" - ] -} \ No newline at end of file diff --git a/.changelog/ebbaa4a627b34d31a821eeb94f588b71.json b/.changelog/ebbaa4a627b34d31a821eeb94f588b71.json deleted file mode 100644 index 19441587bfa..00000000000 --- a/.changelog/ebbaa4a627b34d31a821eeb94f588b71.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ebbaa4a6-27b3-4d31-a821-eeb94f588b71", - "type": "feature", - "description": "Update documentation to be consistent with the API docs", - "modules": [ - "service/chatbot" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ea312d03143..aefc289eb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-08-27) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.16.0](service/bedrock/CHANGELOG.md#v1160-2024-08-27) + * **Feature**: Amazon Bedrock SDK updates for Inference Profile. +* `github.com/aws/aws-sdk-go-v2/service/chatbot`: [v1.5.0](service/chatbot/CHANGELOG.md#v150-2024-08-27) + * **Feature**: Update documentation to be consistent with the API docs +* `github.com/aws/aws-sdk-go-v2/service/omics`: [v1.24.0](service/omics/CHANGELOG.md#v1240-2024-08-27) + * **Feature**: Adds data provenance to import jobs from read sets and references +* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.43.0](service/polly/CHANGELOG.md#v1430-2024-08-27) + * **Feature**: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH). + # Release (2024-08-26) ## General Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 6ce1791acdb..b2f26b86e85 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2024-08-27) + +* No change notes available for this release. + # v1.14.0 (2024-08-26) * **Feature**: Add Encoder option to obey omitempty tag for NULL attribute values. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index f4c8ccb3bb1..1bbf61e8f4e 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.0" +const goModuleVersion = "1.14.1" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index dad9891ffd2..5ce07265beb 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2024-08-27) + +* **Feature**: Amazon Bedrock SDK updates for Inference Profile. + # v1.15.0 (2024-08-22) * **Feature**: Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once. diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index f239d2b5e68..0dea9784fe0 100644 --- a/service/bedrock/go_module_metadata.go +++ b/service/bedrock/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrock // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.0" +const goModuleVersion = "1.16.0" diff --git a/service/chatbot/CHANGELOG.md b/service/chatbot/CHANGELOG.md index 2bfa0f39214..500195bf501 100644 --- a/service/chatbot/CHANGELOG.md +++ b/service/chatbot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.0 (2024-08-27) + +* **Feature**: Update documentation to be consistent with the API docs + # v1.4.4 (2024-08-15) * **Dependency Update**: Bump minimum Go version to 1.21. diff --git a/service/chatbot/go_module_metadata.go b/service/chatbot/go_module_metadata.go index 014ef2f5cea..7d56511aad1 100644 --- a/service/chatbot/go_module_metadata.go +++ b/service/chatbot/go_module_metadata.go @@ -3,4 +3,4 @@ package chatbot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.4" +const goModuleVersion = "1.5.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 639f009e185..76aac6a53cb 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -57,7 +57,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.22.4 github.com/aws/aws-sdk-go-v2/service/neptune v1.33.5 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.4 - github.com/aws/aws-sdk-go-v2/service/polly v1.42.4 + github.com/aws/aws-sdk-go-v2/service/polly v1.43.0 github.com/aws/aws-sdk-go-v2/service/rds v1.82.2 github.com/aws/aws-sdk-go-v2/service/redshift v1.46.6 github.com/aws/aws-sdk-go-v2/service/rekognition v1.43.3 diff --git a/service/omics/CHANGELOG.md b/service/omics/CHANGELOG.md index c12998a1e3e..487d2fc27db 100644 --- a/service/omics/CHANGELOG.md +++ b/service/omics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.0 (2024-08-27) + +* **Feature**: Adds data provenance to import jobs from read sets and references + # v1.23.4 (2024-08-15) * **Dependency Update**: Bump minimum Go version to 1.21. diff --git a/service/omics/go_module_metadata.go b/service/omics/go_module_metadata.go index d5b43fe15d0..c769aaddfde 100644 --- a/service/omics/go_module_metadata.go +++ b/service/omics/go_module_metadata.go @@ -3,4 +3,4 @@ package omics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.4" +const goModuleVersion = "1.24.0" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index d3709a382b5..6b0da28df42 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.0 (2024-08-27) + +* **Feature**: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH). + # v1.42.4 (2024-08-15) * **Dependency Update**: Bump minimum Go version to 1.21. diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 44929853b98..549cc4c6743 100644 --- a/service/polly/go_module_metadata.go +++ b/service/polly/go_module_metadata.go @@ -3,4 +3,4 @@ package polly // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.4" +const goModuleVersion = "1.43.0"