Skip to content

Commit 622edd0

Browse files
author
awstools
committed
Publish v3.601.0
1 parent a8b4514 commit 622edd0

File tree

6 files changed

+42
-3
lines changed

6 files changed

+42
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.601.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.600.0...v3.601.0) (2024-06-19)
7+
8+
9+
### Features
10+
11+
* **client-artifact:** This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response). ([1d233bf](https://github.com/aws/aws-sdk-js-v3/commit/1d233bf74e90717f6e9c6e3d72f1d98b31676ed1))
12+
* **client-athena:** Add v2 smoke tests and smithy smokeTests trait for SDK testing. ([7b7b5ec](https://github.com/aws/aws-sdk-js-v3/commit/7b7b5eca925e68fa2d03729f590f8039dd6a6963))
13+
* **client-cost-and-usage-report-service:** Add v2 smoke tests and smithy smokeTests trait for SDK testing. ([8f6aed8](https://github.com/aws/aws-sdk-js-v3/commit/8f6aed8866c88296069a1484549cc6116163c7ef))
14+
* **client-direct-connect:** Add v2 smoke tests and smithy smokeTests trait for SDK testing. ([00b2422](https://github.com/aws/aws-sdk-js-v3/commit/00b2422360fb91fdfd4ac6f1b8d7fbecd6a3bc7d))
15+
* **client-elastic-transcoder:** Add v2 smoke tests and smithy smokeTests trait for SDK testing. ([78789c4](https://github.com/aws/aws-sdk-js-v3/commit/78789c4888be50e2d5527c5d17544a7a8dd3c9ec))
16+
* **client-opensearch:** This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains. ([145a976](https://github.com/aws/aws-sdk-js-v3/commit/145a9764c9d8e49efe3ee776461310dab273471c))
17+
* **clients:** update client endpoints as of 2024-06-19 ([a8b4514](https://github.com/aws/aws-sdk-js-v3/commit/a8b4514f91c802024da33597b1537c0ab77dd095))
18+
19+
20+
21+
22+
623
# [3.600.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0) (2024-06-18)
724

825

clients/client-artifact/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.601.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.600.0...v3.601.0) (2024-06-19)
7+
8+
9+
### Features
10+
11+
* **client-artifact:** This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response). ([1d233bf](https://github.com/aws/aws-sdk-js-v3/commit/1d233bf74e90717f6e9c6e3d72f1d98b31676ed1))
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-artifact

clients/client-artifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-artifact",
33
"description": "AWS SDK for JavaScript Artifact Client for Node.js, Browser and React Native",
4-
"version": "3.600.0",
4+
"version": "3.601.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-opensearch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.601.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.600.0...v3.601.0) (2024-06-19)
7+
8+
9+
### Features
10+
11+
* **client-opensearch:** This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains. ([145a976](https://github.com/aws/aws-sdk-js-v3/commit/145a9764c9d8e49efe3ee776461310dab273471c))
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-opensearch

clients/client-opensearch/package.json

Lines changed: 1 addition & 1 deletion
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.600.0",
4+
"version": "3.601.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.600.0",
2+
"version": "3.601.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)