Skip to content

Commit 7ece169

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-07-01
1 parent e0cb637 commit 7ece169

File tree

17 files changed

+40
-35
lines changed

17 files changed

+40
-35
lines changed

.changelog/638869f0762a4d27890507107e3989c1.json

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

.changelog/b9b99ba465154cc3a7e8e04101e46672.json

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

.changelog/d385b9c10cc14d3db1e21998db618ef2.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2022-07-01)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.20.0](service/databasemigrationservice/CHANGELOG.md#v1200-2022-07-01)
8+
* **Feature**: Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.
9+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.21.5](service/rds/CHANGELOG.md#v1215-2022-07-01)
10+
* **Documentation**: Adds support for additional retention periods to Performance Insights.
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.27.0](service/s3/CHANGELOG.md#v1270-2022-07-01)
12+
* **Feature**: Add presign support for HeadBucket, DeleteObject, and DeleteBucket. Fixes [#1076](https://github.com/aws/aws-sdk-go-v2/issues/1076).
13+
114
# Release (2022-06-30)
215

316
## Module Highlights

example/service/s3/listObjects/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.15.12
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
88
)
99

1010
replace github.com/aws/aws-sdk-go-v2 => ../../../../

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.6
77
github.com/aws/aws-sdk-go-v2/config v1.15.12
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.8
1010
)
1111

feature/s3/manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.18 (2022-07-01)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.11.17 (2022-06-29)
26

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

feature/s3/manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.6
77
github.com/aws/aws-sdk-go-v2/config v1.15.12
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.12
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.0
99
github.com/aws/smithy-go v1.12.0
1010
github.com/google/go-cmp v0.5.8
1111
)

feature/s3/manager/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/databasemigrationservice/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2022-07-01)
2+
3+
* **Feature**: Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.
4+
15
# v1.19.1 (2022-06-29)
26

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

0 commit comments

Comments
 (0)