From 91b262830ac186cf0b92a7a4fa4e37e435484f9e Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 11 Apr 2023 19:40:43 +0000 Subject: [PATCH] Publish v3.311.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ benchmark/size/report.md | 4 ++-- clients/client-ec2/CHANGELOG.md | 8 ++++++++ clients/client-ec2/package.json | 2 +- clients/client-ecr-public/CHANGELOG.md | 11 +++++++++++ clients/client-ecr-public/package.json | 2 +- clients/client-emr-serverless/CHANGELOG.md | 11 +++++++++++ clients/client-emr-serverless/package.json | 2 +- clients/client-eventbridge/CHANGELOG.md | 11 +++++++++++ clients/client-eventbridge/package.json | 2 +- clients/client-iot-data-plane/CHANGELOG.md | 11 +++++++++++ clients/client-iot-data-plane/package.json | 2 +- clients/client-wafv2/CHANGELOG.md | 11 +++++++++++ clients/client-wafv2/package.json | 2 +- lerna.json | 2 +- packages/middleware-sdk-ec2/CHANGELOG.md | 11 +++++++++++ packages/middleware-sdk-ec2/package.json | 2 +- 17 files changed, 106 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dae73a844f2..840a577a0e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + + +### Bug Fixes + +* **middleware-sdk-ec2:** serialize presignedUrl into request body ([#4629](https://github.com/aws/aws-sdk-js-v3/issues/4629)) ([5e82636](https://github.com/aws/aws-sdk-js-v3/commit/5e826366a15de496327fefa4f1d3b879968cdc69)) + + +### Features + +* **client-ecr-public:** This release will allow using registry alias as registryId in BatchDeleteImage request. ([ba305cf](https://github.com/aws/aws-sdk-js-v3/commit/ba305cf08875ea40358a2c8e1316c36f40854244)) +* **client-emr-serverless:** This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified). ([5a7de1b](https://github.com/aws/aws-sdk-js-v3/commit/5a7de1bef66841a931d5e0f643370cda299ae0b4)) +* **client-eventbridge:** EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters ([829cbbf](https://github.com/aws/aws-sdk-js-v3/commit/829cbbf5df9087ee1ffa960586155898a5ab735e)) +* **client-iot-data-plane:** This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API ([e663f3f](https://github.com/aws/aws-sdk-js-v3/commit/e663f3ffd51844738fc8e8c9b321d9f6931cc4e5)) +* **client-iot:** Re-release to remove unexpected API changes ([4a0d34e](https://github.com/aws/aws-sdk-js-v3/commit/4a0d34e541ff551ca79071a738ce9a276f51fc94)) +* **client-wafv2:** For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs. ([25573e3](https://github.com/aws/aws-sdk-js-v3/commit/25573e3ba1a9e92613973e7db6ec1d75c051771b)) +* **clients:** update client endpoints as of 2023-04-11 ([ac0a5f5](https://github.com/aws/aws-sdk-js-v3/commit/ac0a5f54798f3d6d590093bc573dfc4a730590a3)) + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/benchmark/size/report.md b/benchmark/size/report.md index b1e4be08c9d3..08df5eb4acb7 100644 --- a/benchmark/size/report.md +++ b/benchmark/size/report.md @@ -17,9 +17,9 @@ |@aws-sdk/client-cognito-identity-provider|3.309.0|2.7 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| |@aws-sdk/client-cognito-sync|3.309.0|475.1 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| |@aws-sdk/client-dynamodb|3.309.0|1.8 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| -|@aws-sdk/client-ec2|3.309.0|14.6 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| +|@aws-sdk/client-ec2|3.310.0|14.6 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| |@aws-sdk/client-efs|3.309.0|844.9 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| -|@aws-sdk/client-eventbridge|3.309.0|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| +|@aws-sdk/client-eventbridge|3.310.0|1.2 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| |@aws-sdk/client-firehose|3.309.0|648.9 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| |@aws-sdk/client-glue|3.309.0|4.6 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| |@aws-sdk/client-iam|3.309.0|3.5 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)| diff --git a/clients/client-ec2/CHANGELOG.md b/clients/client-ec2/CHANGELOG.md index 01e95d40b7cf..c7d3e1bc1831 100644 --- a/clients/client-ec2/CHANGELOG.md +++ b/clients/client-ec2/CHANGELOG.md @@ -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.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + +**Note:** Version bump only for package @aws-sdk/client-ec2 + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index c57489263f55..4c7c2b2f2897 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-ec2", "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native", - "version": "3.310.0", + "version": "3.311.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-ecr-public/CHANGELOG.md b/clients/client-ecr-public/CHANGELOG.md index fd5ee97d8134..632e23ddf1d7 100644 --- a/clients/client-ecr-public/CHANGELOG.md +++ b/clients/client-ecr-public/CHANGELOG.md @@ -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.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + + +### Features + +* **client-ecr-public:** This release will allow using registry alias as registryId in BatchDeleteImage request. ([ba305cf](https://github.com/aws/aws-sdk-js-v3/commit/ba305cf08875ea40358a2c8e1316c36f40854244)) + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json index 224437ef9fb3..69d1b8fe2c76 100644 --- a/clients/client-ecr-public/package.json +++ b/clients/client-ecr-public/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-ecr-public", "description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native", - "version": "3.310.0", + "version": "3.311.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-emr-serverless/CHANGELOG.md b/clients/client-emr-serverless/CHANGELOG.md index e3604af0f6aa..5d98e12e6b8d 100644 --- a/clients/client-emr-serverless/CHANGELOG.md +++ b/clients/client-emr-serverless/CHANGELOG.md @@ -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.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + + +### Features + +* **client-emr-serverless:** This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified). ([5a7de1b](https://github.com/aws/aws-sdk-js-v3/commit/5a7de1bef66841a931d5e0f643370cda299ae0b4)) + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/clients/client-emr-serverless/package.json b/clients/client-emr-serverless/package.json index 4b8ecae2137d..34caf79959c7 100644 --- a/clients/client-emr-serverless/package.json +++ b/clients/client-emr-serverless/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-emr-serverless", "description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native", - "version": "3.310.0", + "version": "3.311.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-eventbridge/CHANGELOG.md b/clients/client-eventbridge/CHANGELOG.md index 9f53617247a8..4302b2c2daaa 100644 --- a/clients/client-eventbridge/CHANGELOG.md +++ b/clients/client-eventbridge/CHANGELOG.md @@ -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.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + + +### Features + +* **client-eventbridge:** EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters ([829cbbf](https://github.com/aws/aws-sdk-js-v3/commit/829cbbf5df9087ee1ffa960586155898a5ab735e)) + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json index 57afe6661110..6f30d3f2d19f 100644 --- a/clients/client-eventbridge/package.json +++ b/clients/client-eventbridge/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-eventbridge", "description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native", - "version": "3.310.0", + "version": "3.311.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-iot-data-plane/CHANGELOG.md b/clients/client-iot-data-plane/CHANGELOG.md index 160f7bb2bdf6..192e57eb5f23 100644 --- a/clients/client-iot-data-plane/CHANGELOG.md +++ b/clients/client-iot-data-plane/CHANGELOG.md @@ -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.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + + +### Features + +* **client-iot-data-plane:** This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API ([e663f3f](https://github.com/aws/aws-sdk-js-v3/commit/e663f3ffd51844738fc8e8c9b321d9f6931cc4e5)) + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json index 5907cdc2746b..4bd503282840 100644 --- a/clients/client-iot-data-plane/package.json +++ b/clients/client-iot-data-plane/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-iot-data-plane", "description": "AWS SDK for JavaScript Iot Data Plane Client for Node.js, Browser and React Native", - "version": "3.310.0", + "version": "3.311.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-wafv2/CHANGELOG.md b/clients/client-wafv2/CHANGELOG.md index 191158520437..4349f16c000b 100644 --- a/clients/client-wafv2/CHANGELOG.md +++ b/clients/client-wafv2/CHANGELOG.md @@ -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.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + + +### Features + +* **client-wafv2:** For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs. ([25573e3](https://github.com/aws/aws-sdk-js-v3/commit/25573e3ba1a9e92613973e7db6ec1d75c051771b)) + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/clients/client-wafv2/package.json b/clients/client-wafv2/package.json index 4fe70a01bfb8..393687b07923 100644 --- a/clients/client-wafv2/package.json +++ b/clients/client-wafv2/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-wafv2", "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native", - "version": "3.310.0", + "version": "3.311.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/lerna.json b/lerna.json index a63d1af01871..befaac960d98 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.310.0", + "version": "3.311.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/middleware-sdk-ec2/CHANGELOG.md b/packages/middleware-sdk-ec2/CHANGELOG.md index 75401c8cad11..19fb7982cbaa 100644 --- a/packages/middleware-sdk-ec2/CHANGELOG.md +++ b/packages/middleware-sdk-ec2/CHANGELOG.md @@ -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.311.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.310.0...v3.311.0) (2023-04-11) + + +### Bug Fixes + +* **middleware-sdk-ec2:** serialize presignedUrl into request body ([#4629](https://github.com/aws/aws-sdk-js-v3/issues/4629)) ([5e82636](https://github.com/aws/aws-sdk-js-v3/commit/5e826366a15de496327fefa4f1d3b879968cdc69)) + + + + + # [3.310.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.309.0...v3.310.0) (2023-04-10) diff --git a/packages/middleware-sdk-ec2/package.json b/packages/middleware-sdk-ec2/package.json index cc63e963c00e..f0463f573362 100644 --- a/packages/middleware-sdk-ec2/package.json +++ b/packages/middleware-sdk-ec2/package.json @@ -1,6 +1,6 @@ { "name": "@aws-sdk/middleware-sdk-ec2", - "version": "3.310.0", + "version": "3.311.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json",