Skip to content

Commit

Permalink
Publish v3.547.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 2, 2024
1 parent 1ca0877 commit 2cc8c1c
Show file tree
Hide file tree
Showing 16 changed files with 90 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.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02)


### Features

* **client-glue:** Adding View related fields to responses of read-only Table APIs. ([813eb4d](https://github.com/aws/aws-sdk-js-v3/commit/813eb4d90045ec16681439017a22bf43f53c118e))
* **client-rolesanywhere:** This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs. ([7f5e108](https://github.com/aws/aws-sdk-js-v3/commit/7f5e108047ec886e98701048bfffa729482ed04c))
* **client-sqs:** add option to prevent md5 computation ([#5953](https://github.com/aws/aws-sdk-js-v3/issues/5953)) ([43f401b](https://github.com/aws/aws-sdk-js-v3/commit/43f401b5a473449c0aa892e7cf7df9e86befffee))
* **clients:** update client endpoints as of 2024-04-02 ([1ca0877](https://github.com/aws/aws-sdk-js-v3/commit/1ca087746a6d2f66095179d97ddc9fcfde114d98))





# [3.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01)


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

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





# [3.542.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.541.0...v3.542.0) (2024-03-26)

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


### Features

* **client-glue:** Adding View related fields to responses of read-only Table APIs. ([813eb4d](https://github.com/aws/aws-sdk-js-v3/commit/813eb4d90045ec16681439017a22bf43f53c118e))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-glue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-glue",
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.547.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-glue",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-ivschat/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.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02)

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





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ivschat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ivschat",
"description": "AWS SDK for JavaScript Ivschat Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.547.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ivschat",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-rolesanywhere/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.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02)


### Features

* **client-rolesanywhere:** This release increases the limit on the roleArns request parameter for the *Profile APIs that support it. This parameter can now take up to 250 role ARNs. ([7f5e108](https://github.com/aws/aws-sdk-js-v3/commit/7f5e108047ec886e98701048bfffa729482ed04c))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-rolesanywhere/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rolesanywhere",
"description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.547.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-rolesanywhere",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-securityhub/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.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02)

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





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-securityhub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-securityhub",
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.547.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-securityhub",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sqs/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.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02)


### Features

* **client-sqs:** add option to prevent md5 computation ([#5953](https://github.com/aws/aws-sdk-js-v3/issues/5953)) ([43f401b](https://github.com/aws/aws-sdk-js-v3/commit/43f401b5a473449c0aa892e7cf7df9e86befffee))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-sqs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sqs",
"description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.547.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
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.546.0",
"version": "3.547.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/middleware-sdk-sqs/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.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02)


### Features

* **client-sqs:** add option to prevent md5 computation ([#5953](https://github.com/aws/aws-sdk-js-v3/issues/5953)) ([43f401b](https://github.com/aws/aws-sdk-js-v3/commit/43f401b5a473449c0aa892e7cf7df9e86befffee))





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/middleware-sdk-sqs
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-sqs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/middleware-sdk-sqs",
"version": "3.535.0",
"version": "3.547.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-sqs",
Expand Down

0 comments on commit 2cc8c1c

Please sign in to comment.