Skip to content

tailtriage v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@SG-devel SG-devel released this 08 May 19:21
· 10 commits to main since this release

First GitHub Release for tailtriage.

v0.2.0 is now published on crates.io.

Highlights

  • Added a diagnostic validation suite with benchmark corpus, manifests, scorecards, CI checks, adversarial cases, and release snapshot tooling.
  • Added a unified validation runner for diagnostic, mitigation, and operational profiles.
  • Added tailtriage-analyzer, a first-class analyzer library crate for in-process analysis from Rust code.
  • Added richer analyzer reports, including evidence quality, route breakdowns, conservative temporal segments, and optional report-surface validation.
  • Added Tokio request-handle primitive helpers.

Changed

  • Reworked analyzer scoring, warnings, confidence caps, ambiguity handling, and attribution logic to be more evidence-aware and conservative.
  • Split analyzer internals and text rendering out of the CLI path.
  • Updated docs around validation scope, analyzer/CLI responsibilities, and completed-run artifact contracts.

Fixed

  • Tightened confidence notes, temporal warnings, route-divergence validation, and validation output wording.
  • Improved cross-platform CI coverage and artifact finalization behavior.

Published crates

  • tailtriage
  • tailtriage-core
  • tailtriage-controller
  • tailtriage-tokio
  • tailtriage-axum
  • tailtriage-analyzer
  • tailtriage-cli

Install

cargo add tailtriage
cargo install tailtriage-cli

Optional integrations:

cargo add tailtriage --features axum

See CHANGELOG.md for the full release history.