Skip to content

Commit 9611fef

Browse files
author
Nobody
committed
Updates SDK to v2.6.11
1 parent 5b4e194 commit 9611fef

16 files changed

+2449
-101
lines changed

.changes/2.6.11.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Budgets",
5+
"description": "Adds the AWS Budgets service API via AWS.Budgets."
6+
}
7+
]

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.6.10-->
2+
<!--LATEST=2.6.11-->
33
<!--ENTRYINSERT-->
44

5+
## 2.6.11
6+
* feature: Budgets: Adds the AWS Budgets service API via AWS.Budgets.
7+
58
## 2.6.10
69
* feature: CloudFront: Ability to use Amazon CloudFront to deliver your content both via IPv6 and IPv4 using HTTP/HTTPS.
710
* feature: IoT: Updates IoT API to the latest available version.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to work with the new major version.
2424
To use the SDK in the browser, simply add the following script tag to your
2525
HTML pages:
2626

27-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.6.10.min.js"></script>
27+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.6.11.min.js"></script>
2828

2929
You can also build a custom browser SDK with your specified set of AWS services.
3030
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)