X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=644025f2dc797c1e147844eb455a580be5efbe30;hb=cb7e31591b4d6dc3315586bb98c90d5240996dc5;hp=17b18342fa940d0b13bd42f7bf4c09e5b3af2fba;hpb=50e7f49808042b6bc80756045255859229dc3690;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b18342..644025f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.6.28] - 2023-08-16 + +### Fixed + +- Ensure pool workers are properly initialized. + +### Added + +- HTTP server pool examples: express-cluster, express-hybrid. + +### Changed + +- Remove now useless branching in worker hot code path. + +## [2.6.27] - 2023-08-15 + ### Fixed - Add `KillHandler` type definition to exported types.