aws v0.9 Release Notes

    • 0.9.4
      • allow conduit 1.2
    • 0.9.3
      • fix performance regression for loadCredentialsDefault
      • add generic makeCredentials function
      • add S3 DeleteBucket operation
      • add S3 NukeBucket example
      • SES: use security token if enabled (should allow using it with IAM roles on EC2 instances)
    • 0.9.2
      • Support for credentials from EC2 instance metadata (only S3 for now)
      • aeson 0.8 compatibility
    • 0.9.1
      • Support for multi-page S3 GetBucket requests
      • S3 GLACIER support
      • Applicative instance for Response to conform to the Applicative-Monad Proposal
      • Compatibility with transformers 0.4
    • 0.9
      • Interface changes:
        • attempt and failure were deprecated, remove
        • switch to new cryptohash interface
      • updated version bounds of conduit and xml-conduit