Skip to content

Commit

Permalink
Updates CHANGELOG to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisradek committed Sep 20, 2016
1 parent e4425c2 commit 24cddca
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 11 deletions.
32 changes: 32 additions & 0 deletions .changes/2.6.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "Browser",
"description": "Updates `url` and `querystring` dependencies to be controlled by the SDK instead of tools like browserify or webpack."
},
{
"type": "bugfix",
"category": "Config",
"description": "Fixes an issue where specifying service-specific config on the global AWS.config object would fail if the service had not yet been instantiated."
},
{
"type": "feature",
"category": "CodeDeploy",
"description": "AWS CodeDeploy now integrates with Amazon CloudWatch alarms, making it possible to stop a deployment if there is a change in the state of a specified alarm for a number of consecutive periods, as specified in the alarm threshold. AWS CodeDeploy also now supports automatically rolling back a deployment if certain conditions are met, such as a deployment failure or an activated alarm."
},
{
"type": "feature",
"category": "EMR",
"description": "Added support for Security Configurations which can be used to enable encryption at-rest and in-transit for certain applications on Amazon EMR."
},
{
"type": "feature",
"category": "RDS",
"description": "Provide local time zone support for AWS RDS SqlServer database instances."
},
{
"type": "feature",
"category": "Redshift",
"description": "This release of Amazon Redshift introduces Enhanced VPC Routing. When you use Amazon Redshift Enhanced VPC Routing, Amazon Redshift forces all COPY and UNLOAD traffic between your cluster and your data repositories through your Amazon VPC."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Browser-9f045858.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Config-98d75720.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.6.3-->
<!--LATEST=2.6.4-->
<!--ENTRYINSERT-->

## 2.6.4
* bugfix: Browser: Updates `url` and `querystring` dependencies to be controlled by the SDK instead of tools like browserify or webpack.
* bugfix: Config: Fixes an issue where specifying service-specific config on the global AWS.config object would fail if the service had not yet been instantiated.
* feature: CodeDeploy: AWS CodeDeploy now integrates with Amazon CloudWatch alarms, making it possible to stop a deployment if there is a change in the state of a specified alarm for a number of consecutive periods, as specified in the alarm threshold. AWS CodeDeploy also now supports automatically rolling back a deployment if certain conditions are met, such as a deployment failure or an activated alarm.
* feature: EMR: Added support for Security Configurations which can be used to enable encryption at-rest and in-transit for certain applications on Amazon EMR.
* feature: RDS: Provide local time zone support for AWS RDS SqlServer database instances.
* feature: Redshift: This release of Amazon Redshift introduces Enhanced VPC Routing. When you use Amazon Redshift Enhanced VPC Routing, Amazon Redshift forces all COPY and UNLOAD traffic between your cluster and your data repositories through your Amazon VPC.

## 2.6.3
* bugfix: Node_Https: Fixes an issue caused when https.globalAgent is set to false.
* feature: Iot: Updates registerCertificate operation, and allows users to specify cannedAcl for S3 action.
Expand Down

0 comments on commit 24cddca

Please sign in to comment.