Releases: uglyog/webmachine-rust
Releases · uglyog/webmachine-rust
0.3.0
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
Update crates to latest
- chore: upgrade crates to latest (including hyper to 0.14)
- chore: fix changelog
v0.2.1
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
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
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