Skip to content

Commit

Permalink
Publish v3.725.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 8, 2025
1 parent c164b87 commit 2cc72eb
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.725.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.724.0...v3.725.0) (2025-01-08)


### Features

* **client-route-53:** Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region ([444cdc9](https://github.com/aws/aws-sdk-js-v3/commit/444cdc9a5c5c58f10ad15a78905d7c68104a2ab9))
* **client-sagemaker:** Adds support for IPv6 for SageMaker HyperPod cluster nodes. ([85ce553](https://github.com/aws/aws-sdk-js-v3/commit/85ce553050848fefc8c70f50c150b0bd4e3337ff))
* **clients:** update client endpoints as of 2025-01-08 ([c164b87](https://github.com/aws/aws-sdk-js-v3/commit/c164b87ed5e6ff6974daa3cf568f77fde41131d6))





# [3.724.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.723.0...v3.724.0) (2025-01-07)


Expand Down
8 changes: 8 additions & 0 deletions clients/client-rds/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.725.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.724.0...v3.725.0) (2025-01-08)

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





# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06)

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


### Features

* **client-route-53:** Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region ([444cdc9](https://github.com/aws/aws-sdk-js-v3/commit/444cdc9a5c5c58f10ad15a78905d7c68104a2ab9))





# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06)

**Note:** Version bump only for package @aws-sdk/client-route-53
Expand Down
2 changes: 1 addition & 1 deletion clients/client-route-53/package.json
Original file line number Diff line number Diff line change
@@ -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.723.0",
"version": "3.725.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker/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.725.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.724.0...v3.725.0) (2025-01-08)


### Features

* **client-sagemaker:** Adds support for IPv6 for SageMaker HyperPod cluster nodes. ([85ce553](https://github.com/aws/aws-sdk-js-v3/commit/85ce553050848fefc8c70f50c150b0bd4e3337ff))





# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06)

**Note:** Version bump only for package @aws-sdk/client-sagemaker
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker",
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
"version": "3.723.0",
"version": "3.725.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
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.724.0",
"version": "3.725.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.725.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.724.0...v3.725.0) (2025-01-08)

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





# [3.723.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.722.0...v3.723.0) (2025-01-06)

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

0 comments on commit 2cc72eb

Please sign in to comment.