Changelog for cassandra-cql
package
- BREAKING: The ByteString type now gets mapped to Cassandra blobs instead of ASCII. Please update all your use of (ByteString/'ascii') to use the Ascii newtype wrapper. The Blob newtype has been removed, because it introduces no new meaning.
- Fix incorrect upper bound for base.
- Upgrade to CQL Binary Protocol v2.
- Support Cassandra lightweight transactions.
- Add PasswordAuthenticator (thanks Curtis Carter)
- Accept ghc-7.8
- Fix socket issue on Mac.