-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4425c2
commit 24cddca
Showing
4 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters