Skip to content

Commit 1433025

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-11-14
1 parent 34bafde commit 1433025

File tree

65 files changed

+157
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+157
-154
lines changed

.changelog/0593bfc1f00841febcb73c7957839f01.json

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

.changelog/5b444290be1a40dbb6de9d63a9d732ae.json

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

.changelog/6154ac66f66a4879bf008ced316862f2.json

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

.changelog/78a6f0ebc1c145d59dd3972e5cf62b99.json

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

.changelog/7991c36359944dfab03f83d85d8810ae.json

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

.changelog/8e3020333b3149d0a331d2c1acc8f3b3.json

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

.changelog/aa90b85328ac426e90e84e3e52446f56.json

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

.changelog/aeb654ab45f54a3bb2e2f7eaba5be3bb.json

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

.changelog/b529262a1c6b4281bf7029a037c8dc89.json

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

.changelog/b5c5a7bf1f8d4ff889199222ce8eae06.json

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

.changelog/c0acbd7d103449ceb68820c55cef32f9.json

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

.changelog/c17a9eaad0dd4b2d8d50c59a79c3d600.json

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

.changelog/ef43596d444140f1ab14f94d2e8ae6c0.json

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

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# Release (2023-11-14)
2+
3+
## General Highlights
4+
* **Feature**: Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider.
5+
* **Dependency Update**: Updated to the latest SDK module versions
6+
7+
## Module Highlights
8+
* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.28.0](service/backup/CHANGELOG.md#v1280-2023-11-14)
9+
* **Feature**: AWS Backup - Features: Provide Job Summary for your backup activity.
10+
* `github.com/aws/aws-sdk-go-v2/service/cleanrooms`: [v1.7.0](service/cleanrooms/CHANGELOG.md#v170-2023-11-14)
11+
* **Feature**: This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs.
12+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.80.0](service/connect/CHANGELOG.md#v1800-2023-11-14)
13+
* **Feature**: Introducing SegmentAttributes parameter for StartChatContact API
14+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.68.0](service/glue/CHANGELOG.md#v1680-2023-11-14)
15+
* **Feature**: Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.
16+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.44.0](service/iot/CHANGELOG.md#v1440-2023-11-14)
17+
* **Feature**: This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.
18+
* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.46.0](service/lambda/CHANGELOG.md#v1460-2023-11-14)
19+
* **Feature**: Add Python 3.12 (python3.12) support to AWS Lambda
20+
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.31.0](service/mediatailor/CHANGELOG.md#v1310-2023-11-14)
21+
* **Feature**: Removed unnecessary default values.
22+
* `github.com/aws/aws-sdk-go-v2/service/pipes`: [v1.7.0](service/pipes/CHANGELOG.md#v170-2023-11-14)
23+
* **Feature**: Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose
24+
* `github.com/aws/aws-sdk-go-v2/service/resourceexplorer2`: [v1.7.0](service/resourceexplorer2/CHANGELOG.md#v170-2023-11-14)
25+
* **Feature**: Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit.
26+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.116.0](service/sagemaker/CHANGELOG.md#v11160-2023-11-14)
27+
* **Feature**: This release makes Model Registry Inference Specification fields as not required.
28+
* `github.com/aws/aws-sdk-go-v2/service/sfn`: [v1.22.0](service/sfn/CHANGELOG.md#v1220-2023-11-14)
29+
* **Feature**: This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation.
30+
* `github.com/aws/aws-sdk-go-v2/service/signer`: [v1.18.2](service/signer/CHANGELOG.md#v1182-2023-11-14)
31+
* **Documentation**: Documentation updates for AWS Signer
32+
133
# Release (2023-11-13)
234

335
## General Highlights

config/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.25.0 (2023-11-14)
2+
3+
* **Feature**: Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider.
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
16
# v1.24.0 (2023-11-13)
27

38
* **Feature**: Replace the legacy config parser with a modern, less-strict implementation. Parsing failures within a section will now simply ignore the invalid line rather than silently drop the entire section.

config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.22.2
7-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2
7+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.0
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.17.1

config/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.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2023-11-14)
2+
3+
* **Feature**: Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider.
4+
15
# v1.15.2 (2023-11-09)
26

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

credentials/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.

example/service/dynamodb/createTable/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.22.2
7-
github.com/aws/aws-sdk-go-v2/config v1.24.0
7+
github.com/aws/aws-sdk-go-v2/config v1.25.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1
99
)
1010

1111
require (
12-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect
1313
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect

example/service/dynamodb/scanItems/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.22.2
7-
github.com/aws/aws-sdk-go-v2/config v1.24.0
7+
github.com/aws/aws-sdk-go-v2/config v1.25.0
88
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.1
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1
1010
)
1111

1212
require (
13-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect
13+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect
1414
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect

example/service/s3/listObjects/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
33
go 1.19
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.24.0
6+
github.com/aws/aws-sdk-go-v2/config v1.25.0
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect
1212
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect
13-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect
13+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect
1414
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect

example/service/s3/usingPrivateLink/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.22.2
7-
github.com/aws/aws-sdk-go-v2/config v1.24.0
7+
github.com/aws/aws-sdk-go-v2/config v1.25.0
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2
1010
)
1111

1212
require (
1313
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect
14-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect
14+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect

feature/ec2/imds/internal/configtesting/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
33
go 1.19
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.24.0
6+
github.com/aws/aws-sdk-go-v2/config v1.25.0
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect
12-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect
1313
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.0 // indirect

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.13.7 (2023-11-14)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.13.6 (2023-11-13)
26

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

feature/s3/manager/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.22.2
7-
github.com/aws/aws-sdk-go-v2/config v1.24.0
7+
github.com/aws/aws-sdk-go-v2/config v1.25.0
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1
99
github.com/aws/smithy-go v1.16.0
1010
github.com/google/go-cmp v0.5.8
1111
)
1212

1313
require (
1414
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect
15-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect
15+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect
1616
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect
1818
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect

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/configsources/configtesting/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
33
go 1.19
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.24.0
6+
github.com/aws/aws-sdk-go-v2/config v1.25.0
77
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect
12-
github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect
1313
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.0 // indirect

service/appconfigdata/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.10.2 (2023-11-14)
2+
3+
* No change notes available for this release.
4+
15
# v1.10.1 (2023-11-09)
26

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

service/appconfigdata/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/backup/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2023-11-14)
2+
3+
* **Feature**: AWS Backup - Features: Provide Job Summary for your backup activity.
4+
15
# v1.27.1 (2023-11-09)
26

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

service/backup/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/cleanrooms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2023-11-14)
2+
3+
* **Feature**: This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs.
4+
15
# v1.6.1 (2023-11-09)
26

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

service/cleanrooms/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/codepipeline/CHANGELOG.md

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

37
* No change notes available for this release.

service/codepipeline/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/computeoptimizer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.2 (2023-11-14)
2+
3+
* No change notes available for this release.
4+
15
# v1.29.1 (2023-11-09)
26

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

0 commit comments

Comments
 (0)