- Fixed buffer issue when UDT schema was changed AlexPikalov#191
- Fixed reconnection when a node went down and evaluation of peer address returns an error
- Introduced
IntoCDRSBytes
trait and created the auto derive. See example on how to use derive for values needed to be converted into CDRSValue
which could be passed into query builder as a value - Performance of node health check was improved
-
Create
Blob
type. It's a wrapper forVec<u8>
which represents Cassandra blob type. -
Fix full event to simple event mapping.
-
Derive
Clone
forBytes