X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=ac5116c42ad44bc65f7724250f5b268965de85ca;hb=39618ede0e08d380c1ac82005bcc2ab1f3c227b6;hp=006d46426907d6fd0a2fd18eb05672c06804e9eb;hpb=09616edb211953cf376cb21e9f04b095211117c2;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 006d4642..ac5116c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.13] - 2023-12-30 + +### Changed + +- Reduce branching in several hot code paths. +- Use faster object cloning implementation. + +## [3.1.12] - 2023-12-27 + +### Fixed + +- Fix tasks redistribution triggers at pool destroying. + +### Changed + +- Switch TypeScript module resolution to Node16. + +## [3.1.12-0] - 2023-12-27 + +### Fixed + +- Fix tasks redistribution triggers at pool destroying. + +## [3.1.11] - 2023-12-24 + +### Fixed + +- Avoid worker node cross tasks stealing. +- Ensure only half the pool worker nodes can steal tasks. + +## [3.1.10] - 2023-12-23 + ### Changed - Avoid useless branching on pool type.