Changelog for cql-io-0.16.0
0.16.0
------
- Update Cabal settings to allow `cql` >= 3.1
0.15.2
------
- Update `async` dependency
0.15.1
------
- Use `retry >= 0.7` instead of internal module
0.15.0
------
- Add experimental TLS support
0.14.5
------
- Add `trans` to execute "lightweight transactions"
0.14.4
------
- Update dependencies
0.14.3
------
- Bugfixes
0.14.2
------
- Export `PrepareStrategy` from `Database.CQL.IO`
0.14.1
------
- Support for prepared queries
- Bugfixes
- `Control.Retry` module update to match version 0.6
0.13.2
------
- Retry on `IOException`
- Update dependencies
0.13.1
------
- Support `monad-control` 1.*
0.13.0
------
- Add `setMaxRecvBuffer` option
0.12.2
------
- Update dependencies
0.12.1
------
- Update dependencies
0.12.0
------
- Remove wait-queue
- Add more type-class instances
0.10.0
------
- Add `MonadClient` type-class
- Add retry settings
0.9.7
-----
- Bugfix release
0.9.6
-----
- Initial release