Skip to content

v0.12.4

Latest
Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 19 Apr 17:39
· 7 commits to master since this release

What's Changed

  • Add zstd support, enabled with zstd Cargo feature (thanks @paolobarbolini!)
  • Add ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.

New Contributors