v0.6.1
Release 0.6.0 failed to publish, so this is the first release since 0.5.6
The major change of this release is that the wstd::http interfaces around responder and bodies have all changed to be based on http_body::Body for the body representation. The wstd::http_server macro changed in its expected signature.
Additionally, TcpStream::connect is now available.
What's Changed
- move wasip2 re-export under
pub mod __internalby @pchickey in #91 - add some futures_core::stream::Stream impls for AsyncInputStream by @pchickey in #80
- Add
TcpStream::connectby @metent in #96 - use http_body::Body by @pchickey in #92
- add wstd-axum crate by @pchickey in #97
- Release wstd 0.6.0 by @github-actions[bot] in #100
- Release wstd 0.6.1 by @github-actions[bot] in #101
Full Changelog: v0.5.6...v0.6.1