diff --git a/.changelog/1342a5c9741f4580bbe46bd362f647bd.json b/.changelog/1342a5c9741f4580bbe46bd362f647bd.json deleted file mode 100644 index c84dc04cd46..00000000000 --- a/.changelog/1342a5c9741f4580bbe46bd362f647bd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1342a5c9-741f-4580-bbe4-6bd362f647bd", - "type": "feature", - "description": "Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/.changelog/689d04c40dfb4d4cb089b4c0aca633b8.json b/.changelog/689d04c40dfb4d4cb089b4c0aca633b8.json deleted file mode 100644 index 07a871c732d..00000000000 --- a/.changelog/689d04c40dfb4d4cb089b4c0aca633b8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "689d04c4-0dfb-4d4c-b089-b4c0aca633b8", - "type": "feature", - "description": "Private sharing, file upload and data collection feature support for Q Apps", - "modules": [ - "service/qapps" - ] -} \ No newline at end of file diff --git a/.changelog/b63e36d7bca148d89590bfcdb62a4b25.json b/.changelog/b63e36d7bca148d89590bfcdb62a4b25.json deleted file mode 100644 index 95c0d3426b6..00000000000 --- a/.changelog/b63e36d7bca148d89590bfcdb62a4b25.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b63e36d7-bca1-48d8-9590-bfcdb62a4b25", - "type": "feature", - "description": "Custom Orchestration API release for AWSBedrockAgents.", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/.changelog/dd6a55858c834d7598c02406d20e178d.json b/.changelog/dd6a55858c834d7598c02406d20e178d.json deleted file mode 100644 index db6a909019a..00000000000 --- a/.changelog/dd6a55858c834d7598c02406d20e178d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "dd6a5585-8c83-4d75-98c0-2406d20e178d", - "type": "feature", - "description": "Custom Orchestration and Streaming configurations API release for AWSBedrockAgents.", - "modules": [ - "service/bedrockagentruntime" - ] -} \ No newline at end of file diff --git a/.changelog/ddbd809f57b7480fa89565dbac237694.json b/.changelog/ddbd809f57b7480fa89565dbac237694.json deleted file mode 100644 index 96974754a65..00000000000 --- a/.changelog/ddbd809f57b7480fa89565dbac237694.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ddbd809f-57b7-480f-a895-65dbac237694", - "type": "feature", - "description": "Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fb89e2a16..2e49a90bfc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2024-11-26) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.28.0](service/bedrockagent/CHANGELOG.md#v1280-2024-11-26) + * **Feature**: Custom Orchestration API release for AWSBedrockAgents. +* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.27.0](service/bedrockagentruntime/CHANGELOG.md#v1270-2024-11-26) + * **Feature**: Custom Orchestration and Streaming configurations API release for AWSBedrockAgents. +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.118.0](service/connect/CHANGELOG.md#v11180-2024-11-26) + * **Feature**: Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.194.0](service/ec2/CHANGELOG.md#v11940-2024-11-26) + * **Feature**: Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions. +* `github.com/aws/aws-sdk-go-v2/service/qapps`: [v1.5.0](service/qapps/CHANGELOG.md#v150-2024-11-26) + * **Feature**: Private sharing, file upload and data collection feature support for Q Apps + # Release (2024-11-25) ## General Highlights diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 3b25bce3dbc..8e4f733bb35 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2024-11-26) + +* **Feature**: Custom Orchestration API release for AWSBedrockAgents. + # v1.27.1 (2024-11-18) * **Dependency Update**: Update to smithy-go v1.22.1. diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index 8a314181abd..5af114dcd5d 100644 --- a/service/bedrockagent/go_module_metadata.go +++ b/service/bedrockagent/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagent // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.1" +const goModuleVersion = "1.28.0" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index 5933c754ae3..badefdf28a7 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2024-11-26) + +* **Feature**: Custom Orchestration and Streaming configurations API release for AWSBedrockAgents. + # v1.26.0 (2024-11-22) * **Feature**: InvokeInlineAgent API release to help invoke runtime agents without any dependency on preconfigured agents. diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index a46bf108f57..b7f536de3a6 100644 --- a/service/bedrockagentruntime/go_module_metadata.go +++ b/service/bedrockagentruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagentruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.0" +const goModuleVersion = "1.27.0" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index e47ab6081c1..38a08ee2b74 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.118.0 (2024-11-26) + +* **Feature**: Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API + # v1.117.0 (2024-11-22) * **Feature**: Amazon Connect Service Feature: Add APIs for Amazon Connect Email Channel diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 9586045a111..8afcfab20cb 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.117.0" +const goModuleVersion = "1.118.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 1a386f44431..22bc3e9c6ac 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.194.0 (2024-11-26) + +* **Feature**: Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions. + # v1.193.0 (2024-11-21) * **Feature**: Adds support for requesting future-dated Capacity Reservations with a minimum commitment duration, enabling IPAM for organizational units within AWS Organizations, reserving EC2 Capacity Blocks that start in 30 minutes, and extending the end date of existing Capacity Blocks. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 2640bc40b96..0d959f608c3 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.193.0" +const goModuleVersion = "1.194.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 1d1c7d9f2f8..da16ef8d4a3 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -29,7 +29,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.7 github.com/aws/aws-sdk-go-v2/service/docdb v1.39.5 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.1 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.194.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 github.com/aws/aws-sdk-go-v2/service/ecs v1.52.0 github.com/aws/aws-sdk-go-v2/service/efs v1.34.0 diff --git a/service/qapps/CHANGELOG.md b/service/qapps/CHANGELOG.md index 2b14c776f3e..fb3776401f9 100644 --- a/service/qapps/CHANGELOG.md +++ b/service/qapps/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.0 (2024-11-26) + +* **Feature**: Private sharing, file upload and data collection feature support for Q Apps + # v1.4.2 (2024-11-18) * **Dependency Update**: Update to smithy-go v1.22.1. diff --git a/service/qapps/go_module_metadata.go b/service/qapps/go_module_metadata.go index 74fdbcdd7f9..bdca4111258 100644 --- a/service/qapps/go_module_metadata.go +++ b/service/qapps/go_module_metadata.go @@ -3,4 +3,4 @@ package qapps // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.2" +const goModuleVersion = "1.5.0"