Releases: bytecodealliance/wstd
v0.6.3
The v0.6.2 release failed to publish, so this is the next release after 0.6.1.
The major change in this release is the introduction of the wstd-aws package, which provides wstd support for the Rust AWS SDK. This allows the AWS SDK to be used in any embedding that provides a wasi-http outbound handler, and AWS credentials via environment variables or the filesystem.
What's Changed
- Add integration tests for TcpStream::connect by @metent in #99
- add wstd-aws crate, for integration with aws-sdk by @pchickey in #102
- Release wstd 0.6.2 by @github-actions[bot] in #105
- Release wstd 0.6.3 by @github-actions[bot] in #106
Full Changelog: v0.6.1...v0.6.3
v0.6.2
This release failed to publish due to missing crates.io metadata that verify-publish step did not catch.
What's Changed
- Add integration tests for TcpStream::connect by @metent in #99
- add wstd-aws crate, for integration with aws-sdk by @pchickey in #102
- Release wstd 0.6.2 by @github-actions[bot] in #105
Full Changelog: v0.6.1...v0.6.2
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
v0.6.0
This release failed to publish.
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
Full Changelog: v0.5.6...v0.6.0
v0.5.6
Release wstd 0.5.6 (#90) [automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <[email protected]>
v0.5.5
Release wstd 0.5.5 (#88) [automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <[email protected]>
v0.5.4
Release wstd 0.5.4 (#82) [automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process <[email protected]>