cassandra-cql v0.6 Release Notes

    • 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.