refactor: use task performance data structure in messages
[poolifier.git] / CHANGELOG.md
index cb62e716c66205533efeee5f60ddd4ac1b3a74ed..fd67064c91d056e6ca45a8b11a892875266636a9 100644 (file)
@@ -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