What's Changed
- Add support to specify pre-resolved IP addresses for the connection & avoid a DNS lookup by @rjobanp in #300
- Compatibility with non-Unix and non-Windows platforms. by @L-jasmine in #301
- Replace lazy_static & once_cell with std::sync::OnceLock by @serprex in #302
- conn: handle initial error packet correctly by @petrosagg in #307
- Update dependencies by @westy92 in #313
New Contributors
- @L-jasmine made their first contribution in #301
- @serprex made their first contribution in #302
- @westy92 made their first contribution in #313
Full Changelog: v0.34.1...v0.34.2