- 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
IntoCDRSBytestrait and created the auto derive. See example on how to use derive for values needed to be converted into CDRSValuewhich could be passed into query builder as a value - Performance of node health check was improved
-
Create
Blobtype. It's a wrapper forVec<u8>which represents Cassandra blob type. -
Fix full event to simple event mapping.
-
Derive
CloneforBytes