Skip to content

Commit

Permalink
Publish v3.594.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 10, 2024
1 parent 29dc8aa commit 16c0aa9
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)


### Features

* **client-application-signals:** This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives. ([7276ded](https://github.com/aws/aws-sdk-js-v3/commit/7276deda97ee6bcb65c0fc02c538fa1a3ddff4a1))
* **client-ecs:** This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption. ([c86da60](https://github.com/aws/aws-sdk-js-v3/commit/c86da60c1e44cc42c21df1c3fc02920479619f6e))
* **client-imagebuilder:** This release updates the regex pattern for Image Builder ARNs. ([8c25ebe](https://github.com/aws/aws-sdk-js-v3/commit/8c25ebe57898bf6f17f4026c176f9ac857eead40))
* **clients:** update client endpoints as of 2024-06-10 ([29dc8aa](https://github.com/aws/aws-sdk-js-v3/commit/29dc8aa4569b6aa4ef1387be7159db55cee2ae9f))





# [3.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-application-signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)


### Features

* **client-application-signals:** This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives. ([7276ded](https://github.com/aws/aws-sdk-js-v3/commit/7276deda97ee6bcb65c0fc02c538fa1a3ddff4a1))
2 changes: 1 addition & 1 deletion clients/client-application-signals/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-application-signals",
"description": "AWS SDK for JavaScript Application Signals Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.594.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ecs/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.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)


### Features

* **client-ecs:** This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption. ([c86da60](https://github.com/aws/aws-sdk-js-v3/commit/c86da60c1e44cc42c21df1c3fc02920479619f6e))





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)

**Note:** Version bump only for package @aws-sdk/client-ecs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ecs",
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
"version": "3.592.0",
"version": "3.594.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
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.593.0",
"version": "3.594.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-protocoltests-restjson-apigateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)

**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restjson-apigateway
2 changes: 1 addition & 1 deletion private/aws-protocoltests-restjson-apigateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-protocoltests-restjson-apigateway",
"description": "@aws-sdk/aws-protocoltests-restjson-apigateway client",
"version": "1.0.0-alpha.1",
"version": "3.594.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit 16c0aa9

Please sign in to comment.