Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.0
Choose a base ref
...
head repository: aws/aws-sdk-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.45.0
Choose a head ref
  • 19 commits
  • 16 files changed
  • 3 contributors

Commits on Jun 13, 2014

  1. Fixed an issue with AWS::EC2::Client#copy_snapshot.

    Added integration tests for copy snapshot and copy encrypted
    snapshot.
    
    Fixes #561
    trevorrowe committed Jun 13, 2014
    2
    Copy the full SHA
    500004d View commit details
  2. Bump version to v1.43.1

    trevorrowe committed Jun 13, 2014
    Copy the full SHA
    5b1d859 View commit details
  3. Fix Net::HTTP Handler Behavior

    There are two notable behavior changes:
    1. We do not yield to a block when there is zero content. This was
    causing an exception upstream in the code (in the case of client-side
    encryption, a cipher#update exception for no content).
    2. We moved the truncated body check to be outside the Net::HTTP block,
    so that we don't clobber exceptions that were raised before that check.
    
    These issues have existed in the code for some time, but negative
    effects were only recently realized when a change in OpenSSL behavior
    resulted in empty packets being sent over the wire - yielding these
    caused exceptions downstream, rather than waiting for the content to be
    sent. That issue should no longer occur.
    
    Resolves issue #557.
    awood45 committed Jun 13, 2014
    Copy the full SHA
    0898b0c View commit details
  4. Removed milliseconds from Query protocol Timestamp param.

    This caused a regression in Ruby 1.8.7 which does not
    support %L in `strftime`.
    
    Fixes #563
    trevorrowe committed Jun 13, 2014
    Copy the full SHA
    ca5defc View commit details
  5. Tag release v1.43.2

    References:
      #557, #563
    trevorrowe committed Jun 13, 2014
    Copy the full SHA
    a4e55c0 View commit details

Commits on Jun 17, 2014

  1. Copy the full SHA
    011fd3d View commit details
  2. Tag release v1.43.3

    References:
      #557, #563
    trevorrowe committed Jun 17, 2014
    Copy the full SHA
    c080353 View commit details
  3. Copy the full SHA
    92ace95 View commit details
  4. Copy the full SHA
    c1507cc View commit details

Commits on Jun 20, 2014

  1. Copy the full SHA
    a6c6964 View commit details
  2. Copy the full SHA
    deb84e6 View commit details
  3. Copy the full SHA
    107a152 View commit details
  4. Tag release v1.44.0

    References:
      #557, #563
    trevorrowe committed Jun 20, 2014
    Copy the full SHA
    56f0fc5 View commit details

Commits on Jun 23, 2014

  1. Added require 'json' to ensure no failure when calling using AWS.conf…

    …ig.credentials
    Joel Courtney committed Jun 23, 2014
    Copy the full SHA
    c15f1f7 View commit details
  2. Merge pull request #567 from jufemaiz/master

    Added require 'json' to ensure no failure when calling using AWS.config....
    
    Fixes #566
    trevorrowe committed Jun 23, 2014
    Copy the full SHA
    9ec2306 View commit details

Commits on Jun 25, 2014

  1. Update Amazon SES to Latest API Version

    This change adds support for delivery notifications to Amazon Simple
    Email Service.
    awood45 committed Jun 25, 2014
    Copy the full SHA
    c53324c View commit details

Commits on Jun 26, 2014

  1. Copy the full SHA
    7f639a2 View commit details
  2. Fix CloudFront Client Typo

    awood45 committed Jun 26, 2014
    Copy the full SHA
    8e927e6 View commit details
  3. Tag release v1.45.0

    References:
      #566, #567
    awood45 committed Jun 26, 2014
    Copy the full SHA
    5d63c1f View commit details