Skip to content

Commit

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

# [3.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)


### Features

* **client-batch:** This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS ([3fe1135](https://github.com/aws/aws-sdk-js-v3/commit/3fe1135403069063f861ea9747f898a64a3610b1))
* **client-bedrock-agent-runtime:** This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. ([9996a39](https://github.com/aws/aws-sdk-js-v3/commit/9996a3975d111cbdeed755f3a2e32e93e47dfbbc))
* **client-bedrock-agent:** This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. ([f6cf100](https://github.com/aws/aws-sdk-js-v3/commit/f6cf1003961f860d9be6e98615919937ee22ce78))
* **client-elasticache:** Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load ([86e40c9](https://github.com/aws/aws-sdk-js-v3/commit/86e40c9d52e897c95058974ef4e3838acd9b224d))
* **clients:** update client endpoints as of 2024-03-27 ([b90633b](https://github.com/aws/aws-sdk-js-v3/commit/b90633bae281cbef418301a5a5c2b4a721b8e7dd))





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


Expand Down
11 changes: 11 additions & 0 deletions clients/client-batch/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)


### Features

* **client-batch:** This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS ([3fe1135](https://github.com/aws/aws-sdk-js-v3/commit/3fe1135403069063f861ea9747f898a64a3610b1))





# [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-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.540.0",
"version": "3.543.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-batch",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent-runtime/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)


### Features

* **client-bedrock-agent-runtime:** This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. ([9996a39](https://github.com/aws/aws-sdk-js-v3/commit/9996a3975d111cbdeed755f3a2e32e93e47dfbbc))





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


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent-runtime",
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
"version": "3.542.0",
"version": "3.543.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)


### Features

* **client-bedrock-agent:** This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. ([f6cf100](https://github.com/aws/aws-sdk-js-v3/commit/f6cf1003961f860d9be6e98615919937ee22ce78))





# [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-bedrock-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent",
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.543.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-elasticache/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)


### Features

* **client-elasticache:** Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load ([86e40c9](https://github.com/aws/aws-sdk-js-v3/commit/86e40c9d52e897c95058974ef4e3838acd9b224d))





# [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-elasticache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-elasticache",
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.543.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-elasticache",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-secrets-manager/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)

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





# [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-secrets-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-secrets-manager",
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.543.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
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.542.0",
"version": "3.543.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit bff1afc

Please sign in to comment.