Skip to content

Commit 4d36126

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-08-20
1 parent 5ba784c commit 4d36126

File tree

20 files changed

+45
-44
lines changed

20 files changed

+45
-44
lines changed

.changelog/2f08f36282c3499ca82ab34a3492176c.json

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

.changelog/382269d8bfc54d1ea539c8c2714ceb15.json

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

.changelog/7d0c1b96792d429099cbb1543801f4db.json

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

.changelog/dad3ddc6fde1477babca16e7be7ffe46.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 (2024-08-20)
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/ecs`: [v1.45.1](service/ecs/CHANGELOG.md#v1451-2024-08-20)
8+
* **Documentation**: Documentation only release to address various tickets
9+
* `github.com/aws/aws-sdk-go-v2/service/opensearchserverless`: [v1.14.0](service/opensearchserverless/CHANGELOG.md#v1140-2024-08-20)
10+
* **Feature**: Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
11+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.60.0](service/s3/CHANGELOG.md#v1600-2024-08-20)
12+
* **Feature**: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.
13+
114
# Release (2024-08-19)
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.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.27.28
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.59.0
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.0
88
)
99

1010
require (

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.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.4
77
github.com/aws/aws-sdk-go-v2/config v1.27.28
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.59.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.4
1010
)
1111

feature/dynamodbstreams/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.68 (2024-08-20)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.67 (2024-08-19)
26

37
* No change notes available for this release.

feature/dynamodbstreams/attributevalue/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.

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.17.12 (2024-08-20)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.11 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

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.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.4
77
github.com/aws/aws-sdk-go-v2/config v1.27.28
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.59.0
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.0
99
github.com/aws/smithy-go v1.20.4
1010
)
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/ecs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.45.1 (2024-08-20)
2+
3+
* **Documentation**: Documentation only release to address various tickets
4+
15
# v1.45.0 (2024-08-15)
26

37
* **Feature**: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.

service/ecs/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.30.4
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.5
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.22.4
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.59.0
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.26.4
1212
github.com/aws/smithy-go v1.20.4
1313
)

service/internal/integrationtest/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
33
require (
44
github.com/aws/aws-sdk-go-v2 v1.30.4
55
github.com/aws/aws-sdk-go-v2/config v1.27.28
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.11
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.12
77
github.com/aws/aws-sdk-go-v2/service/acm v1.28.5
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.5
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.1
@@ -32,7 +32,7 @@ require (
3232
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.5
3333
github.com/aws/aws-sdk-go-v2/service/ec2 v1.175.1
3434
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.1
35-
github.com/aws/aws-sdk-go-v2/service/ecs v1.45.0
35+
github.com/aws/aws-sdk-go-v2/service/ecs v1.45.1
3636
github.com/aws/aws-sdk-go-v2/service/efs v1.31.4
3737
github.com/aws/aws-sdk-go-v2/service/elasticache v1.40.6
3838
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.26.3
@@ -64,7 +64,7 @@ require (
6464
github.com/aws/aws-sdk-go-v2/service/route53 v1.42.4
6565
github.com/aws/aws-sdk-go-v2/service/route53domains v1.25.4
6666
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.30.4
67-
github.com/aws/aws-sdk-go-v2/service/s3 v1.59.0
67+
github.com/aws/aws-sdk-go-v2/service/s3 v1.60.0
6868
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.4
6969
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.5
7070
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.30.4

service/opensearchserverless/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.0 (2024-08-20)
2+
3+
* **Feature**: Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
4+
15
# v1.13.4 (2024-08-15)
26

37
* **Dependency Update**: Bump minimum Go version to 1.21.

service/opensearchserverless/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/s3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.60.0 (2024-08-20)
2+
3+
* **Feature**: Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.
4+
15
# v1.59.0 (2024-08-15)
26

37
* **Feature**: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

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)