Merge pull request #1052 from poolifier/combined-prs-branch
[poolifier.git] / CHANGELOG.md
index 621887a64b4f1491a0458b3d9f2a973fe483916e..d29f900553504f9788f0d86d0465bde2d17c3d72 100644 (file)
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### 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