Skip to content

Commit 18858c8

Browse files
author
awstools
committed
Publish v3.752.0
1 parent 5409d38 commit 18858c8

File tree

20 files changed

+116
-10
lines changed

20 files changed

+116
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
7+
8+
9+
### Features
10+
11+
* **client-codepipeline:** Add environment variables to codepipeline action declaration. ([54c94f6](https://github.com/aws/aws-sdk-js-v3/commit/54c94f6835924da53cfd726900b3b83e319c5a55))
12+
* **client-location:** Adds support for larger property maps for tracking and geofence positions changes. It increases the maximum number of items from 3 to 4, and the maximum value length from 40 to 150. ([985543d](https://github.com/aws/aws-sdk-js-v3/commit/985543d24c913aa4d494d2f79cd1fcaf3fb7a8f7))
13+
* **client-mailmanager:** This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES. ([14f5f05](https://github.com/aws/aws-sdk-js-v3/commit/14f5f056d3602d1fbc20c266547e0f108f95ea85))
14+
* **client-network-firewall:** This release introduces Network Firewall's Automated Domain List feature. New APIs include UpdateFirewallAnalysisSettings, StartAnalysisReport, GetAnalysisReportResults, and ListAnalysisReports. These allow customers to enable analysis on firewalls to identify and report frequently accessed domain. ([5409d38](https://github.com/aws/aws-sdk-js-v3/commit/5409d387cd4e5685d4f4c4791ac20fe843c95327))
15+
* **client-sagemaker:** Adds r8g instance type support to SageMaker Realtime Endpoints ([9c30155](https://github.com/aws/aws-sdk-js-v3/commit/9c3015539212b547fbe0f6a2ea0c7ddf27a08dda))
16+
* **client-sesv2:** This release adds the ability for outbound email sent with SES to preserve emails to a Mail Manager archive. ([a798115](https://github.com/aws/aws-sdk-js-v3/commit/a7981154aee7bbfa57e90c83d1ac72d6fade299a))
17+
18+
19+
20+
21+
622
# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)
723

824

clients/client-codepipeline/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.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
7+
8+
9+
### Features
10+
11+
* **client-codepipeline:** Add environment variables to codepipeline action declaration. ([54c94f6](https://github.com/aws/aws-sdk-js-v3/commit/54c94f6835924da53cfd726900b3b83e319c5a55))
12+
13+
14+
15+
16+
617
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
718

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

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

clients/client-ecs/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.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ecs
9+
10+
11+
12+
13+
614
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
715

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

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

clients/client-lightsail/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.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-lightsail
9+
10+
11+
12+
13+
614
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
715

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

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

clients/client-location/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.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
7+
8+
9+
### Features
10+
11+
* **client-location:** Adds support for larger property maps for tracking and geofence positions changes. It increases the maximum number of items from 3 to 4, and the maximum value length from 40 to 150. ([985543d](https://github.com/aws/aws-sdk-js-v3/commit/985543d24c913aa4d494d2f79cd1fcaf3fb7a8f7))
12+
13+
14+
15+
16+
617
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
718

819
**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.750.0",
4+
"version": "3.752.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-location",

clients/client-mailmanager/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.752.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.751.0...v3.752.0) (2025-02-19)
7+
8+
9+
### Features
10+
11+
* **client-mailmanager:** This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES. ([14f5f05](https://github.com/aws/aws-sdk-js-v3/commit/14f5f056d3602d1fbc20c266547e0f108f95ea85))
12+
13+
14+
15+
16+
617
# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)
718

819

0 commit comments

Comments
 (0)