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

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

‎internal/v4a/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/appconfig/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-02-14)
2+
3+
* **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.
4+
15
# v1.16.1 (2023-02-03)
26

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

‎service/appconfig/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/datasync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.0 (2023-02-14)
2+
3+
* **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.
4+
15
# v1.21.2 (2023-02-08)
26

37
* No change notes available for this release.

‎service/datasync/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/ec2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.86.0 (2023-02-14)
2+
3+
* **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.
4+
15
# v1.85.0 (2023-02-10)
26

37
* **Feature**: Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.

‎service/ec2/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/eventbridge/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.2 (2023-02-14)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.18.1 (2023-02-03)
26

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

‎service/eventbridge/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.17.4
77
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28
88
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22
9-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19
9+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.20
1010
github.com/aws/smithy-go v1.13.5
1111
)
1212

‎service/eventbridge/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/benchmark/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.17.4
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.2
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.1
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.15.1
1212
github.com/aws/smithy-go v1.13.5
1313
)

‎service/internal/integrationtest/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.2
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.20.2
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.2
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.85.0
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.86.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.2
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.23.2
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.19.3
@@ -42,7 +42,7 @@ require (
4242
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.2
4343
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.1
4444
github.com/aws/aws-sdk-go-v2/service/emr v1.22.2
45-
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.18.1
45+
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.18.2
4646
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.2
4747
github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.1
4848
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.2
@@ -66,7 +66,7 @@ require (
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.27.1
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.1
6868
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.16.2
69-
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.2
69+
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.29.2
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.18.3
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.1

‎service/s3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.3 (2023-02-14)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.30.2 (2023-02-03)
26

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

‎service/s3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10
88
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28
99
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22
10-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.19
10+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.20
1111
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11
1212
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23
1313
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22

‎service/s3/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)