Releases: abdolence/axum-streams-rs
Releases · abdolence/axum-streams-rs
v0.11.0
v0.10.0
v0.9.1
What's Changed
- JSON nl format fix for #21 and safe error handling updates by @abdolence in #22
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- csv: add additional csv builder settings by @ernestas-poskus in #18
- Fixed missing content type and added headers() function to override from apps by @abdolence in #20
New Contributors
- @ernestas-poskus made their first contribution in #18
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- Update Rust crate csv to 1.2 by @renovate in #15
- Update Rust crate tower-http to 0.4 by @renovate in #16
- [feat] add text stream support by @cxgreat2014 in #17
New Contributors
- @cxgreat2014 made their first contribution in #17
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Add
--features
to the example use by @saschanaz in #12 - Clippy fixes
- Tokio/Bytes deps updates
New Contributors
- @saschanaz made their first contribution in #12
Full Changelog: v0.8.0...v0.8.1
v0.8.0
v0.7.0
- Generic streams support instead of/additionally to BoxStream<>
Full Changelog: v0.6.0...v0.7.0
v0.6.0
StreamBodyWith
name is deprecated in favour ofStreamBodyAs
Full Changelog: v0.5.1...v0.6.0
v0.5.1
- Small JSON performance optimization
Full Changelog: v0.5.0...v0.5.1