From e305b3950708193581a7dc1027d17c798e12b9b5 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 14 Jan 2025 19:24:16 +0000 Subject: [PATCH] Publish v3.728.0 --- CHANGELOG.md | 13 +++++++++++++ clients/client-gamelift/CHANGELOG.md | 11 +++++++++++ clients/client-gamelift/package.json | 2 +- clients/client-route-53/CHANGELOG.md | 11 +++++++++++ clients/client-route-53/package.json | 2 +- lerna.json | 2 +- 6 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e28371ed03d..60069030088b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.728.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.727.0...v3.728.0) (2025-01-14) + + +### Features + +* **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)) +* **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)) +* **clients:** update client endpoints as of 2025-01-14 ([bc95e48](https://github.com/aws/aws-sdk-js-v3/commit/bc95e48637e52aefa23574dd8b243845c1bd532c)) + + + + + # [3.727.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.1...v3.727.0) (2025-01-13) diff --git a/clients/client-gamelift/CHANGELOG.md b/clients/client-gamelift/CHANGELOG.md index aa99fbd92488..92bdbbca5299 100644 --- a/clients/client-gamelift/CHANGELOG.md +++ b/clients/client-gamelift/CHANGELOG.md @@ -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.728.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.727.0...v3.728.0) (2025-01-14) + + +### Features + +* **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)) + + + + + ## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10) **Note:** Version bump only for package @aws-sdk/client-gamelift diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json index 04f086123ab2..609ab2f33ed1 100644 --- a/clients/client-gamelift/package.json +++ b/clients/client-gamelift/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-gamelift", "description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native", - "version": "3.726.1", + "version": "3.728.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-gamelift", diff --git a/clients/client-route-53/CHANGELOG.md b/clients/client-route-53/CHANGELOG.md index 5babd4b665b7..f37f2dd595a0 100644 --- a/clients/client-route-53/CHANGELOG.md +++ b/clients/client-route-53/CHANGELOG.md @@ -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.728.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.727.0...v3.728.0) (2025-01-14) + + +### Features + +* **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)) + + + + + ## [3.726.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.726.0...v3.726.1) (2025-01-10) **Note:** Version bump only for package @aws-sdk/client-route-53 diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index 5e174ff4509e..151f2222aaac 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-route-53", "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native", - "version": "3.726.1", + "version": "3.728.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-route-53", diff --git a/lerna.json b/lerna.json index dbd3b85ae300..7f443e1cda6f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.727.0", + "version": "3.728.0", "npmClient": "yarn", "useWorkspaces": true, "command": {