Skip to content

Commit

Permalink
Updates SDK to v2.1605.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 23, 2024
1 parent fd95d9f commit 8355e03
Show file tree
Hide file tree
Showing 35 changed files with 5,967 additions and 987 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1605.0.json
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Bedrock",
"description": "This release introduces Model Evaluation and Guardrails for Amazon Bedrock."
},
{
"type": "feature",
"category": "BedrockAgent",
"description": "Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data."
},
{
"type": "feature",
"category": "BedrockAgentRuntime",
"description": "This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base."
},
{
"type": "feature",
"category": "BedrockRuntime",
"description": "This release introduces Guardrails for Amazon Bedrock."
},
{
"type": "feature",
"category": "CostExplorer",
"description": "Added additional metadata that might be applicable to your reservation recommendations."
},
{
"type": "feature",
"category": "EC2",
"description": "This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API."
},
{
"type": "feature",
"category": "WorkSpacesWeb",
"description": "Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1604.0-->
<!--LATEST=2.1605.0-->
<!--ENTRYINSERT-->

## 2.1605.0
* feature: Bedrock: This release introduces Model Evaluation and Guardrails for Amazon Bedrock.
* feature: BedrockAgent: Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data.
* feature: BedrockAgentRuntime: This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base.
* feature: BedrockRuntime: This release introduces Guardrails for Amazon Bedrock.
* feature: CostExplorer: Added additional metadata that might be applicable to your reservation recommendations.
* feature: EC2: This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API.
* feature: WorkSpacesWeb: Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)

## 2.1604.0
* feature: BedrockAgent: Releasing the support for simplified configuration and return of control
* feature: BedrockAgentRuntime: Releasing the support for simplified configuration and return of control
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1604.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1605.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 8355e03

Please sign in to comment.