Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1349.0
Choose a base ref
...
head repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1350.0
Choose a head ref
  • 1 commit
  • 30 files changed
  • 1 contributor

Commits on Apr 4, 2023

  1. Updates SDK to v2.1350.0

    awstools committed Apr 4, 2023
    Copy the full SHA
    3ee782c View commit details
37 changes: 37 additions & 0 deletions .changes/2.1350.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AmplifyUIBuilder",
"description": "Support StorageField and custom displays for data-bound options in form builder. Support non-string operands for predicates in collections. Support choosing client to get token from."
},
{
"type": "feature",
"category": "DataExchange",
"description": "This release updates the value of MaxResults."
},
{
"type": "feature",
"category": "EC2",
"description": "C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth."
},
{
"type": "feature",
"category": "ElasticInference",
"description": "Updated public documentation for the Describe and Tagging APIs."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Asynchronous Inference now allows customer's to receive failure model responses in S3 and receive success/failure model responses in SNS notifications."
},
{
"type": "feature",
"category": "SageMakerRuntime",
"description": "Amazon SageMaker Asynchronous Inference now provides customers a FailureLocation as a response parameter in InvokeEndpointAsync API to capture the model failure responses."
},
{
"type": "feature",
"category": "WAFV2",
"description": "This release rolls back association config feature for webACLs that protect CloudFront protections."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1349.0-->
<!--LATEST=2.1350.0-->
<!--ENTRYINSERT-->

## 2.1350.0
* feature: AmplifyUIBuilder: Support StorageField and custom displays for data-bound options in form builder. Support non-string operands for predicates in collections. Support choosing client to get token from.
* feature: DataExchange: This release updates the value of MaxResults.
* feature: EC2: C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.
* feature: ElasticInference: Updated public documentation for the Describe and Tagging APIs.
* feature: SageMaker: Amazon SageMaker Asynchronous Inference now allows customer's to receive failure model responses in S3 and receive success/failure model responses in SNS notifications.
* feature: SageMakerRuntime: Amazon SageMaker Asynchronous Inference now provides customers a FailureLocation as a response parameter in InvokeEndpointAsync API to capture the model failure responses.
* feature: WAFV2: This release rolls back association config feature for webACLs that protect CloudFront protections.

## 2.1349.0
* feature: Glue: Add support for database-level federation
* feature: LakeFormation: Add support for database-level federation
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -70,7 +70,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.1349.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1350.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
Loading