Skip to content

v0.9.0

Compare
Choose a tag to compare
@Protryon Protryon released this 08 Jul 12:55
· 103 commits to master since this release
  • Added new Bytes type for efficient serialization/deserialization of non-UTF8 bytes into Clickhouse String/FixedString.
  • String representation underlying is now a Vec<u8> and not a String to allow for non-UTF8 strings.

Minor release since this will break any code directly working with the Value::String enum variant.