Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 23 Oct 18:25
· 23 commits to main since this release
aeb6fd0

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 __internal by @pchickey in #91
  • add some futures_core::stream::Stream impls for AsyncInputStream by @pchickey in #80
  • Add TcpStream::connect by @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