Skip to content

Commit

Permalink
3.25.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
imshashank committed Apr 4, 2017
1 parent a86fb67 commit c5d85fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.25.3 - 2017-04-04

* `Aws\CloudWatch` - Amazon Web Services announced the immediate availability of two additional alarm configuration rules for Amazon CloudWatch Alarms. The first rule is for configuring missing data treatment. Customers have the options to treat missing data as alarm threshold breached, alarm threshold not breached, maintain alarm state and the current default treatment. The second rule is for alarms based on percentiles metrics that can trigger unnecassarily if the percentile is calculated from a small number of samples. The new rule can treat percentiles with low sample counts as same as missing data. If the first rule is enabled, the same treatment will be applied when an alarm encounters a percentile with low sample counts.

Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
*/
class Sdk
{
const VERSION = '3.25.2';
const VERSION = '3.25.3';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit c5d85fb

Please sign in to comment.