Skip to content

Commit cd42c1c

Browse files
author
awstools
committed
Updates SDK to v2.1587.0
1 parent 4193f10 commit cd42c1c

24 files changed

+3686
-1885
lines changed

.changes/2.1587.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Endpoints",
5+
"description": "Add endpoint override for eu-isoe-* region"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Batch",
10+
"description": "This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "BedrockAgent",
15+
"description": "This changes introduces metadata documents statistics and also updates the documentation for bedrock agent."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "BedrockAgentRuntime",
20+
"description": "This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ElastiCache",
25+
"description": "Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load"
26+
}
27+
]

.changes/next-release/bugfix-Endpoints-52ee1372.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1586.0-->
2+
<!--LATEST=2.1587.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1587.0
6+
* bugfix: Endpoints: Add endpoint override for eu-isoe-* region
7+
* feature: Batch: This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
8+
* feature: BedrockAgent: This changes introduces metadata documents statistics and also updates the documentation for bedrock agent.
9+
* feature: BedrockAgentRuntime: This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs.
10+
* feature: ElastiCache: Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load
11+
512
## 2.1586.0
613
* feature: BedrockAgentRuntime: This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock.
714
* feature: CostExplorer: Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

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

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

0 commit comments

Comments
 (0)