X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=088d734a111947281a93fc231af596493473d926;hb=refs%2Ftags%2Fv2.5.1;hp=94ddcdf97388917855a63ed3cac2a60bf4fe99ab;hpb=0e05c4dc968e27cf71ef2ab266feb57d9d1bade9;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ddcdf9..088d734a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.1] - 2023-06-01 + ### Added -- Allow to disable tasks timeout check in worker. +- Add pool option `restartWorkerOnError` to restart worker on uncaught error. Default to `true`. ## [2.5.0] - 2023-05-31