Skip to content

Releases: abdolence/axum-streams-rs

v0.19.0

19 Sep 08:34
1e795a5
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update rust crate arrow to v53 by @renovate in #65

Full Changelog: v0.18.1...v0.19.0

v0.18.1

31 Aug 10:18
6342a51
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update rust crate tower to 0.5 by @renovate in #59
  • Enable all features for docs generation by @abdolence in #64

Full Changelog: v0.18.0...v0.18.1

v0.18.0

12 Jul 12:17
6bf7a32
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update rust crate prost to 0.13 by @renovate in #58

Full Changelog: v0.17.0...v0.18.0

v0.17.0

21 Jun 19:57
47f56ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

20 Jun 14:18
6871c74
Compare
Choose a tag to compare

What's Changed

  • Content-type configuration support for all formats by @abdolence in #56

Full Changelog: v0.15.0...v0.16.0

v0.15.0

06 Jun 21:20
a553eeb
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update rust crate arrow to v52 by @renovate in #53

Full Changelog: v0.14.2...v0.15.0

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