Skip to content

Commit

Permalink
Release 2023-11-06
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 6, 2023
1 parent a4b27f4 commit 5ce58b4
Show file tree
Hide file tree
Showing 42 changed files with 97 additions and 90 deletions.
8 changes: 0 additions & 8 deletions .changelog/1f1082f2e3b44ae7810ff615850d9a9f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3f31b2f2d2134996b150c78a09bf9968.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/618520191c93410dbcfc1b793c80e97a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/77b9b1c6b1c34160a724d94870bf3b60.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Release (2023-11-06)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.25.0](service/codebuild/CHANGELOG.md#v1250-2023-11-06)
* **Feature**: AWS CodeBuild now supports AWS Lambda compute.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.77.0](service/connect/CHANGELOG.md#v1770-2023-11-06)
* **Feature**: Added new API that allows Amazon Connect Outbound Campaigns to create contacts in Amazon Connect when ingesting your dial requests.
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.32.0](service/costexplorer/CHANGELOG.md#v1320-2023-11-06)
* **Feature**: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon MemoryDB reservations.
* `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.27.0](service/docdb/CHANGELOG.md#v1270-2023-11-06)
* **Feature**: Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates.
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.27.0](service/iam/CHANGELOG.md#v1270-2023-11-06)
* **Feature**: Add partitional endpoint for iso-e.
* `github.com/aws/aws-sdk-go-v2/service/mwaa`: [v1.20.0](service/mwaa/CHANGELOG.md#v1200-2023-11-06)
* **Feature**: This release adds support for Apache Airflow version 2.7.2. This version release includes support for deferrable operators and triggers.
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.34.0](service/polly/CHANGELOG.md#v1340-2023-11-06)
* **Feature**: Amazon Polly adds new US English voices - Danielle and Gregory. Danielle and Gregory are available as Neural voices only.
* `github.com/aws/aws-sdk-go-v2/service/route53`: [v1.34.0](service/route53/CHANGELOG.md#v1340-2023-11-06)
* **Feature**: Add partitional endpoints for iso-e and iso-f.

# Release (2023-11-03)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.1 (2023-11-06)

* No change notes available for this release.

# v1.22.0 (2023-11-02)

* **Feature**: Add env and shared config settings for disabling IMDSv1 fallback.
Expand Down
2 changes: 1 addition & 1 deletion config/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 example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.22.1
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.0
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.22.1
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.0
)
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.19

require (
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.22.1
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.36.0
)
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.19

require (
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.2
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.2 (2023-11-06)

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

# v1.13.1 (2023-11-02)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.22.1
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0
github.com/aws/smithy-go v1.16.0
github.com/google/go-cmp v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/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 internal/configsources/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
go 1.19

require (
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.1
)

Expand Down
4 changes: 4 additions & 0 deletions service/cloudcontrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.1 (2023-11-06)

* No change notes available for this release.

# v1.14.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudcontrol/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/codebuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2023-11-06)

* **Feature**: AWS CodeBuild now supports AWS Lambda compute.

# v1.24.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/codebuild/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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.77.0 (2023-11-06)

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

# v1.76.0 (2023-11-03)

* **Feature**: Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
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/costexplorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.32.0 (2023-11-06)

* **Feature**: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon MemoryDB reservations.

# v1.31.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
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/docdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2023-11-06)

* **Feature**: Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates.

# v1.26.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/docdb/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/iam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2023-11-06)

* **Feature**: Add partitional endpoint for iso-e.

# v1.26.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/iam/go_module_metadata.go

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

12 changes: 6 additions & 6 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.22.1
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/service/acm v1.21.0
github.com/aws/aws-sdk-go-v2/service/apigateway v1.20.0
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.24.0
Expand All @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.19.0
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.31.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.30.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.24.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.25.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.18.0
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.0
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.20.0
Expand All @@ -29,7 +29,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.19.0
github.com/aws/aws-sdk-go-v2/service/directconnect v1.21.0
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.0
github.com/aws/aws-sdk-go-v2/service/docdb v1.26.0
github.com/aws/aws-sdk-go-v2/service/docdb v1.27.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.130.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.22.0
Expand All @@ -48,7 +48,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/glacier v1.18.0
github.com/aws/aws-sdk-go-v2/service/glue v1.67.0
github.com/aws/aws-sdk-go-v2/service/health v1.21.0
github.com/aws/aws-sdk-go-v2/service/iam v1.26.0
github.com/aws/aws-sdk-go-v2/service/iam v1.27.0
github.com/aws/aws-sdk-go-v2/service/inspector v1.18.0
github.com/aws/aws-sdk-go-v2/service/iot v1.43.0
github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.0
Expand All @@ -59,11 +59,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.26.0
github.com/aws/aws-sdk-go-v2/service/opsworks v1.18.0
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.16.0
github.com/aws/aws-sdk-go-v2/service/polly v1.33.0
github.com/aws/aws-sdk-go-v2/service/polly v1.34.0
github.com/aws/aws-sdk-go-v2/service/rds v1.61.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.35.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.34.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.33.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.34.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.22.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0
Expand Down
4 changes: 4 additions & 0 deletions service/mwaa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2023-11-06)

* **Feature**: This release adds support for Apache Airflow version 2.7.2. This version release includes support for deferrable operators and triggers.

# v1.19.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/mwaa/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/polly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.34.0 (2023-11-06)

* **Feature**: Amazon Polly adds new US English voices - Danielle and Gregory. Danielle and Gregory are available as Neural voices only.

# v1.33.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/polly/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/resourceexplorer2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.6.1 (2023-11-06)

* No change notes available for this release.

# v1.6.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/resourceexplorer2/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/route53/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.34.0 (2023-11-06)

* **Feature**: Add partitional endpoints for iso-e and iso-f.

# v1.33.0 (2023-11-01)

* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
Expand Down
2 changes: 1 addition & 1 deletion service/route53/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/s3/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting
go 1.19

require (
github.com/aws/aws-sdk-go-v2/config v1.22.0
github.com/aws/aws-sdk-go-v2/config v1.22.1
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.1
)

Expand Down

0 comments on commit 5ce58b4

Please sign in to comment.