Skip to content

Commit

Permalink
Updates SDK to v2.269.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 5, 2018
1 parent e265dc3 commit a56b2c0
Show file tree
Hide file tree
Showing 19 changed files with 4,485 additions and 1,464 deletions.
22 changes: 22 additions & 0 deletions .changes/2.269.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "browser",
"description": "Fixed an issue with the browser XML parser logic where the incorrect value may be returned if a complex shape (map, structure) had an immediate child and a nested descendant with the same tag name."
},
{
"type": "feature",
"category": "CORS",
"description": "The SecretsManager service supports CORS. This change adds the service to the browser version of the SDK by default."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This release of the Amazon Pinpoint SDK adds the ability to create complex segments and validate phone numbers for SMS messages. It also adds the ability to get or delete endpoints based on user IDs, remove attributes from endpoints, and list the defined channels for an app."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker NotebookInstances supports 'Updating' as a NotebookInstanceStatus. In addition, DescribeEndpointOutput now includes Docker repository digest of deployed Model images."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-browser-fc46aa77.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-CORS-3f8fd8fd.json

This file was deleted.

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

## 2.269.1
* bugfix: browser: Fixed an issue with the browser XML parser logic where the incorrect value may be returned if a complex shape (map, structure) had an immediate child and a nested descendant with the same tag name.
* feature: CORS: The SecretsManager service supports CORS. This change adds the service to the browser version of the SDK by default.
* feature: Pinpoint: This release of the Amazon Pinpoint SDK adds the ability to create complex segments and validate phone numbers for SMS messages. It also adds the ability to get or delete endpoints based on user IDs, remove attributes from endpoints, and list the defined channels for an app.
* feature: SageMaker: Amazon SageMaker NotebookInstances supports 'Updating' as a NotebookInstanceStatus. In addition, DescribeEndpointOutput now includes Docker repository digest of deployed Model images.

## 2.268.1
* feature: ACM: Adds a "CertificateValidated" waiter to AWS Certificate Manager clients, which polls on a new certificate's validation state.
* feature: EC2: Added support for customers to tag EC2 Dedicated Hosts
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.268.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.269.1.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 a56b2c0

Please sign in to comment.