Skip to content

Commit

Permalink
Publish v3.739.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 30, 2025
1 parent 5b4765b commit 78ff81c
Show file tree
Hide file tree
Showing 18 changed files with 116 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **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))
* **client-bedrock-agent-runtime:** Add a 'reason' field to InternalServerException ([dd8bd77](https://github.com/aws/aws-sdk-js-v3/commit/dd8bd77c173175881f4069f1aba29ee1806c3ebe))
* **client-ecr-public:** Temporarily updating dualstack endpoint support ([74067c7](https://github.com/aws/aws-sdk-js-v3/commit/74067c7aceaaf6a851a995b7d0a702d6254239b8))
* **client-ecr:** Temporarily updating dualstack endpoint support ([0f29c7b](https://github.com/aws/aws-sdk-js-v3/commit/0f29c7b3769f459b76ebacb7ef13ffc4242bcecf))
* **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))
* **client-qbusiness:** Added APIs to manage QBusiness user subscriptions ([5da8835](https://github.com/aws/aws-sdk-js-v3/commit/5da88350ca483a26ec22a58df815419c54230a74))
* **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))
* **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))
* **clients:** update client endpoints as of 2025-01-30 ([5b4765b](https://github.com/aws/aws-sdk-js-v3/commit/5b4765b9fb5f74b530532b03187ee37c06701be3))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-appstream/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **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))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)

**Note:** Version bump only for package @aws-sdk/client-appstream
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-appstream",
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
"version": "3.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-appstream",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **client-bedrock-agent-runtime:** Add a 'reason' field to InternalServerException ([dd8bd77](https://github.com/aws/aws-sdk-js-v3/commit/dd8bd77c173175881f4069f1aba29ee1806c3ebe))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)

**Note:** Version bump only for package @aws-sdk/client-bedrock-agent-runtime
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent-runtime",
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
"version": "3.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ecr-public/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **client-ecr-public:** Temporarily updating dualstack endpoint support ([74067c7](https://github.com/aws/aws-sdk-js-v3/commit/74067c7aceaaf6a851a995b7d0a702d6254239b8))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ecr-public/package.json
Original file line number Diff line number Diff line change
@@ -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.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ecr-public",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ecr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **client-ecr:** Temporarily updating dualstack endpoint support ([0f29c7b](https://github.com/aws/aws-sdk-js-v3/commit/0f29c7b3769f459b76ebacb7ef13ffc4242bcecf))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ecr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ecr",
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
"version": "3.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-mediatailor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **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))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)

**Note:** Version bump only for package @aws-sdk/client-mediatailor
Expand Down
2 changes: 1 addition & 1 deletion clients/client-mediatailor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-mediatailor",
"description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
"version": "3.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-mediatailor",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-qbusiness/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **client-qbusiness:** Added APIs to manage QBusiness user subscriptions ([5da8835](https://github.com/aws/aws-sdk-js-v3/commit/5da88350ca483a26ec22a58df815419c54230a74))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)

**Note:** Version bump only for package @aws-sdk/client-qbusiness
Expand Down
2 changes: 1 addition & 1 deletion clients/client-qbusiness/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-qbusiness",
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
"version": "3.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-s3tables/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **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))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)

**Note:** Version bump only for package @aws-sdk/client-s3tables
Expand Down
2 changes: 1 addition & 1 deletion clients/client-s3tables/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3tables",
"description": "AWS SDK for JavaScript S3tables Client for Node.js, Browser and React Native",
"version": "3.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-verifiedpermissions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)


### Features

* **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))





# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)

**Note:** Version bump only for package @aws-sdk/client-verifiedpermissions
Expand Down
2 changes: 1 addition & 1 deletion clients/client-verifiedpermissions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-verifiedpermissions",
"description": "AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native",
"version": "3.738.0",
"version": "3.739.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-verifiedpermissions",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.738.0",
"version": "3.739.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 78ff81c

Please sign in to comment.