Skip to content

Commit 9fd4e02

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-06-12
1 parent 141db3b commit 9fd4e02

39 files changed

+93
-80
lines changed

.changelog/3725ffa7678b449fa005e251b305d6d9.json

-8
This file was deleted.

.changelog/592dfffac51c44288e815af76106291e.json

-8
This file was deleted.

.changelog/66e3cfc1f5ed48c5ad883143aaa8e270.json

-8
This file was deleted.

.changelog/76e824668f8d4a26862345b1245cdc96.json

-8
This file was deleted.

.changelog/ca0eff2f768a472189a7ff8b0cb3649e.json

-8
This file was deleted.

.changelog/e3ca9c30d3984d469fdb915ac0444d78.json

-8
This file was deleted.

.changelog/e57a53ac97a44e4bb6fb38de73f73be8.json

-8
This file was deleted.

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2023-06-12)
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/amplifyuibuilder`: [v1.11.0](service/amplifyuibuilder/CHANGELOG.md#v1110-2023-06-12)
8+
* **Feature**: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
9+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.19.8](service/dynamodb/CHANGELOG.md#v1198-2023-06-12)
10+
* **Documentation**: Documentation updates for DynamoDB
11+
* `github.com/aws/aws-sdk-go-v2/service/dynamodbstreams`: [v1.14.12](service/dynamodbstreams/CHANGELOG.md#v11412-2023-06-12)
12+
* **Documentation**: Documentation updates for DynamoDB Streams
13+
* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.29.0](service/fsx/CHANGELOG.md#v1290-2023-06-12)
14+
* **Feature**: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
15+
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.18.0](service/opensearch/CHANGELOG.md#v1180-2023-06-12)
16+
* **Feature**: This release adds support for SkipUnavailable connection property for cross cluster search
17+
* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.29.0](service/rekognition/CHANGELOG.md#v1290-2023-06-12)
18+
* **Feature**: This release adds support for improved accuracy with user vector in Amazon Rekognition Face Search. Adds new APIs: AssociateFaces, CreateUser, DeleteUser, DisassociateFaces, ListUsers, SearchUsers, SearchUsersByImage. Also adds new face metadata that can be stored: user vector.
19+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.84.0](service/sagemaker/CHANGELOG.md#v1840-2023-06-12)
20+
* **Feature**: Sagemaker Neo now supports compilation for inferentia2 (ML_INF2) and Trainium1 (ML_TRN1) as available targets. With these devices, you can run your workloads at highest performance with lowest cost. inferentia2 (ML_INF2) is available in CMH and Trainium1 (ML_TRN1) is available in IAD currently
21+
122
# Release (2023-06-09)
223

324
## Module Highlights

example/service/dynamodb/createTable/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.18.0
77
github.com/aws/aws-sdk-go-v2/config v1.18.25
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.8
99
)
1010

1111
replace github.com/aws/aws-sdk-go-v2 => ../../../../

example/service/dynamodb/scanItems/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.18.0
77
github.com/aws/aws-sdk-go-v2/config v1.18.25
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.25
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.26
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.8
1010
)
1111

1212
replace github.com/aws/aws-sdk-go-v2 => ../../../../

feature/dynamodb/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.10.26 (2023-06-12)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.10.25 (2023-05-08)
26

37
* No change notes available for this release.

feature/dynamodb/attributevalue/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.18.0
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
8-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.11
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.8
8+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.12
99
github.com/aws/smithy-go v1.13.5
1010
github.com/google/go-cmp v0.5.8
1111
)

feature/dynamodb/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/dynamodb/expression/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.4.53 (2023-06-12)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.4.52 (2023-05-08)
26

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

feature/dynamodb/expression/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.18.0
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.25
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.26
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.8
99
github.com/google/go-cmp v0.5.8
1010
)
1111

feature/dynamodb/expression/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/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.10.26 (2023-06-12)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.10.25 (2023-05-09)
26

37
* No change notes available for this release.

feature/dynamodbstreams/attributevalue/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.18.0
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
8-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.11
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.8
8+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.12
99
github.com/aws/smithy-go v1.13.5
1010
github.com/google/go-cmp v0.5.8
1111
)

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.

service/amplifyuibuilder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.0 (2023-06-12)
2+
3+
* **Feature**: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
4+
15
# v1.10.4 (2023-05-04)
26

37
* No change notes available for this release.

service/amplifyuibuilder/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/dlm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.4 (2023-06-12)
2+
3+
* No change notes available for this release.
4+
15
# v1.15.3 (2023-05-04)
26

37
* No change notes available for this release.

service/dlm/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/dynamodb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.8 (2023-06-12)
2+
3+
* **Documentation**: Documentation updates for DynamoDB
4+
15
# v1.19.7 (2023-05-04)
26

37
* No change notes available for this release.

service/dynamodb/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/dynamodbstreams/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.12 (2023-06-12)
2+
3+
* **Documentation**: Documentation updates for DynamoDB Streams
4+
15
# v1.14.11 (2023-05-04)
26

37
* No change notes available for this release.

service/dynamodbstreams/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/fsx/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2023-06-12)
2+
3+
* **Feature**: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
4+
15
# v1.28.13 (2023-05-25)
26

37
* No change notes available for this release.

service/fsx/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
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go v1.44.28
77
github.com/aws/aws-sdk-go-v2 v1.18.0
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.8
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.10
1010
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.15.10

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/aws/aws-sdk-go-v2/service/directconnect v1.18.15
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.17.1
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.21.3
33-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.7
33+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.8
3434
github.com/aws/aws-sdk-go-v2/service/ec2 v1.99.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.11
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.27.1
@@ -62,7 +62,7 @@ require (
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.26.0
6363
github.com/aws/aws-sdk-go-v2/service/rds v1.45.0
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.11
65-
github.com/aws/aws-sdk-go-v2/service/rekognition v1.28.0
65+
github.com/aws/aws-sdk-go-v2/service/rekognition v1.29.0
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.28.1
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.10
6868
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.11

service/opensearch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2023-06-12)
2+
3+
* **Feature**: This release adds support for SkipUnavailable connection property for cross cluster search
4+
15
# v1.17.0 (2023-05-04)
26

37
* **Feature**: DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain

service/opensearch/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/rekognition/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2023-06-12)
2+
3+
* **Feature**: This release adds support for improved accuracy with user vector in Amazon Rekognition Face Search. Adds new APIs: AssociateFaces, CreateUser, DeleteUser, DisassociateFaces, ListUsers, SearchUsers, SearchUsersByImage. Also adds new face metadata that can be stored: user vector.
4+
15
# v1.28.0 (2023-05-15)
26

37
* **Feature**: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.

service/rekognition/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/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.84.0 (2023-06-12)
2+
3+
* **Feature**: Sagemaker Neo now supports compilation for inferentia2 (ML_INF2) and Trainium1 (ML_TRN1) as available targets. With these devices, you can run your workloads at highest performance with lowest cost. inferentia2 (ML_INF2) is available in CMH and Trainium1 (ML_TRN1) is available in IAD currently
4+
15
# v1.83.0 (2023-06-02)
26

37
* **Feature**: This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.

service/sagemaker/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/sagemakermetrics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.16 (2023-06-12)
2+
3+
* No change notes available for this release.
4+
15
# v1.0.15 (2023-05-08)
26

37
* No change notes available for this release.

service/sagemakermetrics/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)