Skip to content

Releases: uglyog/webmachine-rust

0.3.0

14 Jun 00:41
5432879
Compare
Choose a tag to compare

update to Rust 2021 edition + switch to using the tracing crate

  • 0b9c91d - chore: switch to using the tracing crate
  • e5b7dcf - chore: Bump version and update to Rust 2021 edition

0.2.2

04 Jan 00:21
Compare
Choose a tag to compare

Update crates to latest

  • chore: upgrade crates to latest (including hyper to 0.14)
  • chore: fix changelog

v0.2.1

28 Sep 00:13
Compare
Choose a tag to compare

Small enhancements

  • chore: record reasons for transitions in the state machine
  • fix: OPTIONS response should be a 204
  • chore: log out state machine execution at trace level
  • fix: correct spelling
  • chore: remove lazy_static from example; optmise default callbacks

v0.2.0

28 Sep 00:11
Compare
Choose a tag to compare

Thread-safe async version based on Hyper 0.13

  • chore: cleanup warnings
  • feat: pass the resource to all callbacks
  • chore: update rust docs
  • feat: support callbacks usable across threads

v0.1.0

28 Sep 00:10
Compare
Choose a tag to compare

Update to Rust 2018 + updated crates + handle query parameters

  • feat: query parameter support was missing
  • chore: update crates to latest
  • chore: upgrade to Rust 2018
  • fixed: doc test
  • chore: drop hyper and use http crate
  • chore: cleanup imports
  • fix: replace rustc_serialize with serde
  • chore: upgrade crates

v0.0.0

28 Sep 00:07
Compare
Choose a tag to compare

Initial Release