Releases: modern-python/faststream-outbox
Releases · modern-python/faststream-outbox
0.3.7
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
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
0.3.4
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
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
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
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
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
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
- @lesnik512 made their first contribution in #1
Full Changelog: 0.1.0...0.2.0