Skip to content

Release v2.0.48 - 2015-06-04

Compare
Choose a tag to compare
@awood45 awood45 released this 04 Jun 20:12
· 5027 commits to version-3 since this release

Tag release v2.0.48

References:
#828, #829, #830, #831, #832

  • Feature - Aws::CloudWatchLogs - Adds support for the #put_subscription_filter,
    #describe_subscription_filters, and #delete_subscription_filter API
    operations.

  • Feature - Aws::CognitoIdentity - Adds support for the #delete_identities
    API operation, and hiding disabled identities with the #list_identities API
    operation.

  • Feature - Aws::StorageGateway - Updated Aws::StorageGateway API to add support
    for the #list_volume_initiators API operation.

  • Issue - Aws::DynamoDB - Resolve an issue where IO objects were not properly
    marshaled, leading to runtime errors.

    See related GitHub issue #831

  • Issue - Aws::S3 - Resolved an issue with the URL decoding of keys in the
    response to a call to Aws::S3::Client#list_objects.

    See related GitHub issue #828