Skip to content

Commit 78ff81c

Browse files
author
awstools
committed
Publish v3.739.0
1 parent 5b4765b commit 78ff81c

File tree

18 files changed

+116
-9
lines changed

18 files changed

+116
-9
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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
7+
8+
9+
### Features
10+
11+
* **client-appstream:** Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0. ([df094f5](https://github.com/aws/aws-sdk-js-v3/commit/df094f596238a1d45a25ff133659670d60d29fba))
12+
* **client-bedrock-agent-runtime:** Add a 'reason' field to InternalServerException ([dd8bd77](https://github.com/aws/aws-sdk-js-v3/commit/dd8bd77c173175881f4069f1aba29ee1806c3ebe))
13+
* **client-ecr-public:** Temporarily updating dualstack endpoint support ([74067c7](https://github.com/aws/aws-sdk-js-v3/commit/74067c7aceaaf6a851a995b7d0a702d6254239b8))
14+
* **client-ecr:** Temporarily updating dualstack endpoint support ([0f29c7b](https://github.com/aws/aws-sdk-js-v3/commit/0f29c7b3769f459b76ebacb7ef13ffc4242bcecf))
15+
* **client-mediatailor:** Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them. ([ebb8c7d](https://github.com/aws/aws-sdk-js-v3/commit/ebb8c7dbeae0828a9c060808c931700669699069))
16+
* **client-qbusiness:** Added APIs to manage QBusiness user subscriptions ([5da8835](https://github.com/aws/aws-sdk-js-v3/commit/5da88350ca483a26ec22a58df815419c54230a74))
17+
* **client-s3tables:** You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument. ([7d53fdd](https://github.com/aws/aws-sdk-js-v3/commit/7d53fddec58338ebd755ff2049e9bc4951a4943e))
18+
* **client-verifiedpermissions:** Adds Cedar JSON format support for entities and context data in authorization requests ([46d4d66](https://github.com/aws/aws-sdk-js-v3/commit/46d4d66bde04efbcaf7472e98d1118f34a9316ce))
19+
* **clients:** update client endpoints as of 2025-01-30 ([5b4765b](https://github.com/aws/aws-sdk-js-v3/commit/5b4765b9fb5f74b530532b03187ee37c06701be3))
20+
21+
22+
23+
24+
625
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
726

827

clients/client-appstream/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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
7+
8+
9+
### Features
10+
11+
* **client-appstream:** Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0. ([df094f5](https://github.com/aws/aws-sdk-js-v3/commit/df094f596238a1d45a25ff133659670d60d29fba))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

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

clients/client-appstream/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-appstream",
33
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
4-
"version": "3.738.0",
4+
"version": "3.739.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-appstream",

clients/client-bedrock-agent-runtime/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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** Add a 'reason' field to InternalServerException ([dd8bd77](https://github.com/aws/aws-sdk-js-v3/commit/dd8bd77c173175881f4069f1aba29ee1806c3ebe))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

819
**Note:** Version bump only for package @aws-sdk/client-bedrock-agent-runtime

clients/client-bedrock-agent-runtime/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-bedrock-agent-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.738.0",
4+
"version": "3.739.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",

clients/client-ecr-public/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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
7+
8+
9+
### Features
10+
11+
* **client-ecr-public:** Temporarily updating dualstack endpoint support ([74067c7](https://github.com/aws/aws-sdk-js-v3/commit/74067c7aceaaf6a851a995b7d0a702d6254239b8))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

819

clients/client-ecr-public/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-ecr-public",
33
"description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native",
4-
"version": "3.738.0",
4+
"version": "3.739.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecr-public",

clients/client-ecr/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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
7+
8+
9+
### Features
10+
11+
* **client-ecr:** Temporarily updating dualstack endpoint support ([0f29c7b](https://github.com/aws/aws-sdk-js-v3/commit/0f29c7b3769f459b76ebacb7ef13ffc4242bcecf))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

819

clients/client-ecr/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-ecr",
33
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
4-
"version": "3.738.0",
4+
"version": "3.739.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecr",

clients/client-mediatailor/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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
7+
8+
9+
### Features
10+
11+
* **client-mediatailor:** Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them. ([ebb8c7d](https://github.com/aws/aws-sdk-js-v3/commit/ebb8c7dbeae0828a9c060808c931700669699069))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

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

0 commit comments

Comments
 (0)