Skip to content

Releases: mt89vein/Sstv.Outbox

Upgrade to .NET 9

06 Dec 18:26
Compare
Choose a tag to compare

Changes

Updated to .NET 9
Updated dependency UUIDNext to 4.0.0

Add autopartitioner

18 Aug 08:55
Compare
Choose a tag to compare

[2.0.0] 2024-08-18

Added

  • support autopartitioning for outbox tables
  • support simple retention policy by count of outbox tables.

Changed

  • IOutboxItemBatchHandler now can return OutboxBatchResult.FullyProcessed, instead of Dictionary with result of every item. It reduces memory overhead.
  • IOutboxItemBatchHandler now can return OutboxBatchResult.ProcessedPartially with details of processing of every item if need.

First release

18 Jul 20:10
Compare
Choose a tag to compare
1.0.0

fix: tests