v0.2.1-beta
Pre-release
Pre-release
·
56 commits
to main
since this release
- Refined parser migration toward explicit
MapEvalConfigpropagation- Migrated trace parsers to consume
ParseContextinstead of rawmapwhere applicable - Removed implicit default-config translation paths from most trace parsing flows
- Reused shared helpers like
parse_marker()andparse_color_bar()to reduce duplicated translation logic
- Migrated trace parsers to consume
- Slimmed trace registry dispatch in
trace_registry.rs- Removed registry-side
.map(into_trace)adaptation - Moved trait-object conversion boundaries down into parser modules via
*_trace()entrypoints
- Removed registry-side
- Updated tests to validate the migration path remains stable