Merge branch 'master' into elu-strategy
[poolifier.git] / CHANGELOG.md
index dc94cb94b0909ce6bde32179231c6d2a058f9e1c..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,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