Releases: bluegroundltd/transactional-outbox
Releases · bluegroundltd/transactional-outbox
refs/tags/v2.3.2
What's Changed
Full Changelog: v2.3.1...v2.3.2
refs/tags/v2.3.1
What's Changed
- [SW-580] Grouping outbox items by @panos-tr in #32
- [SW-699] Update outbox handling logging by @panos-tr in #34
Full Changelog: v2.2.0...v2.3.1
refs/tags/v2.2.0
What's Changed
- [SW-588] Refactor handling of
FAILED
items to account for groups by @panos-tr in #28 - [SW-581] Refactor
processInstantOutbox
to use monitor with hint by @kgiannakelos in #31
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.4
What's Changed
- Fix missing threadPoolSize param in TransactionalOutboxBuilder.build by @GeorgePap-719 in #29
New Contributors
- @GeorgePap-719 made their first contribution in #29
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- [SW-587] Improve mechanism for 'stopping' the processing of outbox items by @panos-tr in #26
- [SW-587] Reset items on shutdown and simplify design of processor by @panos-tr in #27
- [SW-587] Introduce outbox item groups by @panos-tr in #25
New Contributors
Full Changelog: v2.0.0...v2.0.3
v2.0.0
What's Changed
- [BREAKING] feat: add locking in cleanup by @chris-asl in #23
Please refer to our upgrading guide.
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- [BREAKING] feat: Support automatic cleanup of outbox items by @kiraleos in #20
- This breaks backwards compatibility, with the addition of a new method ("get retention duration") in the outbox handler interface. This was done in a backwards incompatible way, to ensure all users explicitly define a retention duration they see fit.
- chore(ci): add release pipeline by @chris-asl in #13
- chore(release): create GH release by @chris-asl in #16
- chore(release): pipeline fixes by @chris-asl in #17
- chore(release): fetch
main
to validate tag is from commit in said ref by @chris-asl in #21 - chore(release): fetch all refs to validate commit on
main
by @chris-asl in #22
Please refer to our upgrading guide.
New Contributors
- @chris-asl made their first contribution in #13
- @kiraleos made their first contribution in #20
Full Changelog: v0.4.0...v1.0.0
v0.4.0
What's Changed
- [SW-287] Add decorators on instant process outbox items by @kgiannakelos in #15
New Contributors
- @kgiannakelos made their first contribution in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Feature/Support processor decoration by @gerasimosfarantatos in #12
New Contributors
- @gerasimosfarantatos made their first contribution in #12
Full Changelog: v0.2.0...v0.3.0