Skip to content

Release v2.0.44 - 2015-05-18

Compare
Choose a tag to compare
@trevorrowe trevorrowe released this 18 May 22:52
· 4959 commits to version-3 since this release

Tag release v2.0.44

References:
#816, #818

  • Issue - Aws::EC2 - Two waiters were added in v2.0.39 and then lost in v2.0.40
    in this commit: f0fad0a.
    The waiters did not get merged upstream and got squashed in the automated release.
    Reverting this loss. Actual changes have also been merged upstream now.

    See related GitHub issue #818

  • Feature - Aws::ElasticBeanstalk - Added resource names to
    Aws::ElasticBeanstalk::Client configuration option settings.

  • Feature - Aws::OpsWorks - Added support for custom auto-scaling based on
    CloudWatch alarms.

  • Feature - Aws::EC2 - Added support for the new Spot Fleet API operations.

  • Issue - Resolved a regression with presigned S3 urls where input parameters
    that are normally sent as x-amz-* headers had to be serialized onto the
    GET or PUT request. This restores the behavior where they are hoisted
    onto the request uri as query string parameters.

    See related GitHub issue #816