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

- old
+ new

@@ -1,6 +1,14 @@ ## [Unreleased] +## [0.5.1] - 2024-09-26 + +### Improvements + +* Refactoring of management of event id which replaces `SELECT id IN (?)` resulting queries with `SELECT id = ?`. +* Process shutdown is now more predictable, also in the grace period. + * `grace_shutdown_timeout` is a new configuration, by default 5 (seconds). + ## [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).