We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add Filtering and Redacting Diagram Content page, How-To Guides, FAQ, and cross-links - New page: Filtering-and-Redacting-Diagram-Content.md (intent-based recipes for wide diagrams, sensitive data, hash-based token shortening, setup noise, custom large content) - New page: How-To-Guides.md (task-oriented index with question headings) - New page: FAQ.md (short inline answers to common questions) - Updated _Sidebar.md: Added Common Tasks section with links to new pages - Updated Home.md: Added Common Tasks section prominently above Contents - Updated Content-Formatting.md: Added callout at top pointing to recipes page - Updated Excluded-Headers.md: Added Related section with cross-links - Updated Large-Response-and-Diagram-Handling.md: Added note distinguishing splitting from content redaction - Updated Report-Configuration.md: Added cross-links on ExcludedHeaders, PostProcessor, MidProcessor
docs: add GraphQL Body Formatting section to Content Formatting, add GraphQlBodyFormat to Report Configuration
Updated Content Formatting (markdown)
docs: add ApplyFocus() bridge method documentation for custom HttpClient extensions
docs: align WithDiagramFocus code examples to consistent fluent layout convention
docs: add WithDiagramFocus() fluent API as preferred approach, update examples and API reference
docs: document mid-formatting processor feature - Update intro to list four levels of control (was three) - Add Mid-Processor subsection under Quick Start with usage examples - Add RequestMidFormattingProcessor / ResponseMidFormattingProcessor to DiagramsFetcherOptions table - Update formatting pipeline diagram to show Mid stage - Add dedicated Mid-Processor Use Cases section (token redaction, PII, combining mid+post) - Restructure bearer token note to recommend mid-processor as simpler alternative - Update tips section with pre/mid/post guidance
docs: add brownfield integration guidance from real-world integrations - HTTP-Tracking-Setup: NRE warning for startup HTTP calls with null-safe pattern - Integration-xUnit3: assembly fixture alternative, manual TestContexts.Enqueue, 'most diagrams missing' troubleshooting entry - Tracking-Dependencies: InnerHandler default behaviour, TrackDependencies vs TrackMessages clarification, Pattern 8 (IHttpMessageHandlerBuilderFilter), DI pitfall with multiple filters, updated quick reference table - Event-Annotations: HttpContext null guard for messages outside request context - Content-Formatting: PlantUML multi-line bearer token regex note
docs: add DiagramFocus (field highlighting) documentation - Content-Formatting.md: comprehensive DiagramFocus section with usage, emphasis/de-emphasis modes, global config, examples (bold, colored, hidden, nested objects, case-insensitive matching), tips - Updated DiagramsFetcherOptions table with FocusEmphasis/FocusDeEmphasis - Updated formatting pipeline to show DiagramFocus stage - Report-Configuration.md: added FocusEmphasis/FocusDeEmphasis to table - API-Reference.md: added DiagramFocus, FocusEmphasis, FocusDeEmphasis, JsonFocusFormatter entries - Diagram-Customisation.md: cross-reference to Content Formatting - Sidebar and Home: added DiagramFocus sub-link
docs: add dedicated Pre-Processor section with examples - XML pretty-printing, gzip decompression, encrypted payloads, form-encoded body decoding, embedded JSON extraction - Combining pre- and post-processors together - Remove duplicate XML example from post-processor section
docs: expand Content-Formatting with real-world redaction examples - Add Quick Start section using ReportConfigurationOptions - Add detailed examples for bearer tokens, JSON tokens, cookies, large HTML, JWT claim extraction, XML, long word splitting - Add full composable redaction pipeline example - Add order of operations guidance and tips
updates
Add full documentation wiki pages