Skip to content

Commit

Permalink
Release 2024-05-03
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 3, 2024
1 parent e88d33a commit ee219f2
Show file tree
Hide file tree
Showing 30 changed files with 69 additions and 75 deletions.
8 changes: 0 additions & 8 deletions .changelog/3e1854395d814fb3acb5a9def6d7ffea.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/43faeca80b6c4a84bd2a05ec69a05210.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/478f0f02be9b497f8f157235bc847ece.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6e1d0c73bca749ff86f9702894407320.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7c009fb84d3e42a192d5549b2f1d8243.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
# Release (2024-05-03)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.10.0](service/bedrockagent/CHANGELOG.md#v1100-2024-05-03)
* **Feature**: This release adds support for using Provisioned Throughput with Bedrock Agents.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.97.0](service/connect/CHANGELOG.md#v1970-2024-05-03)
* **Feature**: This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
* `github.com/aws/aws-sdk-go-v2/service/connectcases`: [v1.17.0](service/connectcases/CHANGELOG.md#v1170-2024-05-03)
* **Feature**: This feature supports the release of Files related items
* `github.com/aws/aws-sdk-go-v2/service/datasync`: [v1.37.1](service/datasync/CHANGELOG.md#v1371-2024-05-03)
* **Documentation**: Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.
* `github.com/aws/aws-sdk-go-v2/service/inspector2`: [v1.26.0](service/inspector2/CHANGELOG.md#v1260-2024-05-03)
* **Feature**: This release adds CSV format to GetCisScanReport for Inspector v2
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.139.0](service/sagemaker/CHANGELOG.md#v11390-2024-05-03)
* **Feature**: Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
* `github.com/aws/aws-sdk-go-v2/service/sesv2`: [v1.29.0](service/sesv2/CHANGELOG.md#v1290-2024-05-03)
* **Feature**: Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.

# Release (2024-05-02)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/bedrockagent/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.10.0 (2024-05-03)

* **Feature**: This release adds support for using Provisioned Throughput with Bedrock Agents.

# v1.9.0 (2024-05-01)

* **Feature**: This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
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/connect/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.97.0 (2024-05-03)

* **Feature**: This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.

# v1.96.0 (2024-04-10)

* **Feature**: This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
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/connectcases/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.17.0 (2024-05-03)

* **Feature**: This feature supports the release of Files related items

# v1.16.0 (2024-04-29)

* **Feature**: This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's
Expand Down
2 changes: 1 addition & 1 deletion service/connectcases/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/datasync/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.37.1 (2024-05-03)

* **Documentation**: Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.

# v1.37.0 (2024-04-24)

* **Feature**: This change allows users to disable and enable the schedules associated with their tasks.
Expand Down
2 changes: 1 addition & 1 deletion service/datasync/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/fsx/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.43.5 (2024-05-03)

* No change notes available for this release.

# v1.43.4 (2024-04-05)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/fsx/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/inspector2/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.26.0 (2024-05-03)

* **Feature**: This release adds CSV format to GetCisScanReport for Inspector v2

# v1.25.0 (2024-04-29)

* **Feature**: Update Inspector2 to include new Agentless API parameters.
Expand Down
2 changes: 1 addition & 1 deletion service/inspector2/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
Expand Up @@ -74,7 +74,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ses v1.22.5
github.com/aws/aws-sdk-go-v2/service/sfn v1.27.0
github.com/aws/aws-sdk-go-v2/service/shield v1.25.4
github.com/aws/aws-sdk-go-v2/service/snowball v1.26.5
github.com/aws/aws-sdk-go-v2/service/snowball v1.26.6
github.com/aws/aws-sdk-go-v2/service/sns v1.29.4
github.com/aws/aws-sdk-go-v2/service/sqs v1.31.4
github.com/aws/aws-sdk-go-v2/service/ssm v1.50.0
Expand Down
4 changes: 4 additions & 0 deletions service/sagemaker/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.139.0 (2024-05-03)

* **Feature**: Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs

# v1.138.0 (2024-04-30)

* **Feature**: Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types.
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/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/sesv2/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.29.0 (2024-05-03)

* **Feature**: Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.

# v1.28.0 (2024-05-01)

* **Feature**: Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.
Expand Down
2 changes: 1 addition & 1 deletion service/sesv2/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/snowball/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.26.6 (2024-05-03)

* No change notes available for this release.

# v1.26.5 (2024-04-16)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/snowball/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/transfer/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.47.1 (2024-05-03)

* No change notes available for this release.

# v1.47.0 (2024-04-22)

* **Feature**: Adding new API to support remote directory listing using SFTP connector
Expand Down
2 changes: 1 addition & 1 deletion service/transfer/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 ee219f2

Please sign in to comment.