Skip to content

Commit

Permalink
Publish v3.380.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 28, 2023
1 parent 30acd96 commit 1b1fd26
Show file tree
Hide file tree
Showing 15 changed files with 93 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


### Features

* **client-application-insights:** This release enable customer to add/remove/update more than one workload for a component ([ff78dcd](https://github.com/aws/aws-sdk-js-v3/commit/ff78dcda8b33556d2a4e2dd9e05f5300dad59892))
* **client-cloudformation:** This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet. ([b65b959](https://github.com/aws/aws-sdk-js-v3/commit/b65b959f3622511c0fce5f4b8238178cbd845820))
* **client-cloudfront:** Add a new JavaScript runtime version for CloudFront Functions. ([f0fedc3](https://github.com/aws/aws-sdk-js-v3/commit/f0fedc3f88684be809062ea08b6f330d4b5a5f97))
* **client-connect:** This release adds support for new number types. ([906b80e](https://github.com/aws/aws-sdk-js-v3/commit/906b80e8bf034f4bddfe52311945711ada4054bc))
* **client-kafka:** Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters. ([57e3fc5](https://github.com/aws/aws-sdk-js-v3/commit/57e3fc59a13a1983c2948c0c7f3d6dcc8fb289d1))
* **client-pinpoint:** Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API ([8ac0a18](https://github.com/aws/aws-sdk-js-v3/commit/8ac0a181208ad5d4b1811f83c232068718e3a28b))
* **clients:** update client endpoints as of 2023-07-28 ([30acd96](https://github.com/aws/aws-sdk-js-v3/commit/30acd96458ac848238d437db933838fdd33e5025))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package aws-sdk-js-v3
Expand Down
6 changes: 3 additions & 3 deletions benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
| :------ | :------ | :----------- | :------ | :----- | :------- |
|@aws-sdk/abort-controller|3.370.0|14.3 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-app-mesh|3.378.0|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-application-insights|3.378.0|544.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-application-insights|3.379.1|651.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-athena|3.378.0|1.2 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-auto-scaling|3.379.0|1.8 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudformation|3.378.0|1.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudformation|3.379.1|1.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudhsm-v2|3.378.0|356.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudwatch|3.378.0|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudwatch-logs|3.378.0|958.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
Expand All @@ -27,7 +27,7 @@
|@aws-sdk/client-kms|3.378.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-lambda|3.378.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-opsworks|3.378.0|1.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-pinpoint|3.378.0|2.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-pinpoint|3.379.1|2.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-resource-groups-tagging-api|3.378.0|264.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-s3|3.378.0|2.8 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-ses|3.378.0|1.5 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-application-insights/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.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


### Features

* **client-application-insights:** This release enable customer to add/remove/update more than one workload for a component ([ff78dcd](https://github.com/aws/aws-sdk-js-v3/commit/ff78dcda8b33556d2a4e2dd9e05f5300dad59892))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-application-insights
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-application-insights",
"description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.380.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-cloudformation/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.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


### Features

* **client-cloudformation:** This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet. ([b65b959](https://github.com/aws/aws-sdk-js-v3/commit/b65b959f3622511c0fce5f4b8238178cbd845820))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-cloudformation
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudformation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudformation",
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.380.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-cloudfront/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.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


### Features

* **client-cloudfront:** Add a new JavaScript runtime version for CloudFront Functions. ([f0fedc3](https://github.com/aws/aws-sdk-js-v3/commit/f0fedc3f88684be809062ea08b6f330d4b5a5f97))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-cloudfront
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudfront/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudfront",
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.380.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-connect/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.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


### Features

* **client-connect:** This release adds support for new number types. ([906b80e](https://github.com/aws/aws-sdk-js-v3/commit/906b80e8bf034f4bddfe52311945711ada4054bc))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-connect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connect",
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.380.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-kafka/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.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


### Features

* **client-kafka:** Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters. ([57e3fc5](https://github.com/aws/aws-sdk-js-v3/commit/57e3fc59a13a1983c2948c0c7f3d6dcc8fb289d1))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-kafka
Expand Down
2 changes: 1 addition & 1 deletion clients/client-kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-kafka",
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.380.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-pinpoint/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.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


### Features

* **client-pinpoint:** Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API ([8ac0a18](https://github.com/aws/aws-sdk-js-v3/commit/8ac0a181208ad5d4b1811f83c232068718e3a28b))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-pinpoint
Expand Down
2 changes: 1 addition & 1 deletion clients/client-pinpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-pinpoint",
"description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.380.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
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.379.1",
"version": "3.380.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 1b1fd26

Please sign in to comment.