Skip to content

Commit bbe7c76

Browse files
author
awstools
committed
Publish v3.491.0
1 parent e3f719a commit bbe7c76

File tree

21 files changed

+170
-10
lines changed

21 files changed

+170
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* cjs inline build ([#5644](https://github.com/aws/aws-sdk-js-v3/issues/5644)) ([5aee321](https://github.com/aws/aws-sdk-js-v3/commit/5aee321bc0327c43c2fd1347bd4dda791ac2b1d0))
12+
* **client-connectparticipant:** Introduce new Supervisor participant role ([2413b69](https://github.com/aws/aws-sdk-js-v3/commit/2413b690d5d36016b6529254a639781a73b378bd))
13+
* **client-connect:** Supervisor Barge for Chat is now supported through the MonitorContact API. ([ecf269c](https://github.com/aws/aws-sdk-js-v3/commit/ecf269c54aadfb474431a9288ff8e37d42e19d6f))
14+
* **client-mwaa:** This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters. ([68138df](https://github.com/aws/aws-sdk-js-v3/commit/68138df9798d63c3fdf34da69f75ffafce9891e1))
15+
* **client-s3-control:** S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls. ([1c20e12](https://github.com/aws/aws-sdk-js-v3/commit/1c20e12278f07f6792fd3408218b4cbb5925920c))
16+
* **client-supplychain:** This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob. ([4b2fcab](https://github.com/aws/aws-sdk-js-v3/commit/4b2fcab4240a97fd076b984c82cd15a44b7c014c))
17+
* **client-transfer:** AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers. ([e2471e2](https://github.com/aws/aws-sdk-js-v3/commit/e2471e2618c1f5c71639ec67d8db6249d0fb7eef))
18+
* **clients:** update client endpoints as of 2024-01-12 ([e3f719a](https://github.com/aws/aws-sdk-js-v3/commit/e3f719aa8c17e96d34532aa13cc6c393e8ad3fd7))
19+
20+
21+
22+
23+
624
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
725

826

clients/client-connect/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Supervisor Barge for Chat is now supported through the MonitorContact API. ([ecf269c](https://github.com/aws/aws-sdk-js-v3/commit/ecf269c54aadfb474431a9288ff8e37d42e19d6f))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

clients/client-connect/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-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.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-connectparticipant/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-connectparticipant:** Introduce new Supervisor participant role ([2413b69](https://github.com/aws/aws-sdk-js-v3/commit/2413b690d5d36016b6529254a639781a73b378bd))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

clients/client-connectparticipant/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-connectparticipant",
33
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.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-location/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-location
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

clients/client-location/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-location",
33
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.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-mwaa/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-mwaa:** This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters. ([68138df](https://github.com/aws/aws-sdk-js-v3/commit/68138df9798d63c3fdf34da69f75ffafce9891e1))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

clients/client-mwaa/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-mwaa",
33
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
4-
"version": "3.490.0",
4+
"version": "3.491.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-s3-control/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.491.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.490.0...v3.491.0) (2024-01-12)
7+
8+
9+
### Features
10+
11+
* **client-s3-control:** S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls. ([1c20e12](https://github.com/aws/aws-sdk-js-v3/commit/1c20e12278f07f6792fd3408218b4cbb5925920c))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

819

0 commit comments

Comments
 (0)