Skip to content

Commit

Permalink
Release 2023-05-15
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 15, 2023
1 parent d35f788 commit 31ab707
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 57 deletions.
8 changes: 0 additions & 8 deletions .changelog/098500eee7ec44f69f6ce7a11fbd46d3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/0aba22ed88e246f7b5e8aadcece36916.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6c7f5ba501f34eb8b115166eb0b8dcc8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9629df9a620f498a8fd2888e82b0a43d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/b029974d8b45429d8117f2429480868f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/f8930ac3fda24c48afa8e1fc6bea31cd.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release (2023-05-15)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.27.0](service/athena/CHANGELOG.md#v1270-2023-05-15)
* **Feature**: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
* `github.com/aws/aws-sdk-go-v2/service/codecatalyst`: [v1.3.0](service/codecatalyst/CHANGELOG.md#v130-2023-05-15)
* **Feature**: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst
* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.28.0](service/rekognition/CHANGELOG.md#v1280-2023-05-15)
* **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.
* `github.com/aws/aws-sdk-go-v2/service/rolesanywhere`: [v1.2.0](service/rolesanywhere/CHANGELOG.md#v120-2023-05-15)
* **Feature**: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.29.0](service/transfer/CHANGELOG.md#v1290-2023-05-15)
* **Feature**: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

# Release (2023-05-11)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/athena/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2023-05-15)

* **Feature**: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.

# v1.26.1 (2023-05-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/athena/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/codecatalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.3.0 (2023-05-15)

* **Feature**: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst

# v1.2.6 (2023-05-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/codecatalyst/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.20.0
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.10
github.com/aws/aws-sdk-go-v2/service/appstream v1.20.11
github.com/aws/aws-sdk-go-v2/service/athena v1.26.1
github.com/aws/aws-sdk-go-v2/service/athena v1.27.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.28.7
github.com/aws/aws-sdk-go-v2/service/batch v1.23.5
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.27.4
Expand Down Expand Up @@ -62,10 +62,10 @@ require (
github.com/aws/aws-sdk-go-v2/service/polly v1.25.10
github.com/aws/aws-sdk-go-v2/service/rds v1.44.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.11
github.com/aws/aws-sdk-go-v2/service/rekognition v1.27.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.28.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.28.1
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.10
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.9
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.10
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.7
Expand Down
4 changes: 4 additions & 0 deletions service/rekognition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.0 (2023-05-15)

* **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.

# v1.27.0 (2023-05-04)

* **Feature**: This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
Expand Down
2 changes: 1 addition & 1 deletion service/rekognition/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/rolesanywhere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.0 (2023-05-15)

* **Feature**: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.

# v1.1.11 (2023-05-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/rolesanywhere/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/route53resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.10 (2023-05-15)

* No change notes available for this release.

# v1.17.9 (2023-05-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/route53resolver/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/transfer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.29.0 (2023-05-15)

* **Feature**: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.

# v1.28.12 (2023-05-04)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/transfer/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31ab707

Please # to comment.