diff --git a/.changelog/098500eee7ec44f69f6ce7a11fbd46d3.json b/.changelog/098500eee7ec44f69f6ce7a11fbd46d3.json deleted file mode 100644 index dc975053afa..00000000000 --- a/.changelog/098500eee7ec44f69f6ce7a11fbd46d3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "098500ee-e7ec-44f6-9f6c-e7a11fbd46d3", - "type": "feature", - "description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.", - "modules": [ - "service/rolesanywhere" - ] -} \ No newline at end of file diff --git a/.changelog/0aba22ed88e246f7b5e8aadcece36916.json b/.changelog/0aba22ed88e246f7b5e8aadcece36916.json deleted file mode 100644 index 57550154a30..00000000000 --- a/.changelog/0aba22ed88e246f7b5e8aadcece36916.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0aba22ed-88e2-46f7-b5e8-aadcece36916", - "type": "feature", - "description": "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.", - "modules": [ - "service/rekognition" - ] -} \ No newline at end of file diff --git a/.changelog/6c7f5ba501f34eb8b115166eb0b8dcc8.json b/.changelog/6c7f5ba501f34eb8b115166eb0b8dcc8.json deleted file mode 100644 index 9a02d4a4813..00000000000 --- a/.changelog/6c7f5ba501f34eb8b115166eb0b8dcc8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6c7f5ba5-01f3-4eb8-b115-166eb0b8dcc8", - "type": "feature", - "description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs", - "modules": [ - "service/kafka" - ] -} \ No newline at end of file diff --git a/.changelog/9629df9a620f498a8fd2888e82b0a43d.json b/.changelog/9629df9a620f498a8fd2888e82b0a43d.json deleted file mode 100644 index ec056bae08e..00000000000 --- a/.changelog/9629df9a620f498a8fd2888e82b0a43d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9629df9a-620f-498a-8fd2-888e82b0a43d", - "type": "feature", - "description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst", - "modules": [ - "service/codecatalyst" - ] -} \ No newline at end of file diff --git a/.changelog/b029974d8b45429d8117f2429480868f.json b/.changelog/b029974d8b45429d8117f2429480868f.json deleted file mode 100644 index dff0e986e32..00000000000 --- a/.changelog/b029974d8b45429d8117f2429480868f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b029974d-8b45-429d-8117-f2429480868f", - "type": "feature", - "description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.", - "modules": [ - "service/athena" - ] -} \ No newline at end of file diff --git a/.changelog/f8930ac3fda24c48afa8e1fc6bea31cd.json b/.changelog/f8930ac3fda24c48afa8e1fc6bea31cd.json deleted file mode 100644 index 4913d66e8b4..00000000000 --- a/.changelog/f8930ac3fda24c48afa8e1fc6bea31cd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f8930ac3-fda2-4c48-afa8-e1fc6bea31cd", - "type": "feature", - "description": "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.", - "modules": [ - "service/transfer" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ff803719aba..94a56e5ff67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 868c9201a00..699ea629311 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -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. diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index 206eeea792f..4398891c9e5 100644 --- a/service/athena/go_module_metadata.go +++ b/service/athena/go_module_metadata.go @@ -3,4 +3,4 @@ package athena // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.1" +const goModuleVersion = "1.27.0" diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md index 09e22370644..504ef3c0ed3 100644 --- a/service/codecatalyst/CHANGELOG.md +++ b/service/codecatalyst/CHANGELOG.md @@ -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. diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index ddfffdb1f3a..ad4c3c20b1e 100644 --- a/service/codecatalyst/go_module_metadata.go +++ b/service/codecatalyst/go_module_metadata.go @@ -3,4 +3,4 @@ package codecatalyst // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.6" +const goModuleVersion = "1.3.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index c68a2dc175b..91ddaa1cfde 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -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 @@ -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 diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 8095d84ab59..da2c3648511 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -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. diff --git a/service/rekognition/go_module_metadata.go b/service/rekognition/go_module_metadata.go index ff3fa9960b8..7bf5d2950e3 100644 --- a/service/rekognition/go_module_metadata.go +++ b/service/rekognition/go_module_metadata.go @@ -3,4 +3,4 @@ package rekognition // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.0" +const goModuleVersion = "1.28.0" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 95a004255fe..612952a36c0 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -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. diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index 1c4f8acc25e..ed7102cce67 100644 --- a/service/rolesanywhere/go_module_metadata.go +++ b/service/rolesanywhere/go_module_metadata.go @@ -3,4 +3,4 @@ package rolesanywhere // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.11" +const goModuleVersion = "1.2.0" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index 0c622b2272f..f690b016520 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -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. diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index cd046c14c53..2f5ad3b5cf8 100644 --- a/service/route53resolver/go_module_metadata.go +++ b/service/route53resolver/go_module_metadata.go @@ -3,4 +3,4 @@ package route53resolver // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.9" +const goModuleVersion = "1.17.10" diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 0c47ba8f5b0..a44ca3ea1d3 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -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. diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index 4b8270b908e..e2bfbc3f700 100644 --- a/service/transfer/go_module_metadata.go +++ b/service/transfer/go_module_metadata.go @@ -3,4 +3,4 @@ package transfer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.12" +const goModuleVersion = "1.29.0"