Skip to content

Commit

Permalink
Updates SDK to v2.1031.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 17, 2021
1 parent 1e6b66f commit f754449
Show file tree
Hide file tree
Showing 38 changed files with 9,044 additions and 235 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1031.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "S3",
"description": "Support FIPS for S3 Accesspoint & Object Lambda"
},
{
"type": "feature",
"category": "AmplifyBackend",
"description": "New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend."
},
{
"type": "feature",
"category": "AppConfigData",
"description": "AWS AppConfig Data is a new service that allows you to retrieve configuration deployed by AWS AppConfig. See the AppConfig user guide for more details on getting started. https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html"
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Add paginator for DescribeResourceCollectionHealth"
},
{
"type": "feature",
"category": "Drs",
"description": "Introducing AWS Elastic Disaster Recovery (AWS DRS), a new service that minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery."
},
{
"type": "feature",
"category": "RedshiftData",
"description": "Data API now supports serverless requests."
},
{
"type": "feature",
"category": "SNS",
"description": "Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-b27b69fd.json

This file was deleted.

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.1030.0-->
<!--LATEST=2.1031.0-->
<!--ENTRYINSERT-->

## 2.1031.0
* bugfix: S3: Support FIPS for S3 Accesspoint & Object Lambda
* feature: AmplifyBackend: New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.
* feature: AppConfigData: AWS AppConfig Data is a new service that allows you to retrieve configuration deployed by AWS AppConfig. See the AppConfig user guide for more details on getting started. https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html
* feature: DevOpsGuru: Add paginator for DescribeResourceCollectionHealth
* feature: Drs: Introducing AWS Elastic Disaster Recovery (AWS DRS), a new service that minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery.
* feature: RedshiftData: Data API now supports serverless requests.
* feature: SNS: Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics.

## 2.1030.0
* feature: CloudTrail: CloudTrail Insights now supports ApiErrorRateInsight, which enables customers to identify unusual activity in their AWS account based on API error codes and their rate.
* feature: Location: This release adds the support for Relevance, Distance, Time Zone, Language and Interpolated Address for Geocoding and Reverse Geocoding.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1030.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1031.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
Loading

0 comments on commit f754449

Please sign in to comment.