Skip to content

Commit

Permalink
Release 2022-07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 1, 2022
1 parent e0cb637 commit 7ece169
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 35 deletions.
8 changes: 0 additions & 8 deletions .changelog/638869f0762a4d27890507107e3989c1.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release (2022-07-01)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.20.0](service/databasemigrationservice/CHANGELOG.md#v1200-2022-07-01)
* **Feature**: Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.21.5](service/rds/CHANGELOG.md#v1215-2022-07-01)
* **Documentation**: Adds support for additional retention periods to Performance Insights.
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.27.0](service/s3/CHANGELOG.md#v1270-2022-07-01)
* **Feature**: Add presign support for HeadBucket, DeleteObject, and DeleteBucket. Fixes [#1076](https://github.com/aws/aws-sdk-go-v2/issues/1076).

# Release (2022-06-30)

## Module Highlights
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 @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
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 @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.6
github.com/aws/aws-sdk-go-v2/config v1.15.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.8
)

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.11.18 (2022-07-01)

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

# v1.11.17 (2022-06-29)

* **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 @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.6
github.com/aws/aws-sdk-go-v2/config v1.15.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
github.com/aws/smithy-go v1.12.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.

4 changes: 4 additions & 0 deletions service/databasemigrationservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2022-07-01)

* **Feature**: Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.

# v1.19.1 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/databasemigrationservice/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/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.8
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.7
github.com/aws/smithy-go v1.12.0
)
Expand Down
6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.17.2
github.com/aws/aws-sdk-go-v2/service/configservice v1.21.4
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.7
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.19.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.20.0
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.7
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.7
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.1
Expand Down Expand Up @@ -60,13 +60,13 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.7
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.8
github.com/aws/aws-sdk-go-v2/service/polly v1.16.1
github.com/aws/aws-sdk-go-v2/service/rds v1.21.4
github.com/aws/aws-sdk-go-v2/service/rds v1.21.5
github.com/aws/aws-sdk-go-v2/service/redshift v1.25.1
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.4
github.com/aws/aws-sdk-go-v2/service/route53 v1.21.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.7
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.8
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.12
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.6
Expand Down
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.21.5 (2022-07-01)

* **Documentation**: Adds support for additional retention periods to Performance Insights.

# v1.21.4 (2022-06-29)

* **Dependency Update**: Updated to the latest SDK module versions
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/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2022-07-01)

* **Feature**: Add presign support for HeadBucket, DeleteObject, and DeleteBucket. Fixes [#1076](https://github.com/aws/aws-sdk-go-v2/issues/1076).

# v1.26.12 (2022-06-29)

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

Please sign in to comment.