Skip to content

Commit 342e04e

Browse files
author
awstools
committed
Publish v3.90.0
1 parent ed7b520 commit 342e04e

File tree

25 files changed

+134
-14
lines changed

25 files changed

+134
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.90.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.89.0...v3.90.0) (2022-05-12)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target. ([ed7b520](https://github.com/aws/aws-sdk-js-v3/commit/ed7b5208c5072a12a20e7080e84ac9e3091b6f99))
12+
* **client-kendra:** Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html ([37c9777](https://github.com/aws/aws-sdk-js-v3/commit/37c9777fa7b6cd71a024f399fe99016d3960a719))
13+
* **client-lambda:** Lambda releases NodeJs 16 managed runtime to be available in all commercial regions. ([22a47c1](https://github.com/aws/aws-sdk-js-v3/commit/22a47c18cda82d7703f0c1fb473214dc4de83322))
14+
* **client-lightsail:** This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request. ([2ed03c4](https://github.com/aws/aws-sdk-js-v3/commit/2ed03c4609739967b0bb191639cae41ff01a168c))
15+
* **client-ssm-incidents:** Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract. ([67fcba1](https://github.com/aws/aws-sdk-js-v3/commit/67fcba1df63f50c80a3bc11015a8d2d73cf85084))
16+
* **client-workspaces:** Increased the character limit of the login message from 600 to 850 characters. ([796d6f4](https://github.com/aws/aws-sdk-js-v3/commit/796d6f4f239ebe5c9ccbabf081917725d58d1444))
17+
* Add Cloudfront package to sign URLs and cookies ([#3461](https://github.com/aws/aws-sdk-js-v3/issues/3461)) ([f109ed5](https://github.com/aws/aws-sdk-js-v3/commit/f109ed5e985563256aff83a45f19a148465e978e))
18+
19+
20+
21+
22+
623
# [3.89.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.88.0...v3.89.0) (2022-05-11)
724

825

benchmark/size/report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
|@aws-sdk/client-cognito-identity-provider|3.85.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1818
|@aws-sdk/client-cognito-sync|3.85.0|639.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1919
|@aws-sdk/client-dynamodb|3.85.0|2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20-
|@aws-sdk/client-ec2|3.88.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20+
|@aws-sdk/client-ec2|3.89.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2121
|@aws-sdk/client-efs|3.85.0|1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2222
|@aws-sdk/client-eventbridge|3.87.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2323
|@aws-sdk/client-firehose|3.85.0|783.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2424
|@aws-sdk/client-glue|3.85.0|4.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2525
|@aws-sdk/client-iam|3.85.0|3.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2626
|@aws-sdk/client-kinesis|3.87.0|942.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2727
|@aws-sdk/client-kms|3.85.0|1.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
28-
|@aws-sdk/client-lambda|3.85.0|2.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
28+
|@aws-sdk/client-lambda|3.87.0|2.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
2929
|@aws-sdk/client-opsworks|3.85.0|1.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
3030
|@aws-sdk/client-pinpoint|3.85.0|3.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
3131
|@aws-sdk/client-resource-groups-tagging-api|3.85.0|412 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-ec2/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.90.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.89.0...v3.90.0) (2022-05-12)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target. ([ed7b520](https://github.com/aws/aws-sdk-js-v3/commit/ed7b5208c5072a12a20e7080e84ac9e3091b6f99))
12+
13+
14+
15+
16+
617
# [3.89.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.88.0...v3.89.0) (2022-05-11)
718

819

clients/client-ec2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.89.0",
4+
"version": "3.90.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-finspace-data/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.90.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.89.0...v3.90.0) (2022-05-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-finspace-data
9+
10+
11+
12+
13+
614
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
715

816
**Note:** Version bump only for package @aws-sdk/client-finspace-data

clients/client-finspace-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-finspace-data",
33
"description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native",
4-
"version": "3.87.0",
4+
"version": "3.90.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-iot/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.90.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.89.0...v3.90.0) (2022-05-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-iot
9+
10+
11+
12+
13+
614
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
715

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

clients/client-iot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-iot",
33
"description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
4-
"version": "3.87.0",
4+
"version": "3.90.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-ivschat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.90.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.89.0...v3.90.0) (2022-05-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ivschat
9+
10+
11+
12+
13+
614
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
715

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

clients/client-ivschat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ivschat",
33
"description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
4-
"version": "3.87.0",
4+
"version": "3.90.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)