Skip to content

Commit bbff28e

Browse files
author
awstools
committed
Publish v3.494.0
1 parent 629feaf commit bbff28e

File tree

11 files changed

+53
-7
lines changed

11 files changed

+53
-7
lines changed

Diff for: 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.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)
7+
8+
9+
### Features
10+
11+
* **client-keyspaces:** This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs ([629feaf](https://github.com/aws/aws-sdk-js-v3/commit/629feafbe4a31e5a0cadad6b0823bfa3344899e7))
12+
13+
14+
15+
16+
617
# [3.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)
718

819

Diff for: benchmark/size/report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
|@aws-sdk/client-cognito-identity|3.489.0|455.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1717
|@aws-sdk/client-cognito-identity-provider|3.489.0|2.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1818
|@aws-sdk/client-cognito-sync|3.489.0|393.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
19-
|@aws-sdk/client-dynamodb|3.489.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
19+
|@aws-sdk/client-dynamodb|3.490.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2020
|@aws-sdk/client-ec2|3.489.0|13.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2121
|@aws-sdk/client-efs|3.489.0|719.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
2222
|@aws-sdk/client-eventbridge|3.489.0|968.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
@@ -45,7 +45,7 @@
4545
|@aws-sdk/credential-provider-web-identity|3.485.0|28 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4646
|@aws-sdk/credential-providers|3.489.0|84.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4747
|@aws-sdk/fetch-http-handler|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
48-
|@aws-sdk/lib-dynamodb|3.489.0|165.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
48+
|@aws-sdk/lib-dynamodb|3.490.0|165.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4949
|@aws-sdk/lib-storage|3.489.0|53.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.489.0|23.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

Diff for: clients/client-dynamodb/CHANGELOG.md

+8
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.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-dynamodb
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

816

Diff for: clients/client-dynamodb/package.json

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

Diff for: clients/client-keyspaces/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.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)
7+
8+
9+
### Features
10+
11+
* **client-keyspaces:** This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs ([629feaf](https://github.com/aws/aws-sdk-js-v3/commit/629feafbe4a31e5a0cadad6b0823bfa3344899e7))
12+
13+
14+
15+
16+
617
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
718

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

Diff for: clients/client-keyspaces/package.json

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

Diff for: lerna.json

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

Diff for: lib/lib-dynamodb/CHANGELOG.md

+8
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.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-dynamodb
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

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

Diff for: lib/lib-dynamodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-dynamodb",
3-
"version": "3.490.0",
3+
"version": "3.494.0",
44
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

Diff for: packages/util-dynamodb/CHANGELOG.md

+8
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.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/util-dynamodb
9+
10+
11+
12+
13+
614
# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)
715

816
**Note:** Version bump only for package @aws-sdk/util-dynamodb

Diff for: packages/util-dynamodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/util-dynamodb",
3-
"version": "3.490.0",
3+
"version": "3.494.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)