tl;dr
- Add header casing options to
auto::Builder
. - Fix
proxy::Socksv5
to check for enough bytes before parsing ipv6 responses. - Fix including
client-proxy
in thefull
feature set.
What's Changed
- ci: pin tracing-core in msrv job by @seanmonstar in #203
- Cleanup deadcode in
client
by @howardjohn in #202 - refactor(socks): deduplicate and reuse shared logic by @0x676e67 in #205
- refactor: include client-proxy in full feature by @seanmonstar in #206
- refactor(client): remove old body delay_eof code by @seanmonstar in #208
- feat(builder): support header case methods by @AndreyErmilov in #207
- fix(socks): check for right length before parsing ProxyRes by @seanmonstar in #210
- Prepare v0.1.15 by @seanmonstar in #211
New Contributors
- @AndreyErmilov made their first contribution in #207
Full Changelog: v0.1.14...v0.1.15