X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=fd67064c91d056e6ca45a8b11a892875266636a9;hb=fb3486284654691145bd94ac1878b9168c00b170;hp=dc94cb94b0909ce6bde32179231c6d2a058f9e1c;hpb=b6b3245344bd453ea91fa3d74acd5145f70d84fd;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index dc94cb94..fd67064c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.4] - 2023-06-07 + ### Added - Add Event Loop Utilization (ELU) statistics to worker tasks usage. @@ -14,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Compute statistics at the worker level only if needed. +- Add `worker-threads` options to thread pool options. + +### Fixed + +- Make the `LEAST_BUSY` strategy only relies on task runtime. ## [2.5.3] - 2023-06-04