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.

0 commit comments

Comments
 (0)