Skip to content

Commit

Permalink
Updates SDK to v2.525.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 9, 2019
1 parent 9295e45 commit 3f3ab39
Show file tree
Hide file tree
Showing 43 changed files with 15,897 additions and 3,068 deletions.
52 changes: 52 additions & 0 deletions .changes/2.525.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "bugfix",
"category": "RDS",
"description": "Make async RDS.Signer.getAuthToken call pass underlying credential errors to callback"
},
{
"type": "feature",
"category": "AppMesh",
"description": "This release adds support for http retry policies."
},
{
"type": "feature",
"category": "AppStream",
"description": "IamRoleArn support in CreateFleet, UpdateFleet, CreateImageBuilder APIs"
},
{
"type": "feature",
"category": "Credentials",
"description": "Added chaining support in TokenFileWebIdentityCredentials"
},
{
"type": "feature",
"category": "EC2",
"description": "This release expands Site-to-Site VPN tunnel options to allow customers to restrict security algorithms and configure timer settings for VPN connections. Customers can specify these new options while creating new VPN connections, or they can modify the tunnel options on existing connections using a new API."
},
{
"type": "feature",
"category": "Endpoints",
"description": "Sts client now supports sending requests to regional endpoints. You can opt in by setting stsRegionalEndpoints client config or AWS_STS_REGIONAL_ENDPOINTS environment or sts_regional_endpoints config file entry to 'regional'"
},
{
"type": "feature",
"category": "MarketplaceCommerceAnalytics",
"description": "Add FDP+FPS (monthly_revenue_field_demonstration_usage + monthly_revenue_flexible_payment_schedule) to Marketplace Commerce Analytics Service"
},
{
"type": "feature",
"category": "QLDB",
"description": "(New Service) Amazon QLDB is a fully managed ledger database that provides a transparent, immutable, and cryptographically verifiable transaction log owned by a central trusted authority. Amazon QLDB is a new class of serverless database that eliminates the need to engage in the complex development effort of building your own ledger-like applications and it automatically scales to support the demands of your application. Introduces Amazon QLDB API operations needed for managing Amazon QLDB ledgers. This includes the ability to manage Amazon QLDB ledgers, cryptographically verify documents, and export the journal in a ledger."
},
{
"type": "feature",
"category": "QLDBSession",
"description": "(New Service) Amazon QLDB is a fully managed ledger database that provides a transparent, immutable, and cryptographically verifiable transaction log owned by a central trusted authority. Amazon QLDB is a new class of serverless database that eliminates the need to engage in the complex development effort of building your own ledger-like applications and it automatically scales to support the demands of your application. Introduces Amazon QLDB API operations needed for interacting with data in Amazon QLDB ledgers."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "Support for Connectivity to Simulation. When you need to interact with the applications in your simulation job, you can connect to your robot application or simulation application with port forwarding. When you configure port forwarding, traffic will be forwarded from the simulation job port to the application port. Port forwarding makes it easy to connect with tools such as ROS Bridge and other tools. This can be useful when you want to debug or run custom tools to interact with your applications. "
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-RDS-16bdcb01.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Credentials-78e15543.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Endpoints-5d7d9e4e.json

This file was deleted.

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

## 2.525.0
* bugfix: RDS: Make async RDS.Signer.getAuthToken call pass underlying credential errors to callback
* feature: AppMesh: This release adds support for http retry policies.
* feature: AppStream: IamRoleArn support in CreateFleet, UpdateFleet, CreateImageBuilder APIs
* feature: Credentials: Added chaining support in TokenFileWebIdentityCredentials
* feature: EC2: This release expands Site-to-Site VPN tunnel options to allow customers to restrict security algorithms and configure timer settings for VPN connections. Customers can specify these new options while creating new VPN connections, or they can modify the tunnel options on existing connections using a new API.
* feature: Endpoints: Sts client now supports sending requests to regional endpoints. You can opt in by setting stsRegionalEndpoints client config or AWS_STS_REGIONAL_ENDPOINTS environment or sts_regional_endpoints config file entry to 'regional'
* feature: MarketplaceCommerceAnalytics: Add FDP+FPS (monthly_revenue_field_demonstration_usage + monthly_revenue_flexible_payment_schedule) to Marketplace Commerce Analytics Service
* feature: QLDB: (New Service) Amazon QLDB is a fully managed ledger database that provides a transparent, immutable, and cryptographically verifiable transaction log owned by a central trusted authority. Amazon QLDB is a new class of serverless database that eliminates the need to engage in the complex development effort of building your own ledger-like applications and it automatically scales to support the demands of your application. Introduces Amazon QLDB API operations needed for managing Amazon QLDB ledgers. This includes the ability to manage Amazon QLDB ledgers, cryptographically verify documents, and export the journal in a ledger.
* feature: QLDBSession: (New Service) Amazon QLDB is a fully managed ledger database that provides a transparent, immutable, and cryptographically verifiable transaction log owned by a central trusted authority. Amazon QLDB is a new class of serverless database that eliminates the need to engage in the complex development effort of building your own ledger-like applications and it automatically scales to support the demands of your application. Introduces Amazon QLDB API operations needed for interacting with data in Amazon QLDB ledgers.
* feature: RoboMaker: Support for Connectivity to Simulation. When you need to interact with the applications in your simulation job, you can connect to your robot application or simulation application with port forwarding. When you configure port forwarding, traffic will be forwarded from the simulation job port to the application port. Port forwarding makes it easy to connect with tools such as ROS Bridge and other tools. This can be useful when you want to debug or run custom tools to interact with your applications.

## 2.524.0
* feature: ConfigService: AWS Config now includes the option for marking RemediationConfigurations as automatic, removing the need to call the StartRemediationExecution API. Manual control over resource execution rate is also included, and RemediationConfigurations are now ARN addressable. Exceptions to exclude account resources from being remediated can be configured with the new PutRemediationExceptions, DescribeRemediationExceptions, and DeleteRemediationExceptions APIs.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.524.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.525.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 3f3ab39

Please sign in to comment.