Skip to content

Commit

Permalink
Publish v3.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 17, 2022
1 parent 0fbc587 commit cf420b3
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions 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.93.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.92.0...v3.93.0) (2022-05-17)


### Features

* **client-glue:** This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration. ([61ab9ac](https://github.com/aws/aws-sdk-js-v3/commit/61ab9ac9889a127c57302155b0f881fef19b02e4))





# [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)


Expand Down
4 changes: 2 additions & 2 deletions benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
|@aws-sdk/client-efs|3.87.0|1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-eventbridge|3.88.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-firehose|3.87.0|783.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-glue|3.87.0|4.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-glue|3.92.0|4.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-iam|3.87.0|3.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-kinesis|3.88.0|942.8 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-kms|3.87.0|1.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-kms|3.92.0|1.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-lambda|3.90.0|2.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-opsworks|3.87.0|1.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-pinpoint|3.87.0|3.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-glue/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.93.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.92.0...v3.93.0) (2022-05-17)


### Features

* **client-glue:** This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration. ([61ab9ac](https://github.com/aws/aws-sdk-js-v3/commit/61ab9ac9889a127c57302155b0f881fef19b02e4))





# [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)

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

# [3.93.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.92.0...v3.93.0) (2022-05-17)

**Note:** Version bump only for package @aws-sdk/client-kms





# [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)

**Note:** Version bump only for package @aws-sdk/client-kms
Expand Down
2 changes: 1 addition & 1 deletion clients/client-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-kms",
"description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
"version": "3.92.0",
"version": "3.93.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.92.0",
"version": "3.93.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit cf420b3

Please sign in to comment.