Skip to content

Commit 04aa6ff

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-02-14
1 parent e102656 commit 04aa6ff

File tree

25 files changed

+57
-40
lines changed

25 files changed

+57
-40
lines changed

.changelog/1d36648926654ec685524363fb48f54c.json

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

.changelog/38afb82fa8804062b26338fe0e232b5e.json

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

.changelog/d5989d1b11f747099ac73668d0c82ccb.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 (2023-02-14)
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/appconfig`: [v1.17.0](service/appconfig/CHANGELOG.md#v1170-2023-02-14)
8+
* **Feature**: AWS AppConfig now offers the option to set a version label on hosted configuration versions. Version labels allow you to identify specific hosted configuration versions based on an alternate versioning scheme that you define.
9+
* `github.com/aws/aws-sdk-go-v2/service/datasync`: [v1.22.0](service/datasync/CHANGELOG.md#v1220-2023-02-14)
10+
* **Feature**: With this launch, we are giving customers the ability to use older SMB protocol versions, enabling them to use DataSync to copy data to and from their legacy storage arrays.
11+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.86.0](service/ec2/CHANGELOG.md#v1860-2023-02-14)
12+
* **Feature**: With this release customers can turn host maintenance on or off when allocating or modifying a supported dedicated host. Host maintenance is turned on by default for supported hosts.
13+
114
# Release (2023-02-13)
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.18.12
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3
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.17.4
77
github.com/aws/aws-sdk-go-v2/config v1.18.12
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.2
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.52 (2023-02-14)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.11.51 (2023-02-03)
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.17.4
77
github.com/aws/aws-sdk-go-v2/config v1.18.12
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3
99
github.com/aws/smithy-go v1.13.5
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.

internal/v4a/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)