CHANGELOG.md in tobox-0.4.5 vs CHANGELOG.md in tobox-0.5.0

- old
+ new

@@ -1,6 +1,22 @@ ## [Unreleased] +## [0.5.0] - 2024-09-16 + +### Features + +A new `:progress` plugin can be used in order to release database transactions before handling events (useful for when event handling times vary and may cause transaction bookkeeping overhead in the database). + +**Note**: This may become the default behaviour in a future release. + +### Improvements + +* The event grouping and inbox capabilities were converted into plugins (respectively, `:event_grouping` and `:inbox`). + +### Bugfixes + +* exponential backoff calculation was broken. +* behaviour fixed for databases which do not support `ON CONFLICT` or `UPDATE ... RETURNING` (like MySQL). ## [0.4.5] - 2024-02-28 ### Bugfixes