Skip to content

Commit

Permalink
2.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 7, 2015
1 parent 521b01b commit 85c5224
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# CHANGELOG

## 2.8.3 - 2015-05-07

* `Aws\Glacier` - Added support for vault access policies.
* `Aws\Route53` - Fixed a `GetCheckerIpRangesResponse` response parsing issue.
* `Aws\S3` - Retrying CompleteMultipartUpload failures by retrying the request.
* `Aws\S3` - Corrected some response handling in the S3 multipart upload
abstraction.
* Expiring instance metadata credentials 30 minutes in advance for more eager
refreshes before the credentials expire.

## 2.8.2 - 2015-04-23

* `Aws\Ec2` - Added support for new VM Import APIs, `including ImportImage`.
Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Aws.php
Expand Up @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder
/**
* @var string Current version of the SDK
*/
const VERSION = '2.8.2';
const VERSION = '2.8.3';

/**
* Create a new service locator for the AWS SDK
Expand Down

0 comments on commit 85c5224

Please sign in to comment.