Skip to content

History / PostGreTransport

Revisions

  • Update wiki for 0.9.36 outbox pattern Adds OutboxPattern.md covering the new IRelationalProducerQueue<T> capability cast on SqlServer and PostgreSQL transports. Sidebar gets an Outbox Pattern child entry under both transports, matching the established UserDequeueColumns pattern (single page, multiple sidebar links). SqlServerTransport.md and PostGreTransport.md gain a one-line pointer to the new page next to the MessageHistory cross-link. The wiki page is a discovery surface and short reference. The full lifecycle contract, retry semantics, and database-name extractor details remain canonical in docs/outbox-pattern.md in the main repo, linked from the bottom of the wiki page.

    @blehnen blehnen committed May 16, 2026
  • shipyard(phase-3): update PostGreTransport.md with feature list, cross-references, and samples link

    @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
  • Formatting issues and fix links

    @blehnen blehnen committed Mar 10, 2026
  • Update wiki to reflect 0.5.0

    @blehnen blehnen committed Dec 8, 2020
  • 1) Add Postgre

    @blehnen blehnen committed Aug 11, 2016