Skip to content

Commit 5118d3b

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-11-08
1 parent f3c195f commit 5118d3b

35 files changed

+82
-102
lines changed

.changelog/105e7a7a87a04621b33369b62339f24b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/195dff0e9dfe44dba00e61432b66e5f6.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/33632f8e0bf5402db9bedafd199a6814.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/38e80340360549159c19c9ff6dc9cfc6.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/3f12b2c7ca524c8785a65a6d995b7b5e.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/56343c92710e45eeb86348ca8569afac.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/7703645707694ba7a6fb160f0a2d5226.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/8a0c3fca689b4f9f9c76f31fdffd8292.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/90b3fe986e1d41dd9ddfe8cb8ef45e82.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/9f549c59ba714e8bbd20a8b93b86673b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a4f37e7648034372ba677b920b4b555c.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Release (2023-11-08)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.78.0](service/connect/CHANGELOG.md#v1780-2023-11-08)
5+
* **Feature**: This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests.
6+
* `github.com/aws/aws-sdk-go-v2/service/connectcases`: [v1.11.0](service/connectcases/CHANGELOG.md#v1110-2023-11-08)
7+
* **Feature**: This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
8+
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.33.0](service/guardduty/CHANGELOG.md#v1330-2023-11-08)
9+
* **Feature**: Added API support for new GuardDuty EKS Audit Log finding types.
10+
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.44.0](service/lambda/CHANGELOG.md#v1440-2023-11-08)
11+
* **Feature**: Add Node 20 (nodejs20.x) support to AWS Lambda.
12+
* `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2`: [v1.36.0](service/lexmodelsv2/CHANGELOG.md#v1360-2023-11-08)
13+
* **Feature**: AWS Lex now supports selective log capture in conversation logs. When you enable this option within the conversation log settings, only the utterances that trigger intents and slots specified in session attributes will be logged.
14+
* `github.com/aws/aws-sdk-go-v2/service/omics`: [v1.14.0](service/omics/CHANGELOG.md#v1140-2023-11-08)
15+
* **Feature**: Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri".
16+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.62.1](service/rds/CHANGELOG.md#v1621-2023-11-08)
17+
* **Documentation**: This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.
18+
* `github.com/aws/aws-sdk-go-v2/service/redshiftserverless`: [v1.12.0](service/redshiftserverless/CHANGELOG.md#v1120-2023-11-08)
19+
* **Feature**: Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput.
20+
* `github.com/aws/aws-sdk-go-v2/service/resiliencehub`: [v1.17.0](service/resiliencehub/CHANGELOG.md#v1170-2023-11-08)
21+
* **Feature**: AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.
22+
* `github.com/aws/aws-sdk-go-v2/service/sqs`: [v1.27.0](service/sqs/CHANGELOG.md#v1270-2023-11-08)
23+
* **Feature**: This release enables customers to call SQS using AWS JSON-1.0 protocol.
24+
125
# Release (2023-11-07)
226

327
## General Highlights

service/apprunner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.1 (2023-11-08)
2+
3+
* No change notes available for this release.
4+
15
# v1.24.0 (2023-11-02)
26

37
* **Feature**: AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.

service/apprunner/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/connect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.78.0 (2023-11-08)
2+
3+
* **Feature**: This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests.
4+
15
# v1.77.0 (2023-11-06)
26

37
* **Feature**: Added new API that allows Amazon Connect Outbound Campaigns to create contacts in Amazon Connect when ingesting your dial requests.

service/connect/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/connectcases/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.0 (2023-11-08)
2+
3+
* **Feature**: This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
4+
15
# v1.10.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/connectcases/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/guardduty/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2023-11-08)
2+
3+
* **Feature**: Added API support for new GuardDuty EKS Audit Log finding types.
4+
15
# v1.32.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/guardduty/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ require (
5353
github.com/aws/aws-sdk-go-v2/service/iot v1.43.0
5454
github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.0
5555
github.com/aws/aws-sdk-go-v2/service/kms v1.26.0
56-
github.com/aws/aws-sdk-go-v2/service/lambda v1.43.0
56+
github.com/aws/aws-sdk-go-v2/service/lambda v1.44.0
5757
github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.0
5858
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.17.0
5959
github.com/aws/aws-sdk-go-v2/service/neptune v1.26.0
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.18.0
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.16.0
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.34.0
63-
github.com/aws/aws-sdk-go-v2/service/rds v1.62.0
63+
github.com/aws/aws-sdk-go-v2/service/rds v1.62.1
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.35.0
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.34.0
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.34.0
@@ -75,7 +75,7 @@ require (
7575
github.com/aws/aws-sdk-go-v2/service/shield v1.22.0
7676
github.com/aws/aws-sdk-go-v2/service/snowball v1.23.0
7777
github.com/aws/aws-sdk-go-v2/service/sns v1.25.0
78-
github.com/aws/aws-sdk-go-v2/service/sqs v1.26.0
78+
github.com/aws/aws-sdk-go-v2/service/sqs v1.27.0
7979
github.com/aws/aws-sdk-go-v2/service/ssm v1.42.0
8080
github.com/aws/aws-sdk-go-v2/service/sts v1.25.0
8181
github.com/aws/aws-sdk-go-v2/service/support v1.18.0

service/lambda/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.44.0 (2023-11-08)
2+
3+
* **Feature**: Add Node 20 (nodejs20.x) support to AWS Lambda.
4+
15
# v1.43.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/lambda/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/lexmodelsv2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2023-11-08)
2+
3+
* **Feature**: AWS Lex now supports selective log capture in conversation logs. When you enable this option within the conversation log settings, only the utterances that trigger intents and slots specified in session attributes will be logged.
4+
15
# v1.35.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/lexmodelsv2/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/omics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.0 (2023-11-08)
2+
3+
* **Feature**: Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri".
4+
15
# v1.13.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/omics/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/rds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.62.1 (2023-11-08)
2+
3+
* **Documentation**: This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.
4+
15
# v1.62.0 (2023-11-07)
26

37
* **Feature**: This Amazon RDS release adds support for the multi-tenant configuration. In this configuration, an RDS DB instance can contain multiple tenant databases. In RDS for Oracle, a tenant database is a pluggable database (PDB).

service/rds/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/redshiftserverless/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.0 (2023-11-08)
2+
3+
* **Feature**: Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput.
4+
15
# v1.11.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/redshiftserverless/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/resiliencehub/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2023-11-08)
2+
3+
* **Feature**: AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.
4+
15
# v1.16.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/resiliencehub/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/sqs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.0 (2023-11-08)
2+
3+
* **Feature**: This release enables customers to call SQS using AWS JSON-1.0 protocol.
4+
15
# v1.26.0 (2023-11-01)
26

37
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.

service/sqs/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)