From 24cddca2a7c7d8741d88daee758a79b0e9e2cb40 Mon Sep 17 00:00:00 2001 From: chrisradek Date: Tue, 20 Sep 2016 16:29:09 -0700 Subject: [PATCH] Updates CHANGELOG to 2.6.4 --- .changes/2.6.4.json | 32 +++++++++++++++++++ .../next-release/bugfix-Browser-9f045858.json | 5 --- .../next-release/bugfix-Config-98d75720.json | 5 --- CHANGELOG.md | 10 +++++- 4 files changed, 41 insertions(+), 11 deletions(-) create mode 100644 .changes/2.6.4.json delete mode 100644 .changes/next-release/bugfix-Browser-9f045858.json delete mode 100644 .changes/next-release/bugfix-Config-98d75720.json diff --git a/.changes/2.6.4.json b/.changes/2.6.4.json new file mode 100644 index 0000000000..611f7f2e21 --- /dev/null +++ b/.changes/2.6.4.json @@ -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." + } +] \ No newline at end of file diff --git a/.changes/next-release/bugfix-Browser-9f045858.json b/.changes/next-release/bugfix-Browser-9f045858.json deleted file mode 100644 index c9c2a1a802..0000000000 --- a/.changes/next-release/bugfix-Browser-9f045858.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "Browser", - "description": "Updates `url` and `querystring` dependencies to be controlled by the SDK instead of tools like browserify or webpack." -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-Config-98d75720.json b/.changes/next-release/bugfix-Config-98d75720.json deleted file mode 100644 index 2c8302099c..0000000000 --- a/.changes/next-release/bugfix-Config-98d75720.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c9b4c367..eb9df03f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog for AWS SDK for JavaScript - + +## 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.