Skip to content

v.4.5.1

Latest
Compare
Choose a tag to compare
@qiyuewuyi qiyuewuyi released this 05 Sep 02:59
· 4 commits to master since this release
87a1fd3

features

  1. BatchWriter, a writer helper which groups single-row writes into BatchWriteRow's and aims on throughput rather than latency.
  2. add support of debian9

bug fixes

  1. fix a memory leak
  2. fix a bug on large responses
  3. fix a bug on corrupted responses

improvements

  1. better support on old-school gcc
  2. improvements on util::move, pretty printing
  3. improvements on PlainBuffer serde

Contributed By @TimeExceed