v0.9.0
- Added new
Bytes
type for efficient serialization/deserialization of non-UTF8 bytes into ClickhouseString
/FixedString
. - String representation underlying is now a
Vec<u8>
and not aString
to allow for non-UTF8 strings.
Minor release since this will break any code directly working with the Value::String
enum variant.