tl;dr
- Fix
HttpConnector
to always prefer IPv6 addresses first, if happy eyeballs is enabled. - Fix
legacy::Client
to return better errors if available on the connection.
What's Changed
- fix(client): prefer IPv6 addresses before IPv4 even if resolver ordered differently by @seanmonstar in #194
- chore(test): make proxy test robust wrt IPv4/v6 by @Fabian-Gruenbichler in #195
- refactor: limit dependency futures-util to tests and client-legacy by @hanna-kruppe in #192
- Fix some clippy lints by @jplatte in #196
- ConnectErrors improvements by @seanmonstar in #197
- fix(client): race in connection errors propagation by @dare3path in #184
New Contributors
- @Fabian-Gruenbichler made their first contribution in #195
- @hanna-kruppe made their first contribution in #192
- @jplatte made their first contribution in #196
- @dare3path made their first contribution in #184
Full Changelog: v0.1.12...v0.1.13