Skip to content

Releases: modern-python/faststream-outbox

0.3.7

21 May 10:00
f6671dd

Choose a tag to compare

What's Changed

  • fix: translate multi-host URLs via SQLAlchemy dialect for LISTEN by @lesnik512 in #12

Full Changelog: 0.3.6...0.3.7

0.3.6

21 May 08:18
c3c6a9b

Choose a tag to compare

What's Changed

  • feat: fire timers immediately in TestOutboxBroker sync mode by @lesnik512 in #11

Full Changelog: 0.3.5...0.3.6

0.3.5

21 May 07:47
a1147a5

Choose a tag to compare

What's Changed

Full Changelog: 0.3.4...0.3.5

0.3.4

21 May 05:49
e9378b5

Choose a tag to compare

What's Changed

  • fix: route broker.publish through fake client in TestOutboxBroker by @lesnik512 in #9

Full Changelog: 0.3.3...0.3.4

0.3.3

21 May 05:09
557ef65

Choose a tag to compare

What's Changed

  • feat: register OutboxBroker in AsyncAPI try-it-out registry by @lesnik512 in #8

Full Changelog: 0.3.2...0.3.3

0.3.2

20 May 18:44
8499264

Choose a tag to compare

What's Changed

  • feat: wire pydantic serializer through broker.publish by @lesnik512 in #7

Full Changelog: 0.3.1...0.3.2

0.3.1

20 May 17:59
a736786

Choose a tag to compare

What's Changed

  • feat: broker.fetch_unprocessed for test assertions by @lesnik512 in #6

Full Changelog: 0.3.0...0.3.1

0.3.0

07 May 15:17
a6a1683

Choose a tag to compare

What's Changed

  • feat: timer mechanics (activate_in/activate_at, timer_id dedup, cancel_timer) by @lesnik512 in #5

Full Changelog: 0.2.0...0.3.0

0.2.0

07 May 12:26
d774522

Choose a tag to compare

What's Changed

  • Fix/retry strategy receives exception by @lesnik512 in #1
  • refactor!: collapse state column + release_stuck into lease-only delivery by @lesnik512 in #2
  • perf: declare fetch partial index inside make_outbox_table by @lesnik512 in #3
  • feat: persistent fetch connection + LISTEN/NOTIFY wakeups by @lesnik512 in #4

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

07 May 07:50
bd0e8db

Choose a tag to compare