Skip to content

Commit bd548c2

Browse files
author
awstools
committed
Publish v3.646.0
1 parent f9b12c4 commit bd548c2

File tree

16 files changed

+94
-8
lines changed

16 files changed

+94
-8
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements. ([b72eaa9](https://github.com/aws/aws-sdk-js-v3/commit/b72eaa93def1d392303f564164294af5d0b04c01))
12+
* **client-connect:** Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines). ([656877d](https://github.com/aws/aws-sdk-js-v3/commit/656877d4e942f361a845d2f86053ed42afd0a7b4))
13+
* **client-gamelift:** Amazon GameLift provides additional events for tracking the fleet creation process. ([f9b12c4](https://github.com/aws/aws-sdk-js-v3/commit/f9b12c4ecc1b7e347fb36723ad24349a7c41cd42))
14+
* **client-kinesis-analytics-v2:** Support for Flink 1.20 in Managed Service for Apache Flink ([737e3a3](https://github.com/aws/aws-sdk-js-v3/commit/737e3a3ee540960b4e763abee05cb3b8e50ad27e))
15+
* **client-sagemaker:** Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio. ([a618313](https://github.com/aws/aws-sdk-js-v3/commit/a618313791cc38e8301e35844ffd066f73f3bd5f))
16+
17+
18+
19+
20+
621
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
722

823

clients/client-application-signals/CHANGELOG.md

+11
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements. ([b72eaa9](https://github.com/aws/aws-sdk-js-v3/commit/b72eaa93def1d392303f564164294af5d0b04c01))
12+
13+
14+
15+
16+
617
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
718

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

clients/client-application-signals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-application-signals",
33
"description": "AWS SDK for JavaScript Application Signals Client for Node.js, Browser and React Native",
4-
"version": "3.645.0",
4+
"version": "3.646.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-codepipeline/CHANGELOG.md

+8
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-codepipeline
9+
10+
11+
12+
13+
614
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
715

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

clients/client-codepipeline/package.json

+1-1
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.645.0",
4+
"version": "3.646.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-connect/CHANGELOG.md

+11
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines). ([656877d](https://github.com/aws/aws-sdk-js-v3/commit/656877d4e942f361a845d2f86053ed42afd0a7b4))
12+
13+
14+
15+
16+
617
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
718

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

clients/client-connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.645.0",
4+
"version": "3.646.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-connect",

clients/client-gamelift/CHANGELOG.md

+11
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
9+
### Features
10+
11+
* **client-gamelift:** Amazon GameLift provides additional events for tracking the fleet creation process. ([f9b12c4](https://github.com/aws/aws-sdk-js-v3/commit/f9b12c4ecc1b7e347fb36723ad24349a7c41cd42))
12+
13+
14+
15+
16+
617
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
718

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

clients/client-gamelift/package.json

+1-1
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.645.0",
4+
"version": "3.646.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-kinesis-analytics-v2/CHANGELOG.md

+11
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
9+
### Features
10+
11+
* **client-kinesis-analytics-v2:** Support for Flink 1.20 in Managed Service for Apache Flink ([737e3a3](https://github.com/aws/aws-sdk-js-v3/commit/737e3a3ee540960b4e763abee05cb3b8e50ad27e))
12+
13+
14+
15+
16+
617
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
718

819
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics-v2

clients/client-kinesis-analytics-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-kinesis-analytics-v2",
33
"description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
4-
"version": "3.645.0",
4+
"version": "3.646.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics-v2",

clients/client-sagemaker/CHANGELOG.md

+11
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio. ([a618313](https://github.com/aws/aws-sdk-js-v3/commit/a618313791cc38e8301e35844ffd066f73f3bd5f))
12+
13+
14+
15+
16+
617
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
718

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

clients/client-sagemaker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-sagemaker",
33
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4-
"version": "3.645.0",
4+
"version": "3.646.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.645.0",
2+
"version": "3.646.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-middleware-test/CHANGELOG.md

+8
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.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
715

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

private/aws-middleware-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.645.0",
4+
"version": "3.646.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)