aws v0.6 Release Notes

    • 0.6.2
      • Properly parse Last-Modified header in accordance with RFC 2616.
    • 0.6.1
      • Fix for MD5 encoding issue in S3 PutObject requests.
    • 0.6.0
      • API Cleanup
        • General: Use Crypto.Hash.MD5.MD5 when a Content-MD5 hash is required, instead of ByteString.
        • S3: Made parameter order to S3.putObject consistent with S3.getObject.
      • Updated dependencies:
        • conduit 0.5 (as well as http-conduit 1.5 and xml-conduit 1.0).
        • http-types 0.7.
      • Minor changes.
      • Internal changes (notable for people who want to add more commands):
        • http-types' new 'QueryLike' interface allows creating query lists more conveniently.