Releases: YakShaveFx/outboxkit
Releases · YakShaveFx/outboxkit
Release list
v0.3.0
Behind the scenes:
- Resiliency improvements (#45 and #47)
- Introduced retry completion of already produced messages, to try to minimize duplicates
- Introduced retries with backoff strategies to minimize the impact on infrastructure under stress
User facing:
- Added some new metrics, plus renamed the existing ones (#46)
v0.2.0
User facing:
- Introducing the PostgreSQL polling provider
v0.1.0
User facing:
- Introducing the MongoDB polling provider
Behind the scenes:
- Update to xUnit v3
v0.0.2
- MySQL provider
- New advisory lock based concurrency control
- Allow choosing between "SELECT .... FOR UPDATE" and advisory locks for concurrency control