Skip to content

Commit

Permalink
Publish v3.756.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 25, 2025
1 parent 1317733 commit ec2e3e1
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 7 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.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)


### Features

* **client-codebuild:** Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build. ([7e91040](https://github.com/aws/aws-sdk-js-v3/commit/7e9104058e26665391ee98d60cad8bb2d5590ee5))
* **client-device-farm:** Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy. ([6702dbb](https://github.com/aws/aws-sdk-js-v3/commit/6702dbb2311edc3a6b725030a4c0b0708710e452))
* **client-ec2:** Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe. ([027515e](https://github.com/aws/aws-sdk-js-v3/commit/027515e1b2e32bd18737e41ecae2d5721490cafb))
* **client-iot:** AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check. ([267052f](https://github.com/aws/aws-sdk-js-v3/commit/267052f69f8a081d4dc7b12e2c0db9ad10448a5d))
* **client-taxsettings:** PutTaxRegistration API changes for Egypt, Greece, Vietnam countries ([ff74907](https://github.com/aws/aws-sdk-js-v3/commit/ff7490704f40e765dc4261764cddbadaebb1fb8a))
* **clients:** update client endpoints as of 2025-02-25 ([1317733](https://github.com/aws/aws-sdk-js-v3/commit/13177339ef3fba32cdf3a82bdf966a1839ae21f6))





# [3.755.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.754.0...v3.755.0) (2025-02-24)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-codebuild/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.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)


### Features

* **client-codebuild:** Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build. ([7e91040](https://github.com/aws/aws-sdk-js-v3/commit/7e9104058e26665391ee98d60cad8bb2d5590ee5))





# [3.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-codebuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codebuild",
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
"version": "3.753.0",
"version": "3.756.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-device-farm/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.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)


### Features

* **client-device-farm:** Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy. ([6702dbb](https://github.com/aws/aws-sdk-js-v3/commit/6702dbb2311edc3a6b725030a4c0b0708710e452))





# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)

**Note:** Version bump only for package @aws-sdk/client-device-farm
Expand Down
2 changes: 1 addition & 1 deletion clients/client-device-farm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-device-farm",
"description": "AWS SDK for JavaScript Device Farm Client for Node.js, Browser and React Native",
"version": "3.750.0",
"version": "3.756.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-device-farm",
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.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)


### Features

* **client-ec2:** Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe. ([027515e](https://github.com/aws/aws-sdk-js-v3/commit/027515e1b2e32bd18737e41ecae2d5721490cafb))





# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)

**Note:** Version bump only for package @aws-sdk/client-ec2
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.750.0",
"version": "3.756.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-iot/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.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)


### Features

* **client-iot:** AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check. ([267052f](https://github.com/aws/aws-sdk-js-v3/commit/267052f69f8a081d4dc7b12e2c0db9ad10448a5d))





# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)

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


### Features

* **client-taxsettings:** PutTaxRegistration API changes for Egypt, Greece, Vietnam countries ([ff74907](https://github.com/aws/aws-sdk-js-v3/commit/ff7490704f40e765dc4261764cddbadaebb1fb8a))





# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)

**Note:** Version bump only for package @aws-sdk/client-taxsettings
Expand Down
2 changes: 1 addition & 1 deletion clients/client-taxsettings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-taxsettings",
"description": "AWS SDK for JavaScript Taxsettings Client for Node.js, Browser and React Native",
"version": "3.750.0",
"version": "3.756.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.755.0",
"version": "3.756.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.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)

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





# [3.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)

**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.753.0",
"version": "3.756.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit ec2e3e1

Please sign in to comment.