Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 449 Bytes

File metadata and controls

17 lines (9 loc) · 449 Bytes

Changelog

Notable changes are recorded from 0.5.0 onward.

0.6.0

Changed

  • Table writer entry points take impl Into<TableV>, so either owned Table or zero-copy TableView passes without a .into() conversion at the call site.

Fixed

  • TableSink kept only the most recent frame when several tables were admitted before a flush, corrupting streams driven through Sink::feed or send_all.

0.5.0

Initial public release.