Skip to content

Commit

Permalink
Update models for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Aug 12, 2015
1 parent ddf709a commit 94f7567
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# CHANGELOG

## next release
* `Aws\ElasticBeanstalk` - Added support for enhanced health reporting.
* `Aws\S3` - Fixed retry middleware to ensure that S3 requests are retried
following errors raised by the HTTP handler.
* `Aws\S3` - Made the keys of the configuration array passed to the constructor
of `MultipartUploader` case-insensitive so that its configuration would not
rely on differently-cased keys from that of the `S3Client::putObject`
operation.
* Added an endpoint validation step to the `Aws\AwsClient` constructor so that
invalid endpoint would be reported immediately.

## 3.2.5 - 2015-08-06

* `Aws\Swf` - Added support for invoking AWS Lambda tasks from an Amazon SWF
Expand Down

0 comments on commit 94f7567

Please sign in to comment.