v0.1.16
Highlights
- Add
impl Clone
forproxy::Tunnel
service. - Fix
proxy::Matcher
to detect SOCKS4 schemes. - Fix
legacy::Client
pool idle checker to trigger less aggresively, saving CPU.
What's Changed
- feat(client): implement Clone for Tunnel by @tottoto in #212
- fix(client): don't spawn pool idle interval if timeout is 0 by @seanmonstar in #215
- refactor(client): simplify pool idle task with async/await by @seanmonstar in #216
- feat: allow socket2 0.6 by @tottoto in #213
- fix(client): cap pool idle interval to a minimum by @seanmonstar in #217
- tests(client): fix flaky pool test by @seanmonstar in #220
- fix(proxy): Fix SOCKS4 proxy protocol parsing and matching by @0x676e67 in #219
- Move tokio/net feature to client to make TokioIo can used in wasm by @tiannian in #218
- Prepare v0.1.16 by @seanmonstar in #221
New Contributors
Full Changelog: v0.1.15...v0.1.16