Skip to content

Commit

Permalink
Release 2024-11-26
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 26, 2024
1 parent 23cf36b commit 8939ed0
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 46 deletions.
8 changes: 0 additions & 8 deletions .changelog/1342a5c9741f4580bbe46bd362f647bd.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/689d04c40dfb4d4cb089b4c0aca633b8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/b63e36d7bca148d89590bfcdb62a4b25.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/dd6a55858c834d7598c02406d20e178d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/ddbd809f57b7480fa89565dbac237694.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions service/bedrockagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagent/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/bedrockagentruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockagentruntime/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion service/connect/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions service/qapps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion service/qapps/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8939ed0

Please sign in to comment.