X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=fd67064c91d056e6ca45a8b11a892875266636a9;hb=d715b7bc2973eed82edebb1f7d233d451ad3c97b;hp=cb62e716c66205533efeee5f60ddd4ac1b3a74ed;hpb=272d4d8fda8b9607fde68d57ec5b145639f94514;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index cb62e716..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,7 @@ 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