Releases: abdolence/axum-streams-rs
Releases · abdolence/axum-streams-rs
v0.19.0
v0.18.1
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
v0.17.0
What's Changed
- Enhanced error handling support by @abdolence in #57
Full Changelog: v0.16.0...v0.17.0
v0.16.0
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
v0.14.2
What's Changed
- Buffering window in bytes support by @abdolence in #42
Full Changelog: v0.14.1...v0.14.2
v0.14.1
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
What's Changed
- Apache Arrow IPC streaming format support by @abdolence in #39
- Configurable frame buffering support by @abdolence in #40
Full Changelog: v0.12.0...v0.14.0
v0.12.0
What's Changed
- Support for simple envelope structures for JSON array by @abdolence in #34
Full Changelog: v0.11.0...v0.12.0