Skip to content

Commit ca3399b

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-01-13
1 parent 602e3da commit ca3399b

21 files changed

+51
-49
lines changed

.changelog/4d9631720e984e8faffd2dfa7e50b3e2.json

-8
This file was deleted.

.changelog/c32d3b03247345279488492b01f7d860.json

-8
This file was deleted.

.changelog/c9a62f09e1134ed48a2d5b9d13cbfacd.json

-8
This file was deleted.

.changelog/db6cb38d7aa04cbe92de91fd44160b66.json

-8
This file was deleted.

.changelog/e603d1daf0314049a5ae3f816d2a54ab.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2025-01-13)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/artifact`: [v1.8.0](service/artifact/CHANGELOG.md#v180-2025-01-13)
5+
* **Feature**: Support resolving regional API calls to partition's leader region endpoint.
6+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.26.0](service/bedrock/CHANGELOG.md#v1260-2025-01-13)
7+
* **Feature**: With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
8+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.199.0](service/ec2/CHANGELOG.md#v11990-2025-01-13)
9+
* **Feature**: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
10+
* `github.com/aws/aws-sdk-go-v2/service/kafkaconnect`: [v1.22.0](service/kafkaconnect/CHANGELOG.md#v1220-2025-01-13)
11+
* **Feature**: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
12+
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.42.0](service/transcribe/CHANGELOG.md#v1420-2025-01-13)
13+
* **Feature**: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
14+
115
# Release (2025-01-10)
216

317
## General Highlights

service/artifact/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.0 (2025-01-13)
2+
3+
* **Feature**: Support resolving regional API calls to partition's leader region endpoint.
4+
15
# v1.7.2 (2025-01-09)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/artifact/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/bedrock/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.0 (2025-01-13)
2+
3+
* **Feature**: With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
4+
15
# v1.25.3 (2025-01-09)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/bedrock/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.199.0 (2025-01-13)
2+
3+
* **Feature**: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
4+
15
# v1.198.3 (2025-01-09)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/ec2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/identitystore/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.10 (2025-01-13)
2+
3+
* No change notes available for this release.
4+
15
# v1.27.9 (2025-01-09)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/identitystore/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.10
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.40.2
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.2
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.3
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.199.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.38.3
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.4
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.34.3
@@ -69,7 +69,7 @@ require (
6969
github.com/aws/aws-sdk-go-v2/service/ses v1.29.3
7070
github.com/aws/aws-sdk-go-v2/service/sfn v1.34.4
7171
github.com/aws/aws-sdk-go-v2/service/shield v1.29.9
72-
github.com/aws/aws-sdk-go-v2/service/snowball v1.30.10
72+
github.com/aws/aws-sdk-go-v2/service/snowball v1.30.11
7373
github.com/aws/aws-sdk-go-v2/service/sns v1.33.10
7474
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.6
7575
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.4

service/kafkaconnect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.0 (2025-01-13)
2+
3+
* **Feature**: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
4+
15
# v1.21.9 (2025-01-09)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/kafkaconnect/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/snowball/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.11 (2025-01-13)
2+
3+
* No change notes available for this release.
4+
15
# v1.30.10 (2025-01-10)
26

37
* No change notes available for this release.

service/snowball/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/transcribe/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.42.0 (2025-01-13)
2+
3+
* **Feature**: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
4+
15
# v1.41.9 (2025-01-09)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/transcribe/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)