We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: complete rebrand TestTrackingDiagrams → Kronikol (v3.0.0) - All TestTrackingDiagrams references → Kronikol - All TTD abbreviations → Kronikol - X-TTD-TestName/X-TTD-TestId → test-tracking-current-test-name/test-tracking-current-test-id - ttd- prefixed headers → kronikol- - TTD_ env vars → KRONIKOL_ - Updated all code examples, API references, and guides
docs: fix wiki inaccuracies found during code audit Report-Configuration.md: - Fix PlantUmlRendering default: Server -> BrowserJs - Fix InternalFlowShowFlameChart default: false -> true - Rename FeaturesReportShowStepNumbers -> TestRunReportShowStepNumbers - Fix GenerateComponentDiagram default in table: false -> true - Add 7 missing properties: GenerateSpecificationsReport, GenerateTestRunReport, GenerateSpecificationsData, GenerateTestRunReportData, GenerateTestRunReportSchema, SetupHighlightColor, ExpectedTestCount Assertion-Tracking.md: - Remove 541 lines of stale duplicate content (old AssertionRewriter section and IL Weaving Beta section superseded by v2.31.0 promotion) Component-Diagrams.md + API-Reference.md: - Fix EmbedInFeaturesReport -> EmbedInTestRunReport Generated-Reports.md: - FeaturesReportShowStepNumbers -> TestRunReportShowStepNumbers Project-Templates.md: - AssertionRewriter -> AssertionTracking (package was removed in v2.31.0) Step-Tracking.md: - Update StepTracking package version to 2.31.0 Integration pages (11 files): - Update all TestTrackingDiagrams.* package versions to 2.31.0
docs: rename CallingServiceName → CallerName across all wiki pages Updated all 49 wiki pages to use CallerName. Added deprecation callouts to HTTP-Tracking-Setup.md and Event-Annotations.md.
docs: add CurrentTestInfo.Fetcher as standard API for CurrentTestInfoFetcher across all framework docs
docs: replace verbose TestInfoFetcher lambdas with static property references Updated ~55 instances across 20 wiki pages to use the new static TestInfoFetcher property exposed on framework adapter options classes (added in v2.23.4), replacing verbose inline lambdas with null guards. Also added happy path sorting detail to Tags-and-Attributes.md and Integration-ReqNRoll-xUnit3.md.
docs: update project paths for src/tests/examples/ reorganization
docs: improve discoverability via cross-references and fixes - HTTP-Tracking-Setup: Add InternalFlowActivitySources and CurrentStepTypeFetcher to options table with links to Internal Flow Tracking page - HTTP-Tracking-Setup: Explain CreateTestTrackingClient is equivalent to CreateDefaultClient(new TestTrackingMessageHandler(options)) - HTTP-Tracking-Setup: Cross-reference Tracking Dependencies page from handler chaining section - Report-Configuration: Enrich InternalFlowSpanGranularity description with link to well-known sources list and decision table - Report-Configuration: Fix InternalFlowTracking default from false to true (matches source code) and remove incorrect OTel package requirement - Integration-BDDfy-xUnit3: Expand CreateTestTrackingClient description in key components table with equivalence and link to chaining docs - Quick-Start: Link to Generated Reports page for full output file list
docs: improve report files table, add troubleshooting, compression note, threading gotcha - Generated-Reports: Add output files summary table with all 6 file types - Generated-Reports: Document data-plantuml-z gzip+base64 compression format - Generated-Reports: Add troubleshooting section for entries not appearing in report - Tracking-Custom-Dependencies: Document additional RequestResponseLog properties (Timestamp, ActivityTraceId, ActivitySpanId) and thread safety - Integration-BDDfy-xUnit3: Add gotcha #6 for NullReferenceException from CurrentTestInfoFetcher on non-test threads with workaround
Update report file names to match current defaults - ComponentSpecificationsWithExamples.html -> Specifications.html - FeaturesReport.html -> TestRunReport.html - ComponentSpecifications.yml -> Specifications.yml Updated across 17 wiki pages: Report Configuration, Quick Start, Generated Reports, CI Artifact Upload, Component Diagrams, and all integration guides.
docs: clarify HTTP tracking vs MessageTracker for dependency faking - Add 'Faking Dependencies' section to Tracking-Dependencies with WireMock, JustEat HttpClient Interception, and in-memory fake API examples - Add anti-pattern warning, visual comparison, and decision guide to Event-Annotations - Add 'Faking Downstream Dependencies' section to all integration pages - Update Home and Sidebar navigation
Update wiki package references to 1.23.9
Update package versions to 1.23.8
docs: add missing package references to BDDfy and ReqNRoll guides
docs: update to net10.0 and version 1.23.5
updates
Add full integration guides, sidebar, and fix wiki links