All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.2.2 - 2021-08-09
0.2.1 - 2021-08-09
0.2.0 - 2021-08-09
- Added the
--stream-encoding
CLI arg to allow choosing between Rkyv and Abomonation encoded network streams (Set toabomonation
by default for compatibility reasons) - Added the
--disable-timeline
CLI flag to allow disabling timeline generation, speeding up ddshow and the generated webpage - Allowed
--replay-logs
to be given multiple times, allowing multiple target folders to be given - Added vega-based dashboard
- Added the
--completions
arg to allow generating shell completions for ddshow - Added the
--quiet
flag that disables terminal output
- DDShow no longer listens for an enter on the command line, DDShow now listens for the ctrl+c signal to terminate computation
- DDShow automatically enables
--quiet
when not pointed at a tty
- Fixed a crash when
TIMELY_WORKER_ADDR
was set within ddshow's environment - Fixed abysmal performance on large dataflow graphs