Skip to content

Releases: abdolence/axum-streams-rs

v0.14.2

14 Apr 12:03
2d5f7a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

13 Apr 13:19
001eb05
Compare
Choose a tag to compare

What's Changed

  • Fix arrow stream serialization by @abdolence in #41
    Previous implementation was serializing all items inefficiently as a separate record with own schema. Now it serializes the stream as connected stream with one schema and end stream signal.

Full Changelog: v0.14.0...v0.14.1

v0.14.0

31 Mar 14:25
006fb07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.14.0

v0.12.0

11 Dec 19:59
73d8c4c
Compare
Choose a tag to compare

What's Changed

  • Support for simple envelope structures for JSON array by @abdolence in #34

Full Changelog: v0.11.0...v0.12.0

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