Skip to content

Releases: bytecodealliance/wstd

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 22 Jul 20:03
b83cf32

What's Changed

  • http server: don't automatically add a content-length header by @pchickey in #137

Full Changelog: v0.6.7...v0.6.8

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:35
f287d3f

What's Changed

  • http/body: fix 'recieved' -> 'received' in doc comment by @SAY-5 in #130
  • http::Body: add bytes_contents, like contents but gives Bytes by @pchickey in #132

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 12 Mar 17:46
a64d084

What's Changed

  • wstd::time::SystemTime can be converted to std::time::SystemTime by @pchickey in #120
  • Allow handling ErrorCode from outgoing_handler::handle by @tomasol in #121
  • clippy lint in Instant::duration_since by @pchickey in #123
  • no more wstd-aws crate: instead example shows upstreamed functionality by @pchickey in #122
  • publish script: dont modify the contents of wstd-aws-example by @pchickey in #125

Full Changelog: v0.6.5...v0.6.6

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 16 Jan 01:04
21434fa

What's Changed

  • wstd::http_server: don't panic after setting responder.fail by @pchickey in #117
  • NFC: simplify internals of http::response::try_from_incoming by @pchickey in #115
  • Relax project msrv; CI test on msrv, stable, and nightly by @pchickey in #118
  • Release wstd 0.6.5 by @github-actions[bot] in #119

Full Changelog: v0.6.4...v0.6.5

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 06 Jan 19:29
07ccea6

Changes since v0.6.3:

What's Changed

  • Add a http server proxy example by @tomasol in #66
  • wstd-aws dev-dependencies: paper over build failures by pinning crc-fast to 1.3.0 by @pchickey in #114
  • Remove 'static constraint from block_on by @pchickey in #108
  • Preserve test attributes on generated wrapper function by @tomasol in #112
  • Release wstd 0.6.4 by @github-actions[bot] in #116

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 03 Nov 19:39
e836a9c

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

v0.6.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Nov 18:11
559a1d4

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

Choose a tag to compare

@github-actions github-actions released this 23 Oct 18:25
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

v0.6.0

v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Oct 18:12
53823dc

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

Choose a tag to compare

@github-actions github-actions released this 12 Sep 22:09
431d444
Release wstd 0.5.6 (#90)

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

Co-authored-by: Auto Release Process <auto-release-process@users.noreply.github.com>