aws v0.8 Release Notes

    • 0.8.6
      • move Instance metadata functions out of ResourceT to remove problem with exceptions-0.5 (this makes a fresh install of aws on a clean system possible again)
    • 0.8.5
      • compatibility with case-insensitive 1.2
      • support for V4 signatures
      • experimental support for DynamoDB
    • 0.8.4
      • compatibility with http-conduit 2.0
    • 0.8.3
      • compatibility with cryptohash 0.11
      • experimental IAM support
    • 0.8.2
      • compatibility with cereal 0.4.x
    • 0.8.1
      • compatibility with case-insensitive 1.1
    • 0.8.0
      • S3, SQS: support for US-West2 (#58)
      • S3: GetObject now has support for Content-Range (#22, #50)
      • S3: GetBucket now supports the "IsTruncated" flag (#39)
      • S3: PutObject now supports web page redirects (#46)
      • S3: support for (multi-object) DeleteObjects (#47, #56)
      • S3: HeadObject now uses an actual HEAD request (#53)
      • S3: fixed signing issues for GetObject call (#54)
      • SES: support for many more operations (#65, #66, #70, #71, #72, #74)
      • SES: SendRawEmail now correctly encodes destinations and allows multiple destinations (#73)
      • EC2: support fo Instance metadata (#37)
      • Core: queryToHttpRequest allows overriding "Date" for the benefit of Chris Dornan's Elastic Transcoder bindings (#77)