Skip to content

Commit 66f75b6

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-07-02
1 parent 607ebbf commit 66f75b6

File tree

17 files changed

+38
-35
lines changed

17 files changed

+38
-35
lines changed

.changelog/89b6da9ef7dc438f862577cb88196b10.json

-8
This file was deleted.

.changelog/b63a0f0f2b34482789e79fcf2e6db4b0.json

-8
This file was deleted.

.changelog/e6da241c643b4864a2da08cb763f8afe.json

-8
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release (2024-07-02)
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/ec2`: [v1.168.0](service/ec2/CHANGELOG.md#v11680-2024-07-02)
8+
* **Feature**: Documentation updates for Elastic Compute Cloud (EC2).
9+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.58.0](service/s3/CHANGELOG.md#v1580-2024-07-02)
10+
* **Feature**: Added response overrides to Head Object requests.
11+
112
# Release (2024-07-01)
213

314
## Module Highlights

example/service/s3/listObjects/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.27.23
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.57.1
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.1
77
github.com/aws/aws-sdk-go-v2/config v1.27.23
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.57.1
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.1
1010
)
1111

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.40 (2024-07-02)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.39 (2024-07-01)
26

37
* No change notes available for this release.

feature/dynamodbstreams/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.4 (2024-07-02)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.3 (2024-06-28)
26

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

feature/s3/manager/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.1
77
github.com/aws/aws-sdk-go-v2/config v1.27.23
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.57.1
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0
99
github.com/aws/smithy-go v1.20.3
1010
)
1111

feature/s3/manager/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.168.0 (2024-07-02)
2+
3+
* **Feature**: Documentation updates for Elastic Compute Cloud (EC2).
4+
15
# v1.167.1 (2024-06-28)
26

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

service/ec2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.30.1
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.1
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.22.1
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.57.1
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.26.1
1212
github.com/aws/smithy-go v1.20.3
1313
)

service/internal/integrationtest/go.mod

+3-3
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.1
55
github.com/aws/aws-sdk-go-v2/config v1.27.23
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.3
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.4
77
github.com/aws/aws-sdk-go-v2/service/acm v1.28.1
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.1
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.30.1
@@ -32,7 +32,7 @@ require (
3232
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.1
3333
github.com/aws/aws-sdk-go-v2/service/docdb v1.36.1
3434
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.1
35-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.167.1
35+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.168.0
3636
github.com/aws/aws-sdk-go-v2/service/ecr v1.30.1
3737
github.com/aws/aws-sdk-go-v2/service/ecs v1.44.1
3838
github.com/aws/aws-sdk-go-v2/service/efs v1.31.1
@@ -66,7 +66,7 @@ require (
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.42.1
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.25.1
6868
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.30.1
69-
github.com/aws/aws-sdk-go-v2/service/s3 v1.57.1
69+
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.46.1
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.1
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.30.1

service/s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.58.0 (2024-07-02)
2+
3+
* **Feature**: Added response overrides to Head Object requests.
4+
15
# v1.57.1 (2024-06-28)
26

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

service/s3/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)