Releases: mt89vein/Sstv.Outbox
Releases · mt89vein/Sstv.Outbox
Upgrade to .NET 9
Add autopartitioner
[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
1.0.0 fix: tests