Skip to content

Commit e305b39

Browse files
author
awstools
committed
Publish v3.728.0
1 parent bc95e48 commit e305b39

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.728.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.727.0...v3.728.0) (2025-01-14)
7+
8+
9+
### Features
10+
11+
* **client-gamelift:** Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request. ([e8c1f67](https://github.com/aws/aws-sdk-js-v3/commit/e8c1f67120852dbeccd7422a32837a2172b64d97))
12+
* **client-route-53:** Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region ([11a7885](https://github.com/aws/aws-sdk-js-v3/commit/11a78853754af5cb61423ae74266bf6f6d3adedb))
13+
* **clients:** update client endpoints as of 2025-01-14 ([bc95e48](https://github.com/aws/aws-sdk-js-v3/commit/bc95e48637e52aefa23574dd8b243845c1bd532c))
14+
15+
16+
17+
18+
619
# [3.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13)
720

821

clients/client-gamelift/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.728.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.727.0...v3.728.0) (2025-01-14)
7+
8+
9+
### Features
10+
11+
* **client-gamelift:** Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request. ([e8c1f67](https://github.com/aws/aws-sdk-js-v3/commit/e8c1f67120852dbeccd7422a32837a2172b64d97))
12+
13+
14+
15+
16+
617
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
718

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

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

clients/client-route-53/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.728.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.727.0...v3.728.0) (2025-01-14)
7+
8+
9+
### Features
10+
11+
* **client-route-53:** Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region ([11a7885](https://github.com/aws/aws-sdk-js-v3/commit/11a78853754af5cb61423ae74266bf6f6d3adedb))
12+
13+
14+
15+
16+
617
## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10)
718

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

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.727.0",
2+
"version": "3.728.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)