Notable changes are recorded from 0.5.0 onward.
- Table writer entry points take
impl Into<TableV>, so either ownedTableor zero-copyTableView passes without a.into()conversion at the call site.
TableSinkkept only the most recent frame when several tables were admitted before a flush, corrupting streams driven throughSink::feedorsend_all.
Initial public release.