X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=e8241a0972319096f04c24ed02057fc87203caa1;hb=4cb259d3e1837759b8bac901d3755f1610b5ddc4;hp=69837d14cbd49b0cb081cd7c2e4fd086968fbc9a;hpb=1b37751debba7bb1e6459cc3a3e0d467e039d15b;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 69837d14..e8241a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Use a dedicated PAT to publish on GitHub packages registry. + +### Added + +- Publish on GitHub packages registry on release. + +### Changed + +- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128). + +## [2.6.43] - 2023-09-08 + +### Added + +- Publish on GitHub packages registry on release. + +### Changed + +- Switch from rome to biome: [PR #1128](https://github.com/poolifier/poolifier/pull/1128). + +## [2.6.42] - 2023-09-06 + +### Changed + +- Optimize hot code paths implementation: avoid unnecessary branching, add and use optimized helpers (min, max), use reduce() array helper, ... + ## [2.6.41] - 2023-09-03 ### Changed @@ -24,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix race condition in worker choice strategies at worker node info querying while not yet initialized . +- Fix race condition in worker choice strategies at worker node info querying while not yet initialized. ## [2.6.38] - 2023-08-30