Skip to content

Commit

Permalink
Publish v3.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 25, 2022
1 parent e5e89d2 commit a331a3b
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 12 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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)


### Bug Fixes

* **hash-stream-node:** disable createReadStream with file descriptor ([#3369](https://github.com/aws/aws-sdk-js-v3/issues/3369)) ([e5e89d2](https://github.com/aws/aws-sdk-js-v3/commit/e5e89d2972324460b6327729e7dc07f85ea9cd15))





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)


Expand Down
8 changes: 4 additions & 4 deletions benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
|@aws-sdk/client-opsworks|3.52.0|1.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-pinpoint|3.52.0|3.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-resource-groups-tagging-api|3.52.0|407.3 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-s3|3.52.0|3.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-s3|3.53.0|3.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-ses|3.52.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-sns|3.52.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-ssm|3.52.0|4.3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
Expand All @@ -46,11 +46,11 @@
|@aws-sdk/credential-providers|3.52.0|80.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/fetch-http-handler|3.52.0|74.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/lib-dynamodb|3.52.0|158.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/lib-storage|3.52.0|69.7 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/lib-storage|3.53.0|69.8 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/node-http-handler|3.52.0|106.8 KB|N/A|N/A|N/A|
|@aws-sdk/polly-request-presigner|3.52.0|39 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/s3-presigned-post|3.52.0|40.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/s3-request-presigner|3.52.0|81.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/s3-presigned-post|3.53.0|40.8 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/s3-request-presigner|3.53.0|81.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/signature-v4|3.52.0|179.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/signature-v4-crt|3.52.0|79.4 KB|N/A|N/A|N/A|
|@aws-sdk/smithy-client|3.52.0|126.9 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
Expand Down
8 changes: 8 additions & 0 deletions clients/client-s3-control/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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)

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





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-s3-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3-control",
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
"version": "3.53.0",
"version": "3.53.1",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-s3/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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)

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





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3",
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
"version": "3.53.0",
"version": "3.53.1",
"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.53.0",
"version": "3.53.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions lib/lib-storage/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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)

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





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)

**Note:** Version bump only for package @aws-sdk/lib-storage
Expand Down
2 changes: 1 addition & 1 deletion lib/lib-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/lib-storage",
"version": "3.53.0",
"version": "3.53.1",
"description": "Storage higher order operation",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/hash-stream-node/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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)


### Bug Fixes

* **hash-stream-node:** disable createReadStream with file descriptor ([#3369](https://github.com/aws/aws-sdk-js-v3/issues/3369)) ([e5e89d2](https://github.com/aws/aws-sdk-js-v3/commit/e5e89d2972324460b6327729e7dc07f85ea9cd15))





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/hash-stream-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/hash-stream-node",
"version": "3.53.0",
"version": "3.53.1",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/s3-presigned-post/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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)

**Note:** Version bump only for package @aws-sdk/s3-presigned-post





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)

**Note:** Version bump only for package @aws-sdk/s3-presigned-post
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-presigned-post/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/s3-presigned-post",
"version": "3.53.0",
"version": "3.53.1",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/s3-request-presigner/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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)

**Note:** Version bump only for package @aws-sdk/s3-request-presigner





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)

**Note:** Version bump only for package @aws-sdk/s3-request-presigner
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-request-presigner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/s3-request-presigner",
"version": "3.53.0",
"version": "3.53.1",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions private/aws-protocoltests-restjson/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.53.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.0...v3.53.1) (2022-02-25)

**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restjson





# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)


Expand Down
2 changes: 1 addition & 1 deletion private/aws-protocoltests-restjson/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-protocoltests-restjson",
"description": "@aws-sdk/aws-protocoltests-restjson client",
"version": "3.53.0",
"version": "3.53.1",
"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 a331a3b

Please sign in to comment.