Skip to content

Commit

Permalink
Publish v3.333.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 15, 2023
1 parent ec6e504 commit 4a0c15a
Show file tree
Hide file tree
Showing 13 changed files with 79 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.333.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.332.0...v3.333.0) (2023-05-15)


### Features

* **client-athena:** You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. ([f25e039](https://github.com/aws/aws-sdk-js-v3/commit/f25e039696d9cf38fc85f86a9618be21d256df37))
* **client-codecatalyst:** With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst ([22d0496](https://github.com/aws/aws-sdk-js-v3/commit/22d0496afd414449d28df8f8331dcd674bd6231f))
* **client-kafka:** Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs ([060e2bd](https://github.com/aws/aws-sdk-js-v3/commit/060e2bdfaa59af59c346b4a7ae92e8005c783848))
* **client-rekognition:** 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. ([beb1d38](https://github.com/aws/aws-sdk-js-v3/commit/beb1d383cdf3652aad2bb0330aa5f64dc9e5e54b))
* **client-rolesanywhere:** Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600. ([faf4b70](https://github.com/aws/aws-sdk-js-v3/commit/faf4b70930dca22a5679d83fb8696edfbe445514))
* **client-transfer:** 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. ([96f9884](https://github.com/aws/aws-sdk-js-v3/commit/96f98840131b6463aada6ac629d722cc87aa73b9))
* **clients:** update client endpoints as of 2023-05-15 ([ec6e504](https://github.com/aws/aws-sdk-js-v3/commit/ec6e5041226d94baba79323743665b853f6a8be0))





# [3.332.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.331.0...v3.332.0) (2023-05-11)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
|@aws-sdk/abort-controller|3.310.0|16.7 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-app-mesh|3.329.0|1.1 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-application-insights|3.329.0|538.1 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-athena|3.329.0|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-athena|3.332.0|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-auto-scaling|3.329.0|1.8 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-cloudformation|3.329.0|1.8 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-cloudhsm-v2|3.329.0|353.5 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-athena/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.333.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.332.0...v3.333.0) (2023-05-15)


### Features

* **client-athena:** You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. ([f25e039](https://github.com/aws/aws-sdk-js-v3/commit/f25e039696d9cf38fc85f86a9618be21d256df37))





# [3.332.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.331.0...v3.332.0) (2023-05-11)

**Note:** Version bump only for package @aws-sdk/client-athena
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-athena",
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
"version": "3.332.0",
"version": "3.333.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-codecatalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.333.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.332.0...v3.333.0) (2023-05-15)


### Features

* **client-codecatalyst:** With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst ([22d0496](https://github.com/aws/aws-sdk-js-v3/commit/22d0496afd414449d28df8f8331dcd674bd6231f))





# [3.332.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.331.0...v3.332.0) (2023-05-11)

**Note:** Version bump only for package @aws-sdk/client-codecatalyst
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codecatalyst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codecatalyst",
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
"version": "3.332.0",
"version": "3.333.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-rekognition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.333.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.332.0...v3.333.0) (2023-05-15)


### Features

* **client-rekognition:** 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. ([beb1d38](https://github.com/aws/aws-sdk-js-v3/commit/beb1d383cdf3652aad2bb0330aa5f64dc9e5e54b))





# [3.332.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.331.0...v3.332.0) (2023-05-11)

**Note:** Version bump only for package @aws-sdk/client-rekognition
Expand Down
2 changes: 1 addition & 1 deletion clients/client-rekognition/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rekognition",
"description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
"version": "3.332.0",
"version": "3.333.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-rolesanywhere/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.333.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.332.0...v3.333.0) (2023-05-15)


### Features

* **client-rolesanywhere:** Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600. ([faf4b70](https://github.com/aws/aws-sdk-js-v3/commit/faf4b70930dca22a5679d83fb8696edfbe445514))





# [3.332.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.331.0...v3.332.0) (2023-05-11)

**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
Expand Down
2 changes: 1 addition & 1 deletion clients/client-rolesanywhere/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rolesanywhere",
"description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
"version": "3.332.0",
"version": "3.333.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-transfer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.333.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.332.0...v3.333.0) (2023-05-15)


### Features

* **client-transfer:** 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. ([96f9884](https://github.com/aws/aws-sdk-js-v3/commit/96f98840131b6463aada6ac629d722cc87aa73b9))





# [3.332.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.331.0...v3.332.0) (2023-05-11)

**Note:** Version bump only for package @aws-sdk/client-transfer
Expand Down
2 changes: 1 addition & 1 deletion clients/client-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-transfer",
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
"version": "3.332.0",
"version": "3.333.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.332.0",
"version": "3.333.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 4a0c15a

Please sign in to comment.