Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 457 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 457 Bytes

Changelog

v0.3.3

  • Taking the alpn connector out to its own crate, using tokio-dns for resolving

v0.3.2

  • OK responses don't have a body, so we don't need to handle it and gain a bit more performance

v0.3.1

  • Bunch of examples to the builder documentation

v0.3.0

  • Convert the API to not clone the input data, using references until converting to JSON, remove tokio-service dependency #25