Skip to content

Commit 8705789

Browse files
author
awstools
committed
Publish v3.97.0
1 parent aff7bd4 commit 8705789

File tree

11 files changed

+62
-6
lines changed

11 files changed

+62
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.97.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.96.0...v3.97.0) (2022-05-23)
7+
8+
9+
### Features
10+
11+
* **client-elasticache:** Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later. ([6f1e857](https://github.com/aws/aws-sdk-js-v3/commit/6f1e8570f8e80ef414292d5ee57d54b0ab216fae))
12+
* **client-forecast:** New APIs for Monitor that help you understand how your predictors perform over time. ([74fa9b8](https://github.com/aws/aws-sdk-js-v3/commit/74fa9b8ae3ae68cc953ccfc018ac65c612bd601e))
13+
* **client-personalize:** Adding modelMetrics as part of DescribeRecommender API response for Personalize. ([16f4208](https://github.com/aws/aws-sdk-js-v3/commit/16f42083d78a7680400c8d6f8586fdb2142adc70))
14+
* **clients:** update client endpoints as of 2022-05-23 ([aff7bd4](https://github.com/aws/aws-sdk-js-v3/commit/aff7bd4fa32fcb52a70dc1f78c2d9853ba54b2ee))
15+
* Standardize issue template for discussions ([#3506](https://github.com/aws/aws-sdk-js-v3/issues/3506)) ([ac8f021](https://github.com/aws/aws-sdk-js-v3/commit/ac8f021ec991a4e6edb3b4a6fcc31507b5851aed))
16+
17+
18+
19+
20+
621
# [3.96.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.95.0...v3.96.0) (2022-05-20)
722

823

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
|@aws-sdk/credential-providers|3.94.0|88.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
4747
|@aws-sdk/fetch-http-handler|3.58.0|75.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
4848
|@aws-sdk/lib-dynamodb|3.94.0|162.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
49-
|@aws-sdk/lib-storage|3.94.0|75.3 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
49+
|@aws-sdk/lib-storage|3.95.0|75.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5050
|@aws-sdk/node-http-handler|3.82.0|111.2 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.94.0|42.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5252
|@aws-sdk/s3-presigned-post|3.94.0|44.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-elasticache/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.97.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.96.0...v3.97.0) (2022-05-23)
7+
8+
9+
### Features
10+
11+
* **client-elasticache:** Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later. ([6f1e857](https://github.com/aws/aws-sdk-js-v3/commit/6f1e8570f8e80ef414292d5ee57d54b0ab216fae))
12+
13+
14+
15+
16+
617
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
718

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

clients/client-elasticache/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-elasticache",
33
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
4-
"version": "3.95.0",
4+
"version": "3.97.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-forecast/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.97.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.96.0...v3.97.0) (2022-05-23)
7+
8+
9+
### Features
10+
11+
* **client-forecast:** New APIs for Monitor that help you understand how your predictors perform over time. ([74fa9b8](https://github.com/aws/aws-sdk-js-v3/commit/74fa9b8ae3ae68cc953ccfc018ac65c612bd601e))
12+
13+
14+
15+
16+
617
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
718

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

clients/client-forecast/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-forecast",
33
"description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
4-
"version": "3.95.0",
4+
"version": "3.97.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-personalize/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.97.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.96.0...v3.97.0) (2022-05-23)
7+
8+
9+
### Features
10+
11+
* **client-personalize:** Adding modelMetrics as part of DescribeRecommender API response for Personalize. ([16f4208](https://github.com/aws/aws-sdk-js-v3/commit/16f42083d78a7680400c8d6f8586fdb2142adc70))
12+
13+
14+
15+
16+
617
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
718

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

clients/client-personalize/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-personalize",
33
"description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
4-
"version": "3.95.0",
4+
"version": "3.97.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

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

lib/lib-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.97.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.96.0...v3.97.0) (2022-05-23)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.95.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.94.0...v3.95.0) (2022-05-19)
715

816
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.95.0",
3+
"version": "3.97.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

0 commit comments

Comments
 (0)