packages feed

amazonka-s3-streaming-2.0.0.0: Changelog.md

# Changelog - amazonka-s3-streaming

## 2.0.0.0
 - 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...)

## 1.1.0.0
 - Adds MonadFail constraints, thanks @utdemir

## 1.0.0.2
 - allow http-client 0.6

## 1.0.0.0
 - Update to support conduit >= 1.3 only.

## 0.2.0.5
- Fix compatibility with

## 0.2.0.4
- Make building s3upload executable optional

## 0.2.0.3
 * Make all library generated messages use Debug level not Info

## 0.2.0.2
 * Update to mmorph < 1.2

## 0.2.0.1
 * Fixed a bug with the printf format strings which would lead to a crash (Thanks @JakeOShannessy
   for reporting).

## 0.2.0.0
 * 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.