aws v0.7 Release Notes

    • 0.7.6.4
      • CryptoHash update
    • 0.7.6.3
      • In addition to supporting http-conduit 1.9, it would seem nice to support conduit 1.0. Previously slipped through the radar.
    • 0.7.6.2
      • Support for http-conduit 1.9
    • 0.7.6.1
      • Support for case-insensitive 1.0 and http-types 0.8
    • 0.7.6
      • Parsing of SimpleDB error responses was too strict, fixed
      • Support for cryptohash 0.8
      • Failure 0.1 does not work with aws, stricter lower bound
    • 0.7.5
      • Support for http-conduit 1.7 and 1.8
    • 0.7.1-0.7.4
      • Support for GHC 7.6
      • Wider constraints to support newer versions of various dependencies
      • Update maintainer e-mail address and project categories in cabal file
    • 0.7.0
      • Change ServiceConfiguration concept so as to indicate in the type whether this is for URI-only requests (i.e. awsUri)
      • EXPERIMENTAL: Direct support for iterated transaction, i.e. such where multiple HTTP requests might be necessary due to e.g. response size limits.
      • Put aws functions in ResourceT to be able to safely return Sources and streams.
        • simpleAws* does not require ResourceT and converts streams into memory values (like ByteStrings) first.
      • Log response metadata (level Info), and do not let all aws runners return it.
      • S3:
        • GetObject: No longer require a response consumer in the request, return the HTTP response (with the body as a stream) instead.
        • Add CopyObject (PUT Object Copy) request type.
      • Add Examples cabal flag for building code examples.
      • Many more, small improvements.