Skip to content

Commit a75d769

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-01-18
1 parent cd71142 commit a75d769

Some content is hidden

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

49 files changed

+126
-115
lines changed

.changelog/11bdec22ee6043ca8daf5be3aad2724f.json

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

.changelog/24113a10aa884c7dbef8b7c9989da291.json

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

.changelog/2fe880b9a393473a88e4a86a74693c7f.json

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

.changelog/892215bcd9d042e59875098201fb1f0a.json

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

.changelog/a98185d3d5bb43c69b9e6c99e377a0ba.json

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

.changelog/b00461b70e994a1a831e987d3689de26.json

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

.changelog/bf49d54df6a44cdd8f510f53feedb832.json

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

.changelog/d4bc92a6c4064c22bd2b44f9a82587ce.json

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Release (2024-01-18)
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/b2bi`: [v1.0.0-preview.11](service/b2bi/CHANGELOG.md#v100-preview11-2024-01-18)
8+
* **Feature**: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
9+
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.36.0](service/cloudtrail/CHANGELOG.md#v1360-2024-01-18)
10+
* **Feature**: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
11+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.90.0](service/connect/CHANGELOG.md#v1900-2024-01-18)
12+
* **Feature**: GetMetricDataV2 now supports 3 groupings
13+
* `github.com/aws/aws-sdk-go-v2/service/drs`: [v1.22.0](service/drs/CHANGELOG.md#v1220-2024-01-18)
14+
* **Feature**: Removed invalid and unnecessary default values.
15+
* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.15.0](service/emrserverless/CHANGELOG.md#v1150-2024-01-18)
16+
* **Feature**: **BREAKFIX**: Correct nullability of InitialCapacityConfig's WorkerCount field. The type of this value has changed from int64 to *int64. Due to this field being marked required, with an enforced minimum of 1, but a default of 0, the former type would result in automatic failure behavior without caller intervention. Calling code will need to be updated accordingly.
17+
* `github.com/aws/aws-sdk-go-v2/service/evidently`: [v1.17.0](service/evidently/CHANGELOG.md#v1170-2024-01-18)
18+
* **Feature**: **BREAKFIX**: Correct nullability of GetExperimentResultsInput's Period field. The type of this value has changed from int64 to *int64. Due to the nature of default value serialization, the former type could cause unexpected/incorrect behavior when set to its zero value. Calling code will need to be updated accordingly.
19+
* `github.com/aws/aws-sdk-go-v2/service/firehose`: [v1.24.0](service/firehose/CHANGELOG.md#v1240-2024-01-18)
20+
* **Feature**: Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
21+
* `github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime`: [v1.23.0](service/sagemakerfeaturestoreruntime/CHANGELOG.md#v1230-2024-01-18)
22+
* **Feature**: Increase BatchGetRecord limits from 10 items to 100 items
23+
124
# Release (2024-01-17)
225

326
## General Highlights

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.5 (2024-01-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.26.4 (2024-01-16)
26

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

config/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
7-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15
7+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7
1111
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7
1212
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7
1313
github.com/aws/smithy-go v1.19.0

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.16 (2024-01-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.16.15 (2024-01-16)
26

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

credentials/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11
8-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6
8+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7
99
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7
1010
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7
1111
github.com/aws/smithy-go v1.19.0

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ go 1.19
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.24.1
7-
github.com/aws/aws-sdk-go-v2/config v1.26.4
7+
github.com/aws/aws-sdk-go-v2/config v1.26.5
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
99
)
1010

1111
require (
12-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
1313
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
1818
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.11 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
2323
github.com/aws/smithy-go v1.19.0 // indirect

example/service/dynamodb/scanItems/go.mod

Lines changed: 3 additions & 3 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.24.1
7-
github.com/aws/aws-sdk-go-v2/config v1.26.4
7+
github.com/aws/aws-sdk-go-v2/config v1.26.5
88
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9
1010
)
1111

1212
require (
13-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15 // indirect
13+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
1414
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
@@ -19,7 +19,7 @@ require (
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.11 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
22-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6 // indirect
22+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
2525
github.com/aws/smithy-go v1.19.0 // indirect

example/service/s3/listObjects/go.mod

Lines changed: 3 additions & 3 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.26.4
6+
github.com/aws/aws-sdk-go-v2/config v1.26.5
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
1212
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 // indirect
13-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15 // indirect
13+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
1414
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
@@ -20,7 +20,7 @@ require (
2020
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.10 // indirect
2121
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.10 // indirect
23-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6 // indirect
23+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
2525
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
2626
github.com/aws/smithy-go v1.19.0 // indirect

example/service/s3/usingPrivateLink/go.mod

Lines changed: 3 additions & 3 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.24.1
7-
github.com/aws/aws-sdk-go-v2/config v1.26.4
7+
github.com/aws/aws-sdk-go-v2/config v1.26.5
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0
1010
)
1111

1212
require (
1313
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 // indirect
14-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15 // indirect
14+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
1616
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
@@ -21,7 +21,7 @@ require (
2121
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.10 // indirect
2222
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.10 // indirect
24-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6 // indirect
24+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
2525
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
2626
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
2727
github.com/aws/smithy-go v1.19.0 // indirect

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ 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.26.4
6+
github.com/aws/aws-sdk-go-v2/config v1.26.5
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
12-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
1313
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2 // indirect
1616
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
18-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6 // indirect
18+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
2121
github.com/aws/smithy-go v1.19.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.15.13 (2024-01-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.15.12 (2024-01-16)
26

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

feature/s3/manager/go.mod

Lines changed: 3 additions & 3 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.24.1
7-
github.com/aws/aws-sdk-go-v2/config v1.26.4
7+
github.com/aws/aws-sdk-go-v2/config v1.26.5
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0
99
github.com/aws/smithy-go v1.19.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.4 // indirect
15-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15 // indirect
15+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
1616
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
1717
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
1818
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.10 // indirect
2323
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
2424
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.10 // indirect
25-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6 // indirect
25+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
2626
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
2727
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
2828
github.com/jmespath/go-jmespath v0.4.0 // 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ 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.26.4
6+
github.com/aws/aws-sdk-go-v2/config v1.26.5
77
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10
88
)
99

1010
require (
1111
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
12-
github.com/aws/aws-sdk-go-v2/credentials v1.16.15 // indirect
12+
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
1313
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
1414
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
1515
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2 // indirect
1616
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
18-
github.com/aws/aws-sdk-go-v2/service/sso v1.18.6 // indirect
18+
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
2121
github.com/aws/smithy-go v1.19.0 // indirect

service/b2bi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.0-preview.11 (2024-01-18)
2+
3+
* **Feature**: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
4+
15
# v1.0.0-preview.10 (2024-01-04)
26

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

service/b2bi/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/cloudtrail/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2024-01-18)
2+
3+
* **Feature**: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
4+
15
# v1.35.7 (2024-01-04)
26

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

service/cloudtrail/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.90.0 (2024-01-18)
2+
3+
* **Feature**: GetMetricDataV2 now supports 3 groupings
4+
15
# v1.89.0 (2024-01-12)
26

37
* **Feature**: Supervisor Barge for Chat is now supported through the MonitorContact API.

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/drs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.0 (2024-01-18)
2+
3+
* **Feature**: Removed invalid and unnecessary default values.
4+
15
# v1.21.2 (2024-01-04)
26

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

0 commit comments

Comments
 (0)