Skip to content

Commit

Permalink
Publish v3.494.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 17, 2024
1 parent 629feaf commit bbff28e
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)


### Features

* **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))





# [3.493.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.492.0...v3.493.0) (2024-01-16)


Expand Down
4 changes: 2 additions & 2 deletions benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
|@aws-sdk/client-cognito-identity|3.489.0|455.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cognito-identity-provider|3.489.0|2.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cognito-sync|3.489.0|393.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-dynamodb|3.489.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-dynamodb|3.490.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-ec2|3.489.0|13.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-efs|3.489.0|719.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-eventbridge|3.489.0|968.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
Expand Down Expand Up @@ -45,7 +45,7 @@
|@aws-sdk/credential-provider-web-identity|3.485.0|28 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/credential-providers|3.489.0|84.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/fetch-http-handler|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/lib-dynamodb|3.489.0|165.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/lib-dynamodb|3.490.0|165.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/lib-storage|3.489.0|53.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
|@aws-sdk/polly-request-presigner|3.489.0|23.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
Expand Down
8 changes: 8 additions & 0 deletions clients/client-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)

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





# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-dynamodb",
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
"version": "3.490.0",
"version": "3.494.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-keyspaces/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.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)


### Features

* **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))





# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)

**Note:** Version bump only for package @aws-sdk/client-keyspaces
Expand Down
2 changes: 1 addition & 1 deletion clients/client-keyspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-keyspaces",
"description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
"version": "3.490.0",
"version": "3.494.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.493.0",
"version": "3.494.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions lib/lib-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)

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





# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)

**Note:** Version bump only for package @aws-sdk/lib-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion lib/lib-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/lib-dynamodb",
"version": "3.490.0",
"version": "3.494.0",
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/util-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.494.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.493.0...v3.494.0) (2024-01-17)

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





# [3.490.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.489.0...v3.490.0) (2024-01-11)

**Note:** Version bump only for package @aws-sdk/util-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion packages/util-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/util-dynamodb",
"version": "3.490.0",
"version": "3.494.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 bbff28e

Please sign in to comment.