- Update all the things for Amazonka-2.0 - Thanks to @endgame, @domenkozar, @koterpillar, @mpickering, @jhrcek, @roberth for your patience and input to the process (over the years...)
- Adds MonadFail constraints, thanks @utdemir
- allow http-client 0.6
- Update to support conduit >= 1.3 only.
- Fix compatibility with
- Make building s3upload executable optional
- Make all library generated messages use Debug level not Info
- Update to mmorph < 1.2
- Fixed a bug with the printf format strings which would lead to a crash (Thanks @JakeOShannessy for reporting).
- Fixed a potential bug with very large uploads where the chunksize might be too small for the limit of 10,000 chunks per upload (#6).
- Change API to allow the user to specify a chunk size for streaming if the user knows more about the data than we do.
- Allow the user to specify how many concurrent threads to use for
concurrentUpload
as as well as chunk size (#4). - Better specify cabal dependency ranges.