Skip to content

Releases: YakShaveFx/outboxkit

v0.3.0

Choose a tag to compare

@joaofbantunes joaofbantunes released this 07 Jul 13:29
d209c1e

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

Choose a tag to compare

@joaofbantunes joaofbantunes released this 15 Jun 17:58
b53afdb

User facing:

  • Introducing the PostgreSQL polling provider

v0.1.0

Choose a tag to compare

@joaofbantunes joaofbantunes released this 14 Jun 16:31
ce8ebf8

User facing:

  • Introducing the MongoDB polling provider

Behind the scenes:

  • Update to xUnit v3

v0.0.2

Choose a tag to compare

@joaofbantunes joaofbantunes released this 09 Dec 08:49
4dc5e65
  • MySQL provider
    • New advisory lock based concurrency control
    • Allow choosing between "SELECT .... FOR UPDATE" and advisory locks for concurrency control