Skip to content

Commit 71acd15

Browse files
author
awstools
committed
Publish v3.70.0
1 parent 58e3a94 commit 71acd15

File tree

7 files changed

+38
-4
lines changed

7 files changed

+38
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch:** Adds support for additional statistics in CloudWatch Metric Streams. ([58e3a94](https://github.com/aws/aws-sdk-js-v3/commit/58e3a94179ee1a06e05138408b64cc96514b0e6e))
12+
* **client-fsx:** This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone. ([2f160df](https://github.com/aws/aws-sdk-js-v3/commit/2f160df5f6c82b9750ca386e88a8dd664e8b7ffc))
13+
14+
15+
16+
17+
618
# [3.69.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.68.0...v3.69.0) (2022-04-12)
719

820

benchmark/size/report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|@aws-sdk/client-auto-scaling|3.58.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
88
|@aws-sdk/client-cloudformation|3.58.0|2.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
99
|@aws-sdk/client-cloudhsm-v2|3.58.0|517.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
10-
|@aws-sdk/client-cloudwatch|3.58.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
10+
|@aws-sdk/client-cloudwatch|3.67.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1111
|@aws-sdk/client-cloudwatch-logs|3.58.0|1.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1212
|@aws-sdk/client-codebuild|3.58.0|1.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
1313
|@aws-sdk/client-codecommit|3.58.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-cloudwatch/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.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch:** Adds support for additional statistics in CloudWatch Metric Streams. ([58e3a94](https://github.com/aws/aws-sdk-js-v3/commit/58e3a94179ee1a06e05138408b64cc96514b0e6e))
12+
13+
14+
15+
16+
617
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
718

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

clients/client-cloudwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudwatch",
33
"description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
4-
"version": "3.67.0",
4+
"version": "3.70.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-fsx/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.70.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.69.0...v3.70.0) (2022-04-13)
7+
8+
9+
### Features
10+
11+
* **client-fsx:** This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone. ([2f160df](https://github.com/aws/aws-sdk-js-v3/commit/2f160df5f6c82b9750ca386e88a8dd664e8b7ffc))
12+
13+
14+
15+
16+
617
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
718

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

clients/client-fsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-fsx",
33
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4-
"version": "3.67.0",
4+
"version": "3.70.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

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

0 commit comments

Comments
 (0)