v0.1.14
tl;dr
- Fix
HttpConnector
to defer address family order to resolver sort order. - Fix
proxy::Matcher
to find HTTPS system proxies on Windows.
What's Changed
- Update to
windows-registry
0.5 by @kennykerr in #198 - style(client): Fix some clippy lints by @0x676e67 in #199
- fix(client): prefer resolver order always by @seanmonstar in #200
- fix(proxy): set https system proxy on windows by @seanmonstar in #201
New Contributors
- @kennykerr made their first contribution in #198
Full Changelog: v0.1.13...v0.1.14