Skip to content

Commit b238d3f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-05-14
1 parent 85f8268 commit b238d3f

File tree

16 files changed

+37
-26
lines changed

16 files changed

+37
-26
lines changed

.changelog/17f6880701f34043b8f0c61e28432a0e.json

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

.changelog/9a8cd26cd4784b299d51366dcf12c82f.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release (2024-05-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/connect`: [v1.98.0](service/connect/CHANGELOG.md#v1980-2024-05-14)
8+
* **Feature**: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
9+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.54.0](service/s3/CHANGELOG.md#v1540-2024-05-14)
10+
* **Feature**: Updated a few x-id in the http uri traits
11+
112
# Release (2024-05-13)
213

314
## 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.20
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.27.13
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.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.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.26.1
77
github.com/aws/aws-sdk-go-v2/config v1.27.13
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.7
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.16.18 (2024-05-14)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.16.17 (2024-05-10)
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.20
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.26.1
77
github.com/aws/aws-sdk-go-v2/config v1.27.13
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0
99
github.com/aws/smithy-go v1.20.2
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/connect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.98.0 (2024-05-14)
2+
3+
* **Feature**: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
4+
15
# v1.97.1 (2024-05-08)
26

37
* **Bug Fix**: GoDoc improvement

service/connect/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.26.1
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.1
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.5
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.24.5
1212
github.com/aws/smithy-go v1.20.2
1313
)

service/internal/integrationtest/go.mod

Lines changed: 2 additions & 2 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.26.1
55
github.com/aws/aws-sdk-go-v2/config v1.27.13
6-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.17
6+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.18
77
github.com/aws/aws-sdk-go-v2/service/acm v1.25.5
88
github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.7
99
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.5
@@ -67,7 +67,7 @@ require (
6767
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.5
6868
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.5
6969
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.28.2
70-
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2
70+
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.0
7171
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.7
7272
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.7
7373
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.5

service/opensearchserverless/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.8 (2024-05-14)
2+
3+
* No change notes available for this release.
4+
15
# v1.11.7 (2024-05-13)
26

37
* No change notes available for this release.

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.54.0 (2024-05-14)
2+
3+
* **Feature**: Updated a few x-id in the http uri traits
4+
15
# v1.53.2 (2024-05-08)
26

37
* **Bug Fix**: GoDoc improvement

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)