We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: fix broken markdown tables and MongoDB arrow directions Move mid-table blockquotes (Dual-Resolution notes) after the table across 21 extension wiki pages. The blockquotes were breaking markdown table rendering, causing properties like SetupVerbosity, ExcludedHeaders, and TrackDuringSetup to not render as table rows. Also fix MongoDB-specific issues: - Move CreateIndex from Schema/Admin (no arrow) to Write (→) category - Fix GridFS annotation position: Find ← uploads.files (GridFS)
docs: update database toggle docs to include collections participants
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: document automatic test identity propagation through messaging extensions (v2.34.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 Option G (Kafka Build Interception) to Kafka Extension wiki page
docs(kafka): Add internally-built consumer/producer tracking approaches (interceptor + factory)
docs: Add transactional producer tracking to Kafka extension wiki
docs: Update Kafka extension - Commit/Unsubscribe/Flush tracking, consumer patterns, content Key logging
docs: add CurrentTestInfo.Fetcher as standard API for CurrentTestInfoFetcher across all framework docs
docs: add DI decorator helpers, Kafka/PubSub DI extensions, API Reference updates for v2.23.12
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 search syntax to reflect broader search scope
Add Phase-Aware Tracking wiki documentation - New page: Phase-Aware Tracking (full guide with options reference, examples, internal flow) - Updated Diagram Customisation: Added StartSetup section, updated API listing - Updated HTTP Tracking Setup: Added TrackDuringSetup/TrackDuringAction to options table - Updated all 21 extension pages: Added phase-aware properties to options tables - Updated sidebar: Added Phase-Aware Tracking link under Configuration
docs: add Tracking Custom Dependencies cross-links to all extension pages and Home Each extension page now has a callout note directing users to Tracking Custom Dependencies when their code uses a shared library, wrapper, or abstraction that prevents the extension from intercepting SDK calls. Messaging extensions also cross-link to MassTransit where relevant. Home.md now lists Tracking Custom Dependencies in the contents for better top-level discoverability.
Add Kafka extension wiki page