We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add PostgreSQL inbox and outbox cookbook recipe for v5. EOF
Trim v5 docs for items shipped or deferred. Remove completed roadmap entries and redundant migration guide notes.
Document PostgreSQL schema management and connection string registration.
Remove em dashes and tighten prose across wiki pages.
Update processor hosting docs for separate extension modules. Document Microsoft.Hosting packages, remove Autofac hosting wrappers, and replace UseProcessorHost with Add*ProcessorHosting configure callbacks.
Document separate inbox and outbox processor hosting for v5.
Document trace context, idempotency, VisibleAfter, and Docker test requirements.
Drop 'durable' qualifier from all prose and links Rename Durable-Command-Inbox.md to Command-Inbox.md and Durable-Outbox.md to Outbox.md. Update all heading, link, and prose references to match. Update sidebar wiki links to point at the new page names.
docs: document v5 durable messaging changes
docs: update documentation for command inbox, event handling, and architecture decisions
docs: add WebApplicationFactory MessageRegistry isolation workaround
docs: document post-handler result override feature
docs: clarify RegisterFromAssembly discovers open generic handlers automatically
docs: add comprehensive open generic handler documentation - Generic-Messages-and-Handlers: add Pattern 2 (Open Generic Handlers) with full how-to, constraints, registration order, use cases, limitations - Home: add open generic handlers to Key Features - Cheat Sheet: add open generic section and update handler pipeline table - Command/Query/Event Module: add open generic handler links - Polymorphic-Dispatch: add detailed comparison with decision flowchart and combined usage example - Cookbook: add logging and FluentValidation recipes - Best-Practices: add open generic guidance - MediatR comparison: update pipeline customization row - Performance: note startup-time resolution with zero runtime cost - Testing: add integration testing example for open generics
Updated LiteBus Cheat Sheet (markdown)
Updated Testing LiteBus (markdown)
Updated _Sidebar (markdown)
Updated Getting Started (markdown)
Updated Home (markdown)
Updated Cheat Sheet (markdown)
Created Cheat Sheet (markdown)
Updated LiteBus and MediatR Differences (markdown)
Update Wiki for V4
Updated Event Module (markdown)
Created Migration Guide (markdown)
Updated Scenarios (markdown)
Updated Query Module (markdown)