Skip to content

Releases: abdolence/axum-streams-rs

v0.11.0

08 Dec 07:56
dc59c6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

09 Nov 15:57
37bed54
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update rust crate csv to 1.3 by @renovate in #26
  • chore(deps): update actions/checkout action to v4 by @renovate in #24
  • chore(deps): update rust crate prost to 0.12 by @renovate in #23

Full Changelog: v0.9.1...v0.10.0

v0.9.1

27 Jul 16:51
aef5558
Compare
Choose a tag to compare

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

14 Jul 10:20
f48d988
Compare
Choose a tag to compare

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

Full Changelog: v0.8.2...v0.9.0

v0.8.2

21 May 13:43
f061c55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

04 Feb 15:38
e74d382
Compare
Choose a tag to compare

What's Changed

  • Add --features to the example use by @saschanaz in #12
  • Clippy fixes
  • Tokio/Bytes deps updates

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Nov 23:17
0032bb8
Compare
Choose a tag to compare

What's Changed

  • Axum v0.6
  • Update Rust crate tokio to 1.22 by @renovate in #7
  • Update Rust crate bytes to 1.3 by @renovate in #8

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Aug 14:22
af15072
Compare
Choose a tag to compare
  • Generic streams support instead of/additionally to BoxStream<>

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Aug 13:11
09ead0d
Compare
Choose a tag to compare
  • StreamBodyWith name is deprecated in favour of StreamBodyAs

Full Changelog: v0.5.1...v0.6.0

v0.5.1

07 Aug 13:06
1695985
Compare
Choose a tag to compare
  • Small JSON performance optimization

Full Changelog: v0.5.0...v0.5.1