Skip to content

Commit 057df32

Browse files
author
awstools
committed
Publish v3.597.0
1 parent b35cc16 commit 057df32

File tree

12 files changed

+76
-6
lines changed

12 files changed

+76
-6
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.597.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.596.0...v3.597.0) (2024-06-13)
7+
8+
9+
### Features
10+
11+
* **client-cloudhsm-v2:** Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode. ([59f9e1a](https://github.com/aws/aws-sdk-js-v3/commit/59f9e1a016f98719f1ce1cc0ed8084a2174c1616))
12+
* **client-glue:** This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets. ([5fff081](https://github.com/aws/aws-sdk-js-v3/commit/5fff081c46cc2174b69b4985852cd62a75ddca90))
13+
* **client-iot-wireless:** Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics. ([b0de95c](https://github.com/aws/aws-sdk-js-v3/commit/b0de95cb5301e485120a0639880d3517bf3d454d))
14+
* **client-kms:** This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties. ([06c6041](https://github.com/aws/aws-sdk-js-v3/commit/06c60417c8c2fc350f3eb92e459dd647a929ec2c))
15+
* **client-mediapackagev2:** This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1) ([b35cc16](https://github.com/aws/aws-sdk-js-v3/commit/b35cc161214ce9a205490ba049cae602aff8e0c0))
16+
17+
18+
19+
20+
621
# [3.596.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0) (2024-06-12)
722

823

clients/client-cloudhsm-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.597.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.596.0...v3.597.0) (2024-06-13)
7+
8+
9+
### Features
10+
11+
* **client-cloudhsm-v2:** Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode. ([59f9e1a](https://github.com/aws/aws-sdk-js-v3/commit/59f9e1a016f98719f1ce1cc0ed8084a2174c1616))
12+
13+
14+
15+
16+
617
# [3.596.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0) (2024-06-12)
718

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

clients/client-cloudhsm-v2/package.json

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

clients/client-glue/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.597.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.596.0...v3.597.0) (2024-06-13)
7+
8+
9+
### Features
10+
11+
* **client-glue:** This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets. ([5fff081](https://github.com/aws/aws-sdk-js-v3/commit/5fff081c46cc2174b69b4985852cd62a75ddca90))
12+
13+
14+
15+
16+
617
# [3.596.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0) (2024-06-12)
718

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

clients/client-glue/package.json

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

clients/client-iot-wireless/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.597.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.596.0...v3.597.0) (2024-06-13)
7+
8+
9+
### Features
10+
11+
* **client-iot-wireless:** Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics. ([b0de95c](https://github.com/aws/aws-sdk-js-v3/commit/b0de95cb5301e485120a0639880d3517bf3d454d))
12+
13+
14+
15+
16+
617
# [3.596.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0) (2024-06-12)
718

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

clients/client-iot-wireless/package.json

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

clients/client-kms/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.597.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.596.0...v3.597.0) (2024-06-13)
7+
8+
9+
### Features
10+
11+
* **client-kms:** This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties. ([06c6041](https://github.com/aws/aws-sdk-js-v3/commit/06c60417c8c2fc350f3eb92e459dd647a929ec2c))
12+
13+
14+
15+
16+
617
# [3.596.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0) (2024-06-12)
718

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

clients/client-kms/package.json

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

clients/client-mediapackagev2/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.597.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.596.0...v3.597.0) (2024-06-13)
7+
8+
9+
### Features
10+
11+
* **client-mediapackagev2:** This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1) ([b35cc16](https://github.com/aws/aws-sdk-js-v3/commit/b35cc161214ce9a205490ba049cae602aff8e0c0))
12+
13+
14+
15+
16+
617
# [3.596.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0) (2024-06-12)
718

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

clients/client-mediapackagev2/package.json

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

lerna.json

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

0 commit comments

Comments
 (0)