Skip to content

Commit 5def357

Browse files
author
awstools
committed
Publish v3.144.0
1 parent e270ac2 commit 5def357

File tree

12 files changed

+77
-6
lines changed

12 files changed

+77
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** re-add customizations in bug report template ([#3844](https://github.com/aws/aws-sdk-js-v3/issues/3844)) ([b76839d](https://github.com/aws/aws-sdk-js-v3/commit/b76839dabe9895ef3db5d474ccb18a7ab951f818))
12+
13+
14+
### Features
15+
16+
* **client-chime-sdk-meetings:** Adds support for Tags on Amazon Chime SDK WebRTC sessions ([889af85](https://github.com/aws/aws-sdk-js-v3/commit/889af8589ed9523bd89f9c9c202455406d21c8c3))
17+
* **client-config-service:** Add resourceType enums for Athena, GlobalAccelerator, Detective and EC2 types ([a232401](https://github.com/aws/aws-sdk-js-v3/commit/a2324015c4be7bbb4d6fbdefb00a709c748e9f34))
18+
* **client-iot:** The release is to support attach a provisioning template to CACert for JITP function, Customer now doesn't have to hardcode a roleArn and templateBody during register a CACert to enable JITP. ([1d537f3](https://github.com/aws/aws-sdk-js-v3/commit/1d537f3469daf0b5702656f32e6e5f4b52a33f59))
19+
* **clients:** update client endpoints as of 2022-08-04 ([e270ac2](https://github.com/aws/aws-sdk-js-v3/commit/e270ac2ef18484da33bb18ee469bbc06c0da2ce2))
20+
21+
22+
23+
24+
625
# [3.143.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.142.0...v3.143.0) (2022-08-03)
726

827

clients/client-chime-sdk-meetings/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.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
7+
8+
9+
### Features
10+
11+
* **client-chime-sdk-meetings:** Adds support for Tags on Amazon Chime SDK WebRTC sessions ([889af85](https://github.com/aws/aws-sdk-js-v3/commit/889af8589ed9523bd89f9c9c202455406d21c8c3))
12+
13+
14+
15+
16+
617
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
718

819

clients/client-chime-sdk-meetings/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-chime-sdk-meetings",
33
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4-
"version": "3.142.0",
4+
"version": "3.144.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-compute-optimizer/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.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
7+
8+
9+
### Features
10+
11+
* **clients:** update client endpoints as of 2022-08-04 ([e270ac2](https://github.com/aws/aws-sdk-js-v3/commit/e270ac2ef18484da33bb18ee469bbc06c0da2ce2))
12+
13+
14+
15+
16+
617
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
718

819

clients/client-compute-optimizer/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-compute-optimizer",
33
"description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4-
"version": "3.142.0",
4+
"version": "3.144.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-config-service/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.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
7+
8+
9+
### Features
10+
11+
* **client-config-service:** Add resourceType enums for Athena, GlobalAccelerator, Detective and EC2 types ([a232401](https://github.com/aws/aws-sdk-js-v3/commit/a2324015c4be7bbb4d6fbdefb00a709c748e9f34))
12+
13+
14+
15+
16+
617
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
718

819

clients/client-config-service/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-config-service",
33
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
4-
"version": "3.142.0",
4+
"version": "3.144.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-database-migration-service/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.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-database-migration-service
9+
10+
11+
12+
13+
614
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
715

816

clients/client-database-migration-service/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-database-migration-service",
33
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
4-
"version": "3.142.0",
4+
"version": "3.144.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: 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.144.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.143.0...v3.144.0) (2022-08-04)
7+
8+
9+
### Features
10+
11+
* **client-iot:** The release is to support attach a provisioning template to CACert for JITP function, Customer now doesn't have to hardcode a roleArn and templateBody during register a CACert to enable JITP. ([1d537f3](https://github.com/aws/aws-sdk-js-v3/commit/1d537f3469daf0b5702656f32e6e5f4b52a33f59))
12+
13+
14+
15+
16+
617
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
718

819

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.142.0",
4+
"version": "3.144.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.143.0",
2+
"version": "3.144.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)