X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=c1cad1049d115655ba24070b5b7c93bb6d0e9f83;hb=0f17108d0be4e931398c91b8f3b4a3c8e20005c0;hp=314259957e857d428a1d274c730e5eb9f64b246d;hpb=6c285176ad7e73f183942ebc427d144a76d96057;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 31425995..c1cad104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Ensure pool statuses are checked at initialization, `start()` or `destroy()` + +## [3.0.5] - 2023-10-27 + +### Fixed + +- Ensure pool ready event can be emitted only once. + +## [3.0.4] - 2023-10-20 + +### Changed + +- Switch to Bencher for benchmarking: [https://bencher.dev/perf/poolifier](https://bencher.dev/perf/poolifier). +- Use builtin retry mechanism in worker choice strategies instead of custom one. + ## [3.0.3] - 2023-10-19 ### Fixed