Skip to content

Commit

Permalink
Publish v3.516.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 16, 2024
1 parent 19651a6 commit b1c821a
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)


### Features

* **client-emr:** adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce ([f4e74b7](https://github.com/aws/aws-sdk-js-v3/commit/f4e74b7e1ae8eeee3b607ba5a0acfb3e51c5e807))
* **client-firehose:** This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations. ([b7891d1](https://github.com/aws/aws-sdk-js-v3/commit/b7891d1e3d74e9df6456294be090519a638b36ef))
* **client-sns:** This release marks phone numbers as sensitive inputs. ([43bff29](https://github.com/aws/aws-sdk-js-v3/commit/43bff29d5ead9dbc8bc96e7b11a9fb3e0429a226))
* **clients:** update client endpoints as of 2024-02-16 ([19651a6](https://github.com/aws/aws-sdk-js-v3/commit/19651a6b7e19cd5f19faa6a503ce8b9b83957103))





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)


Expand Down
8 changes: 8 additions & 0 deletions clients/client-connectparticipant/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)

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





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**Note:** Version bump only for package @aws-sdk/client-connectparticipant
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connectparticipant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connectparticipant",
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
"version": "3.515.0",
"version": "3.516.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-connectparticipant",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-emr/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)


### Features

* **client-emr:** adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce ([f4e74b7](https://github.com/aws/aws-sdk-js-v3/commit/f4e74b7e1ae8eeee3b607ba5a0acfb3e51c5e807))





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**Note:** Version bump only for package @aws-sdk/client-emr
Expand Down
2 changes: 1 addition & 1 deletion clients/client-emr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-emr",
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
"version": "3.515.0",
"version": "3.516.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-emr",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-firehose/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)


### Features

* **client-firehose:** This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations. ([b7891d1](https://github.com/aws/aws-sdk-js-v3/commit/b7891d1e3d74e9df6456294be090519a638b36ef))





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**Note:** Version bump only for package @aws-sdk/client-firehose
Expand Down
2 changes: 1 addition & 1 deletion clients/client-firehose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-firehose",
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
"version": "3.515.0",
"version": "3.516.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-firehose",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-lambda/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)

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





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**Note:** Version bump only for package @aws-sdk/client-lambda
Expand Down
2 changes: 1 addition & 1 deletion clients/client-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lambda",
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
"version": "3.515.0",
"version": "3.516.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-rds/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)

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





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**Note:** Version bump only for package @aws-sdk/client-rds
Expand Down
2 changes: 1 addition & 1 deletion clients/client-rds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rds",
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
"version": "3.515.0",
"version": "3.516.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-rds",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sns/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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)


### Features

* **client-sns:** This release marks phone numbers as sensitive inputs. ([43bff29](https://github.com/aws/aws-sdk-js-v3/commit/43bff29d5ead9dbc8bc96e7b11a9fb3e0429a226))





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**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.515.0",
"version": "3.516.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.515.0",
"version": "3.516.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-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.516.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.515.0...v3.516.0) (2024-02-16)

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





# [3.515.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.514.0...v3.515.0) (2024-02-15)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.515.0",
"version": "3.516.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit b1c821a

Please sign in to comment.