All Versions
10
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v2.0.0.0 Changes
- Update all the things for Amazonka-2.0 - Thanks to @endgame, @domenkozar, @koterpillar, @mpickering, @jhrcek for your patience and input to the process (over the years...)
-
v1.1.0.0 Changes
- Adds MonadFail constraints, thanks @utdemir
-
v1.0.0.2 Changes
- allow http-client 0.6
-
v1.0.0.0 Changes
- Update to support conduit >= 1.3 only.
-
v0.2.0.5 Changes
- ๐ Fix compatibility with
-
v0.2.0.4 Changes
- ๐ Make building s3upload executable optional
-
v0.2.0.3 Changes
- Make all library generated messages use Debug level not Info
-
v0.2.0.2 Changes
- Update to mmorph < 1.2
-
v0.2.0.1 Changes
- Fixed a bug with the printf format strings which would lead to a crash (Thanks @JakeOShannessy for reporting).
-
v0.2.0.0 Changes
- 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.