Skip to content

Commit

Permalink
Release 2024-04-23
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 23, 2024
1 parent f7c9431 commit edaca42
Show file tree
Hide file tree
Showing 32 changed files with 74 additions and 92 deletions.
8 changes: 0 additions & 8 deletions .changelog/0668a61466534a9e9e8c90e31361bdba.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1ed73e9448c74b7eaf09ccc3bcb1f71b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2f630cbc40874c34b368f1bc777a91b6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/36b0a19333a246f1843f647a69e018e4.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3e00770ee4d04137a5de4310886494b8.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/41d47ceda41641a2aa33113bc29152e1.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5bde245e1ed942be8725a08244217154.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Release (2024-04-23)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.8.0](service/bedrock/CHANGELOG.md#v180-2024-04-23)
* **Feature**: This release introduces Model Evaluation and Guardrails for Amazon Bedrock.
* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.8.0](service/bedrockagent/CHANGELOG.md#v180-2024-04-23)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.8.0](service/bedrockagentruntime/CHANGELOG.md#v180-2024-04-23)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.8.0](service/bedrockruntime/CHANGELOG.md#v180-2024-04-23)
* **Feature**: This release introduces Guardrails for Amazon Bedrock.
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.38.0](service/costexplorer/CHANGELOG.md#v1380-2024-04-23)
* **Feature**: Added additional metadata that might be applicable to your reservation recommendations.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.158.0](service/ec2/CHANGELOG.md#v11580-2024-04-23)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.24.5](service/pi/CHANGELOG.md#v1245-2024-04-23)
* **Documentation**: Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.77.2](service/rds/CHANGELOG.md#v1772-2024-04-23)
* **Documentation**: Fix the example ARN for ModifyActivityStreamRequest
* `github.com/aws/aws-sdk-go-v2/service/workspacesweb`: [v1.18.0](service/workspacesweb/CHANGELOG.md#v1180-2024-04-23)
* **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)

# Release (2024-04-22)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.0 (2024-04-23)

* **Feature**: This release introduces Model Evaluation and Guardrails for Amazon Bedrock.

# v1.7.7 (2024-04-10)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/bedrock/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/bedrockagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.0 (2024-04-23)

* **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.

# v1.7.0 (2024-04-22)

* **Feature**: Releasing the support for simplified configuration and return of control
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.8.0 (2024-04-23)

* **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.

# v1.7.0 (2024-04-22)

* **Feature**: Releasing the support for simplified configuration and return of control
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/bedrockruntime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.0 (2024-04-23)

* **Feature**: This release introduces Guardrails for Amazon Bedrock.

# v1.7.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/bedrockruntime/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/costexplorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.38.0 (2024-04-23)

* **Feature**: Added additional metadata that might be applicable to your reservation recommendations.

# v1.37.1 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/costexplorer/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.158.0 (2024-04-23)

* **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.

# v1.157.0 (2024-04-17)

* **Feature**: Documentation updates for Elastic Compute Cloud (EC2).
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.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.4
github.com/aws/aws-sdk-go-v2/service/docdb v1.34.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.157.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.158.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.7
github.com/aws/aws-sdk-go-v2/service/efs v1.28.4
Expand Down Expand Up @@ -61,7 +61,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.4
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.4
github.com/aws/aws-sdk-go-v2/service/polly v1.39.6
github.com/aws/aws-sdk-go-v2/service/rds v1.77.1
github.com/aws/aws-sdk-go-v2/service/rds v1.77.2
github.com/aws/aws-sdk-go-v2/service/redshift v1.44.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.4
Expand Down
4 changes: 4 additions & 0 deletions service/marketplaceentitlementservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.5 (2024-04-23)

* No change notes available for this release.

# v1.20.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down

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

4 changes: 4 additions & 0 deletions service/pi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.5 (2024-04-23)

* **Documentation**: Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API.

# v1.24.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/pi/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/rds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.77.2 (2024-04-23)

* **Documentation**: Fix the example ARN for ModifyActivityStreamRequest

# v1.77.1 (2024-04-11)

* **Documentation**: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
Expand Down
2 changes: 1 addition & 1 deletion service/rds/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/workspacesweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2024-04-23)

* **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)

# v1.17.4 (2024-03-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/workspacesweb/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 edaca42

Please sign in to comment.