Skip to content

History / LiteDbQueueCreationOptions

Revisions

  • shipyard(phase-3): update LiteDbQueueCreationOptions.md with fixed features, EnableRoute, and cross-references - Clarified Heartbeat and Status are always enabled and cannot be disabled - Added EnableStatusTable default clarification (false, no auto-enable unlike relational transports) - Fixed typo: seperate -> separate - Added EnableRoute section with code sample - Verified EnableHistory section present - Added cross-references to LiteDbOptions and MessageHistory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @blehnen blehnen committed Apr 8, 2026
  • docs: update wiki to match current library API and fix quality issues Systematic accuracy update across 55 wiki pages based on a source-of-truth audit against the DotNetWorkQueue master branch and samples repository. Key changes: - Update all Start() signatures to use ConsumerQueueNotifications (6 callbacks) - Replace deprecated notifications.Log.Log() with MEL ILogger methods - Replace WorkerStopping.CancelWorkToken with MessageCancellation.Token - Fix 4 Critical issues: wrong Redis API path, 2x Commited typo, LiteDb unescaped backslash in connection string - Rewrite Trace.md from 4-line stub to full OpenTelemetry documentation - Expand 4 Options page stubs (SqlServer, PostgreSQL, SQLite, LiteDb) - Update Admin.md to current CreateAdminApi() pattern - Add security caveats to encryption/hashing examples - Fix version references (Redis 3.0.x, SQL Server 2008, SQLite driver) - Fix typos across all pages (requries, seperate, Additonal, Posion, etc.) - Update Home.md feature list and fix numbering - Fix _Sidebar.md display names and typos - Add EnableHistory to all QueueCreationOptions pages - Update QueueConnection API usage throughout - Verify all 56 internal wiki links Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @blehnen blehnen committed Mar 30, 2026
  • 1) Add wiki entry for LiteDb

    @blehnen blehnen committed Apr 9, 2021