Changelog for connection-pool-0.1.3
ChangeLog / ReleaseNotes
Version 0.1.3
- All lenses are now defined as strict, as a consequence lower bound of
between is now
0.10.0.0
instead of0.9.0.0
. (change) - Support for user defined read buffer size, this was introduced in
streaming-commons
== 0.1.13
. Non-internal library API is backwards compatible. (new) - Default buffer size changed in streaming-commons
== 0.1.13
to 32kiB, this library uses this value as a default even if it's built with streaming-commons< 0.1.13
. For more details see https://github.com/fpco/streaming-commons/issues/22. (change)
Version 0.1.2.1
- Builds also with streaming-commons
>0.1.5 && <0.1.14
. Tested up to streaming-commons version 0.1.13. See also issue #1 https://github.com/trskop/connection-pool/issues/1 (new) - Uploaded to Hackage: http://hackage.haskell.org/package/connection-pool-0.1.2.1
Version 0.1.2.0
- Builds with GHC 7.10 and base 4.8. (new)
- Builds also with streaming-commons
>0.1.5 && <0.1.13
. Tested up to streaming-commons version 0.1.12.1. (new) - Uploaded to Hackage: http://hackage.haskell.org/package/connection-pool-0.1.2.0
Version 0.1.1.0
- Package is now buildable on Windows. (new)
- Introducing function
validateResourcePoolParams
. (new) - Introducing internal function
destroyAllConnections
. (new) - Introducing functions
destroyAllTcpClientConnections
anddestroyAllTcpClientConnections
both build on top ofdestroyAllConnections
. (new) - Corrected some typos in documentation and Haddock markup.
- Small documentation enhancements.
- Uploaded to Hackage: http://hackage.haskell.org/package/connection-pool-0.1.1.0
Version 0.1.0.0
- First public release.
- Uploaded to Hackage: http://hackage.haskell.org/package/connection-pool-0.1.0.0