Skip to content

Commit 80c133b

Browse files
author
awstools
committed
Publish v3.605.0
1 parent 63bea3b commit 80c133b

File tree

24 files changed

+141
-12
lines changed

24 files changed

+141
-12
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **eventstream-handler-node:** add system clock offset to event signing streams ([#6227](https://github.com/aws/aws-sdk-js-v3/issues/6227)) ([4687f53](https://github.com/aws/aws-sdk-js-v3/commit/4687f53df8cfb397f04fa10865918b36cb4f0f33))
12+
13+
14+
### Features
15+
16+
* **client-controltower:** Added ListLandingZoneOperations API. ([d6c9ad9](https://github.com/aws/aws-sdk-js-v3/commit/d6c9ad909bd6c92cb7b411fc66c675ca9a0ad5b6))
17+
* **client-eks:** Added support for disabling unmanaged addons during cluster creation. ([cdf4fe6](https://github.com/aws/aws-sdk-js-v3/commit/cdf4fe62048ff8cf926def590432f61bcea565c5))
18+
* **client-ivs-realtime:** IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens. ([3520f1a](https://github.com/aws/aws-sdk-js-v3/commit/3520f1a323d95b322af24dec977eb22860ee056d))
19+
* **client-kinesis-analytics-v2:** This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs. ([07be7ea](https://github.com/aws/aws-sdk-js-v3/commit/07be7ea46fe1ea3a1eb04023b7a0bfae8598f0bc))
20+
* **client-opensearch:** This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. ([63bea3b](https://github.com/aws/aws-sdk-js-v3/commit/63bea3bc534a93633ffc17a0ab6d4ab5d2217c7d))
21+
22+
23+
24+
25+
626
# [3.604.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.603.0...v3.604.0) (2024-06-25)
727

828

Diff for: clients/client-controltower/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Features
10+
11+
* **client-controltower:** Added ListLandingZoneOperations API. ([d6c9ad9](https://github.com/aws/aws-sdk-js-v3/commit/d6c9ad909bd6c92cb7b411fc66c675ca9a0ad5b6))
12+
13+
14+
15+
16+
617
# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18)
718

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

Diff for: clients/client-controltower/package.json

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

Diff for: clients/client-eks/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Features
10+
11+
* **client-eks:** Added support for disabling unmanaged addons during cluster creation. ([cdf4fe6](https://github.com/aws/aws-sdk-js-v3/commit/cdf4fe62048ff8cf926def590432f61bcea565c5))
12+
13+
14+
15+
16+
617
# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18)
718

819

Diff for: clients/client-eks/package.json

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

Diff for: clients/client-ivs-realtime/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Features
10+
11+
* **client-ivs-realtime:** IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens. ([3520f1a](https://github.com/aws/aws-sdk-js-v3/commit/3520f1a323d95b322af24dec977eb22860ee056d))
12+
13+
14+
15+
16+
617
# [3.602.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.601.0...v3.602.0) (2024-06-20)
718

819

Diff for: clients/client-ivs-realtime/package.json

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

Diff for: 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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Features
10+
11+
* **client-kinesis-analytics-v2:** This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs. ([07be7ea](https://github.com/aws/aws-sdk-js-v3/commit/07be7ea46fe1ea3a1eb04023b7a0bfae8598f0bc))
12+
13+
14+
15+
16+
617
# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18)
718

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

Diff for: 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.600.0",
4+
"version": "3.605.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",

Diff for: clients/client-lex-runtime-v2/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-lex-runtime-v2
9+
10+
11+
12+
13+
614
# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18)
715

816
**Note:** Version bump only for package @aws-sdk/client-lex-runtime-v2

Diff for: clients/client-lex-runtime-v2/package.json

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

Diff for: clients/client-opensearch/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Features
10+
11+
* **client-opensearch:** This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. ([63bea3b](https://github.com/aws/aws-sdk-js-v3/commit/63bea3bc534a93633ffc17a0ab6d4ab5d2217c7d))
12+
13+
14+
15+
16+
617
# [3.601.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.600.0...v3.601.0) (2024-06-19)
718

819

Diff for: clients/client-opensearch/package.json

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

Diff for: clients/client-qbusiness/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-qbusiness
9+
10+
11+
12+
13+
614
# [3.603.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.602.0...v3.603.0) (2024-06-24)
715

816

Diff for: clients/client-qbusiness/package.json

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

Diff for: clients/client-rekognitionstreaming/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-rekognitionstreaming
9+
10+
11+
12+
13+
614
# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18)
715

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

Diff for: clients/client-rekognitionstreaming/package.json

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

Diff for: clients/client-transcribe-streaming/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-transcribe-streaming
9+
10+
11+
12+
13+
614
# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18)
715

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

Diff for: clients/client-transcribe-streaming/package.json

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

Diff for: lerna.json

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

Diff for: packages/eventstream-handler-node/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **eventstream-handler-node:** add system clock offset to event signing streams ([#6227](https://github.com/aws/aws-sdk-js-v3/issues/6227)) ([4687f53](https://github.com/aws/aws-sdk-js-v3/commit/4687f53df8cfb397f04fa10865918b36cb4f0f33))
12+
13+
14+
15+
16+
617
# [3.598.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0) (2024-06-14)
718

819
**Note:** Version bump only for package @aws-sdk/eventstream-handler-node

Diff for: packages/eventstream-handler-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/eventstream-handler-node",
3-
"version": "3.598.0",
3+
"version": "3.605.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline eventstream-handler-node",

Diff for: packages/middleware-websocket/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.605.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.604.0...v3.605.0) (2024-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **eventstream-handler-node:** add system clock offset to event signing streams ([#6227](https://github.com/aws/aws-sdk-js-v3/issues/6227)) ([4687f53](https://github.com/aws/aws-sdk-js-v3/commit/4687f53df8cfb397f04fa10865918b36cb4f0f33))
12+
13+
14+
15+
16+
617
# [3.598.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0) (2024-06-14)
718

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

Diff for: packages/middleware-websocket/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/middleware-websocket",
3-
"version": "3.598.0",
3+
"version": "3.605.0",
44
"main": "./dist-cjs/index.js",
55
"module": "./dist-es/index.js",
66
"types": "./dist-types/index.d.ts",

0 commit comments

Comments
 (0)