X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=69837d14cbd49b0cb081cd7c2e4fd086968fbc9a;hb=92caf8ecd4619f449f9496c4aef40f9deeab4fe5;hp=621887a64b4f1491a0458b3d9f2a973fe483916e;hpb=904a5689596caa510acee630b39bcd4b6e20cd15;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 621887a6..69837d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.41] - 2023-09-03 + +### Changed + +- Optimize worker choice strategies implementation. + +## [2.6.40] - 2023-09-01 + +### Fixed + +- Do not pre-choose in WRR worker choice strategy to avoid bias. +- Avoid array out of bound in worker choice strategies after worker node removal. + +## [2.6.39] - 2023-08-30 + +### Fixed + +- Fix race condition in worker choice strategies at worker node info querying while not yet initialized . + ## [2.6.38] - 2023-08-30 ### Added