Skip to content

Commit

Permalink
Publish v3.737.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 28, 2025
1 parent f3e70c5 commit f9e0982
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)


### Features

* **client-appsync:** Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response ([a3d8b36](https://github.com/aws/aws-sdk-js-v3/commit/a3d8b3662e3ba9fa818c326a91f0293d6363abb2))
* **client-datasync:** AWS DataSync now supports the Kerberos authentication protocol for SMB locations. ([f65f143](https://github.com/aws/aws-sdk-js-v3/commit/f65f14310b6044e0743d77f5831ad43144b28218))
* **client-deadline:** feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job ([0bf68ed](https://github.com/aws/aws-sdk-js-v3/commit/0bf68ed66c62ef864610d5bee440b3cb55d3a983))
* **client-ec2:** This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. ([f3e70c5](https://github.com/aws/aws-sdk-js-v3/commit/f3e70c5ab8531e86b8adc0821b8d9e4b4a486b94))
* **client-firehose:** For AppendOnly streams, Firehose will automatically scale to match your throughput. ([446f685](https://github.com/aws/aws-sdk-js-v3/commit/446f685affb6bd97f381b5e6d832a576942916df))
* **client-timestream-influxdb:** Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance ([013cd45](https://github.com/aws/aws-sdk-js-v3/commit/013cd456f040e1edc4c2fc84bd6426c647da57e6))





# [3.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-appsync/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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)


### Features

* **client-appsync:** Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response ([a3d8b36](https://github.com/aws/aws-sdk-js-v3/commit/a3d8b3662e3ba9fa818c326a91f0293d6363abb2))





# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)

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


### Features

* **client-datasync:** AWS DataSync now supports the Kerberos authentication protocol for SMB locations. ([f65f143](https://github.com/aws/aws-sdk-js-v3/commit/f65f14310b6044e0743d77f5831ad43144b28218))





# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)

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


### Features

* **client-deadline:** feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job ([0bf68ed](https://github.com/aws/aws-sdk-js-v3/commit/0bf68ed66c62ef864610d5bee440b3cb55d3a983))





# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)

**Note:** Version bump only for package @aws-sdk/client-deadline
Expand Down
2 changes: 1 addition & 1 deletion clients/client-deadline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-deadline",
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
"version": "3.734.0",
"version": "3.737.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-ec2/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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)


### Features

* **client-ec2:** This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. ([f3e70c5](https://github.com/aws/aws-sdk-js-v3/commit/f3e70c5ab8531e86b8adc0821b8d9e4b4a486b94))





# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ec2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ec2",
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
"version": "3.734.0",
"version": "3.737.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-firehose/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.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)


### Features

* **client-firehose:** For AppendOnly streams, Firehose will automatically scale to match your throughput. ([446f685](https://github.com/aws/aws-sdk-js-v3/commit/446f685affb6bd97f381b5e6d832a576942916df))





# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)

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


### Features

* **client-timestream-influxdb:** Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance ([013cd45](https://github.com/aws/aws-sdk-js-v3/commit/013cd456f040e1edc4c2fc84bd6426c647da57e6))





# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)

**Note:** Version bump only for package @aws-sdk/client-timestream-influxdb
Expand Down
2 changes: 1 addition & 1 deletion clients/client-timestream-influxdb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-timestream-influxdb",
"description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
"version": "3.734.0",
"version": "3.737.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
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.736.0",
"version": "3.737.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.737.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.736.0...v3.737.0) (2025-01-28)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test





# [3.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.736.0",
"version": "3.737.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit f9e0982

Please sign in to comment.