Skip to content

Commit edaca42

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-04-23
1 parent f7c9431 commit edaca42

32 files changed

+74
-92
lines changed

.changelog/0668a61466534a9e9e8c90e31361bdba.json

-8
This file was deleted.

.changelog/1ed73e9448c74b7eaf09ccc3bcb1f71b.json

-8
This file was deleted.

.changelog/2f630cbc40874c34b368f1bc777a91b6.json

-8
This file was deleted.

.changelog/36b0a19333a246f1843f647a69e018e4.json

-8
This file was deleted.

.changelog/3e00770ee4d04137a5de4310886494b8.json

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

.changelog/41d47ceda41641a2aa33113bc29152e1.json

-8
This file was deleted.

.changelog/5bde245e1ed942be8725a08244217154.json

-8
This file was deleted.

.changelog/afff4f4588814c0e852d801be4ce02ea.json

-8
This file was deleted.

.changelog/b8d4e47d83aa417199106a8f5e1d1e44.json

-8
This file was deleted.

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Release (2024-04-23)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.8.0](service/bedrock/CHANGELOG.md#v180-2024-04-23)
5+
* **Feature**: This release introduces Model Evaluation and Guardrails for Amazon Bedrock.
6+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.8.0](service/bedrockagent/CHANGELOG.md#v180-2024-04-23)
7+
* **Feature**: Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data.
8+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.8.0](service/bedrockagentruntime/CHANGELOG.md#v180-2024-04-23)
9+
* **Feature**: This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base.
10+
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.8.0](service/bedrockruntime/CHANGELOG.md#v180-2024-04-23)
11+
* **Feature**: This release introduces Guardrails for Amazon Bedrock.
12+
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.38.0](service/costexplorer/CHANGELOG.md#v1380-2024-04-23)
13+
* **Feature**: Added additional metadata that might be applicable to your reservation recommendations.
14+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.158.0](service/ec2/CHANGELOG.md#v11580-2024-04-23)
15+
* **Feature**: This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API.
16+
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.24.5](service/pi/CHANGELOG.md#v1245-2024-04-23)
17+
* **Documentation**: Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API.
18+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.77.2](service/rds/CHANGELOG.md#v1772-2024-04-23)
19+
* **Documentation**: Fix the example ARN for ModifyActivityStreamRequest
20+
* `github.com/aws/aws-sdk-go-v2/service/workspacesweb`: [v1.18.0](service/workspacesweb/CHANGELOG.md#v1180-2024-04-23)
21+
* **Feature**: Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)
22+
123
# Release (2024-04-22)
224

325
## Module Highlights

service/bedrock/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.0 (2024-04-23)
2+
3+
* **Feature**: This release introduces Model Evaluation and Guardrails for Amazon Bedrock.
4+
15
# v1.7.7 (2024-04-10)
26

37
* No change notes available for this release.

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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.0 (2024-04-23)
2+
3+
* **Feature**: Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data.
4+
15
# v1.7.0 (2024-04-22)
26

37
* **Feature**: Releasing the support for simplified configuration and return of control

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.8.0 (2024-04-23)
2+
3+
* **Feature**: This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base.
4+
15
# v1.7.0 (2024-04-22)
26

37
* **Feature**: Releasing the support for simplified configuration and return of control

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/bedrockruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.0 (2024-04-23)
2+
3+
* **Feature**: This release introduces Guardrails for Amazon Bedrock.
4+
15
# v1.7.4 (2024-03-29)
26

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

service/bedrockruntime/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/costexplorer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.38.0 (2024-04-23)
2+
3+
* **Feature**: Added additional metadata that might be applicable to your reservation recommendations.
4+
15
# v1.37.1 (2024-03-29)
26

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

service/costexplorer/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.158.0 (2024-04-23)
2+
3+
* **Feature**: This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API.
4+
15
# v1.157.0 (2024-04-17)
26

37
* **Feature**: Documentation updates for Elastic Compute Cloud (EC2).

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/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.4
3333
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.0
3434
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1
35-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.157.0
35+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.158.0
3636
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4
3737
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.7
3838
github.com/aws/aws-sdk-go-v2/service/efs v1.28.4
@@ -61,7 +61,7 @@ require (
6161
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.4
6262
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.4
6363
github.com/aws/aws-sdk-go-v2/service/polly v1.39.6
64-
github.com/aws/aws-sdk-go-v2/service/rds v1.77.1
64+
github.com/aws/aws-sdk-go-v2/service/rds v1.77.2
6565
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.0
6666
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.0
6767
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.4

service/marketplaceentitlementservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.5 (2024-04-23)
2+
3+
* No change notes available for this release.
4+
15
# v1.20.4 (2024-03-29)
26

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

service/marketplaceentitlementservice/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/pi/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.5 (2024-04-23)
2+
3+
* **Documentation**: Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API.
4+
15
# v1.24.4 (2024-03-29)
26

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

service/pi/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/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.77.2 (2024-04-23)
2+
3+
* **Documentation**: Fix the example ARN for ModifyActivityStreamRequest
4+
15
# v1.77.1 (2024-04-11)
26

37
* **Documentation**: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.

service/rds/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/workspacesweb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2024-04-23)
2+
3+
* **Feature**: Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)
4+
15
# v1.17.4 (2024-03-29)
26

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

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