Skip to content

Commit

Permalink
Updates SDK to v2.1587.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 27, 2024
1 parent 4193f10 commit cd42c1c
Show file tree
Hide file tree
Showing 24 changed files with 3,686 additions and 1,885 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1587.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Endpoints",
"description": "Add endpoint override for eu-isoe-* region"
},
{
"type": "feature",
"category": "Batch",
"description": "This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS"
},
{
"type": "feature",
"category": "BedrockAgent",
"description": "This changes introduces metadata documents statistics and also updates the documentation for bedrock agent."
},
{
"type": "feature",
"category": "BedrockAgentRuntime",
"description": "This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs."
},
{
"type": "feature",
"category": "ElastiCache",
"description": "Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpoints-52ee1372.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1586.0-->
<!--LATEST=2.1587.0-->
<!--ENTRYINSERT-->

## 2.1587.0
* bugfix: Endpoints: Add endpoint override for eu-isoe-* region
* feature: Batch: This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
* feature: BedrockAgent: This changes introduces metadata documents statistics and also updates the documentation for bedrock agent.
* feature: BedrockAgentRuntime: This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs.
* feature: ElastiCache: Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load

## 2.1586.0
* feature: BedrockAgentRuntime: This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock.
* feature: CostExplorer: Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1586.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1587.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down

0 comments on commit cd42c1c

Please sign in to comment.