X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=d29f900553504f9788f0d86d0465bde2d17c3d72;hb=8ddf7ed8bb6b9b8b279b365d36f90a7b3ea19e28;hp=5af285cdab7fc366765b1ab378280003f6964c31;hpb=edf8ce4e11eb0105038fcc236a2049c16b6175d2;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af285cd..d29f9005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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