Skip to content

Release v2.2.19 - 2016-02-24

Compare
Choose a tag to compare
@trevorrowe trevorrowe released this 24 Feb 00:50
· 4228 commits to version-3 since this release

Tag release v2.2.19

References:
#1085, #1093

  • Feature - Aws::Route53 - Added support for enabling SNI health checks.

  • Feature - Aws::SQS - Added automatic MD5 computation and verification of
    message bodies and attributes. This is now enabled by default for all
    #send_message and #send_message_batch requests.

    You can disable this feature by configuring verify_checksums: false.

    See related GitHub pull request #1093.

  • Feature - Aws::S3 - Added #restore_object method to Aws::S3::Object
    and to Aws::S3::ObjectSummary.