Skip to content

Commit

Permalink
Publish v3.732.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 21, 2025
1 parent 0d212b4 commit 62ba401
Show file tree
Hide file tree
Showing 35 changed files with 182 additions and 18 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)


### Bug Fixes

* **middleware-flexible-checksums:** skip checksum validation if CRC64NVME dependency is absent ([#6835](https://github.com/aws/aws-sdk-js-v3/issues/6835)) ([7dbc1c9](https://github.com/aws/aws-sdk-js-v3/commit/7dbc1c9dfa9378ee0a2b5bdd35e146637ab82dd6))


### Features

* **client-cognito-identity-provider:** corrects the dual-stack endpoint configuration for cognitoidp ([757843c](https://github.com/aws/aws-sdk-js-v3/commit/757843ce384edad383af6029b5e4d23b8c19f4c3))
* **client-connect:** Added DeleteContactFlowVersion API and the CAMPAIGN flow type ([c6e07aa](https://github.com/aws/aws-sdk-js-v3/commit/c6e07aa62214e1de2e0d93ab849939f13cf328e2))
* **client-emr-serverless:** Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb. ([14a89bc](https://github.com/aws/aws-sdk-js-v3/commit/14a89bcab827b72279fd48dd727277a946862d08))
* **client-iotsitewise:** AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in. ([a0e3771](https://github.com/aws/aws-sdk-js-v3/commit/a0e377147a52d4c43f9ded4da2e679b8189d0ec3))
* **client-quicksight:** Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting. ([a009440](https://github.com/aws/aws-sdk-js-v3/commit/a009440bc6333c100cb7f315038d4cd7c6200c7b))
* **clients:** update client endpoints as of 2025-01-21 ([0d212b4](https://github.com/aws/aws-sdk-js-v3/commit/0d212b45f7f7b17eef6851a1fbd6912d1693b6a8))





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package aws-sdk-js-v3
Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.731.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.731.1|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/signature-v4-crt|3.730.0|54.5 KB|N/A|N/A|N/A|
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
8 changes: 8 additions & 0 deletions clients/client-batch/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-batch
Expand Down
2 changes: 1 addition & 1 deletion clients/client-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-batch",
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-batch",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-cloudwatch-logs/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-cloudwatch-logs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudwatch-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudwatch-logs",
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-cognito-identity-provider/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)


### Features

* **client-cognito-identity-provider:** corrects the dual-stack endpoint configuration for cognitoidp ([757843c](https://github.com/aws/aws-sdk-js-v3/commit/757843ce384edad383af6029b5e4d23b8c19f4c3))





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cognito-identity-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cognito-identity-provider",
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-connect/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)


### Features

* **client-connect:** Added DeleteContactFlowVersion API and the CAMPAIGN flow type ([c6e07aa](https://github.com/aws/aws-sdk-js-v3/commit/c6e07aa62214e1de2e0d93ab849939f13cf328e2))





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-connect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connect",
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-connect",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-iotsitewise/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)


### Features

* **client-iotsitewise:** AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in. ([a0e3771](https://github.com/aws/aws-sdk-js-v3/commit/a0e377147a52d4c43f9ded4da2e679b8189d0ec3))





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-iotsitewise
Expand Down
2 changes: 1 addition & 1 deletion clients/client-iotsitewise/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-iotsitewise",
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-iotsitewise",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-quicksight/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)


### Features

* **client-quicksight:** Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting. ([a009440](https://github.com/aws/aws-sdk-js-v3/commit/a009440bc6333c100cb7f315038d4cd7c6200c7b))





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-quicksight
Expand Down
2 changes: 1 addition & 1 deletion clients/client-quicksight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-quicksight",
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-s3
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.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-s3",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-sns/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/client-sns
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sns",
"description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sns",
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.731.1",
"version": "3.732.0",
"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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**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.731.1",
"version": "3.732.0",
"description": "Storage higher order operation",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/crc64-nvme-crt/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

**Note:** Version bump only for package @aws-sdk/crc64-nvme-crt





# [3.731.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.730.0...v3.731.0) (2025-01-17)

**Note:** Version bump only for package @aws-sdk/crc64-nvme-crt
Expand Down
2 changes: 1 addition & 1 deletion packages/crc64-nvme-crt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/crc64-nvme-crt",
"version": "3.731.0",
"version": "3.732.0",
"description": "An implementation of CRC64-NVME checksum based on AWS Common Runtime https://github.com/awslabs/aws-crt-nodejs",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/middleware-flexible-checksums/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)


### Bug Fixes

* **middleware-flexible-checksums:** skip checksum validation if CRC64NVME dependency is absent ([#6835](https://github.com/aws/aws-sdk-js-v3/issues/6835)) ([7dbc1c9](https://github.com/aws/aws-sdk-js-v3/commit/7dbc1c9dfa9378ee0a2b5bdd35e146637ab82dd6))





# [3.731.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.730.0...v3.731.0) (2025-01-17)

**Note:** Version bump only for package @aws-sdk/middleware-flexible-checksums
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-flexible-checksums/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/middleware-flexible-checksums",
"version": "3.731.0",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**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.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",
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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**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.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",
Expand Down
8 changes: 8 additions & 0 deletions private/aws-client-api-test/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.732.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.1...v3.732.0) (2025-01-21)

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





## [3.731.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.731.0...v3.731.1) (2025-01-18)

**Note:** Version bump only for package @aws-sdk/aws-client-api-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-client-api-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-client-api-test",
"description": "Test suite for client interface stability",
"version": "3.731.1",
"version": "3.732.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
Loading

0 comments on commit 62ba401

Please sign in to comment.