Skip to content

v0.1.3

Choose a tag to compare

@dbowm91 dbowm91 released this 11 Sep 21:49
· 161 commits to main since this release

Fixed

  • Windows (x86_64-pc-windows-msvc) build with RUSTFLAGS=-D warnings (PyPI wheel matrix): cfg(unix)-gated the Unix-domain-socket-only imports in transport/uds.rs, removed the dead non-Unix unsupported() fallback (the non-Unix dispatch site in pipeline.rs already returns Error::Unsupported directly) and the obsolete Bytes import keep-alive, and acknowledged the intentionally cross-platform ClientBuilder::uds_path field in build() on non-Unix targets. No behavior change on any platform; uds_path() remains accepted everywhere and still errors at request time off Unix.