Skip to content

Releases: bytecodealliance/wstd

v0.6.3

03 Nov 19:39
e836a9c

Choose a tag to compare

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

03 Nov 18:11
559a1d4

Choose a tag to compare

v0.6.2 Pre-release
Pre-release

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

23 Oct 18:25
aeb6fd0

Choose a tag to compare

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

v0.6.0

23 Oct 18:12
53823dc

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

This release failed to publish.

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

Full Changelog: v0.5.6...v0.6.0

v0.5.6

12 Sep 22:09
431d444

Choose a tag to compare

Release wstd 0.5.6 (#90)

[automatically-tag-and-release-this-commit]

Co-authored-by: Auto Release Process <[email protected]>

v0.5.5

11 Sep 21:18
bdfc7a9

Choose a tag to compare

Release wstd 0.5.5 (#88)

[automatically-tag-and-release-this-commit]

Co-authored-by: Auto Release Process <[email protected]>

v0.5.4

14 Aug 19:51
dc44e3e

Choose a tag to compare

Release wstd 0.5.4 (#82)

[automatically-tag-and-release-this-commit]

Co-authored-by: Auto Release Process <[email protected]>