Skip to content

Commit 8a56371

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-04-22
1 parent de1f20d commit 8a56371

26 files changed

+62
-81
lines changed

.changelog/2a1108ccab8a43019e978e22afaf6754.json

-8
This file was deleted.

.changelog/3b82ee3721da4346b8f1e086d376760e.json

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-9
This file was deleted.

.changelog/672c8766563a47ca9abeff9b29124874.json

-8
This file was deleted.

.changelog/6ba3851c12494dcd8c4bfa48265a4ae6.json

-8
This file was deleted.

.changelog/7824315b7c0647ec84c95f386a1e6d0d.json

-8
This file was deleted.

.changelog/a127e26cef0141a88a7df942541471d2.json

-8
This file was deleted.

.changelog/c7a5aa375d2549beacd42a75083a3b1a.json

-8
This file was deleted.

.changelog/e6cc150e344c4fe49b9bb24679ada71d.json

-8
This file was deleted.

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2024-04-22)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.7.0](service/bedrockagent/CHANGELOG.md#v170-2024-04-22)
5+
* **Feature**: Releasing the support for simplified configuration and return of control
6+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.7.0](service/bedrockagentruntime/CHANGELOG.md#v170-2024-04-22)
7+
* **Feature**: Releasing the support for simplified configuration and return of control
8+
* `github.com/aws/aws-sdk-go-v2/service/paymentcryptography`: [v1.10.0](service/paymentcryptography/CHANGELOG.md#v1100-2024-04-22)
9+
* **Feature**: Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.
10+
* `github.com/aws/aws-sdk-go-v2/service/redshiftserverless`: [v1.17.5](service/redshiftserverless/CHANGELOG.md#v1175-2024-04-22)
11+
* **Documentation**: Updates description of schedule field for scheduled actions.
12+
* `github.com/aws/aws-sdk-go-v2/service/route53profiles`: [v1.0.0](service/route53profiles/CHANGELOG.md#v100-2024-04-22)
13+
* **Release**: New AWS service client module
14+
* **Feature**: Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.
15+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.137.0](service/sagemaker/CHANGELOG.md#v11370-2024-04-22)
16+
* **Feature**: This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
17+
* `github.com/aws/aws-sdk-go-v2/service/servicediscovery`: [v1.29.6](service/servicediscovery/CHANGELOG.md#v1296-2024-04-22)
18+
* **Documentation**: This release adds examples to several Cloud Map actions.
19+
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.47.0](service/transfer/CHANGELOG.md#v1470-2024-04-22)
20+
* **Feature**: Adding new API to support remote directory listing using SFTP connector
21+
122
# Release (2024-04-19)
223

324
## Module Highlights

service/bedrockagent/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2024-04-22)
2+
3+
* **Feature**: Releasing the support for simplified configuration and return of control
4+
15
# v1.6.0 (2024-04-16)
26

37
* **Feature**: For Create Agent API, the agentResourceRoleArn parameter is no longer required.

service/bedrockagent/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/bedrockagentruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2024-04-22)
2+
3+
* **Feature**: Releasing the support for simplified configuration and return of control
4+
15
# v1.6.1 (2024-03-29)
26

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

service/bedrockagentruntime/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/paymentcryptography/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.10.0 (2024-04-22)
2+
3+
* **Feature**: Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.
4+
15
# v1.9.4 (2024-03-29)
26

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

service/paymentcryptography/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/redshiftserverless/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.5 (2024-04-22)
2+
3+
* **Documentation**: Updates description of schedule field for scheduled actions.
4+
15
# v1.17.4 (2024-03-29)
26

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

service/redshiftserverless/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/route53profiles/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2024-04-22)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.
5+

service/route53profiles/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/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.137.0 (2024-04-22)
2+
3+
* **Feature**: This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
4+
15
# v1.136.0 (2024-04-18)
26

37
* **Feature**: Removed deprecated enum values and updated API documentation.

service/sagemaker/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/servicediscovery/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.6 (2024-04-22)
2+
3+
* **Documentation**: This release adds examples to several Cloud Map actions.
4+
15
# v1.29.5 (2024-04-02)
26

37
* No change notes available for this release.

service/servicediscovery/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/transfer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.0 (2024-04-22)
2+
3+
* **Feature**: Adding new API to support remote directory listing using SFTP connector
4+
15
# v1.46.0 (2024-04-12)
26

37
* **Feature**: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

service/transfer/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)