docs: update changelogs entries
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 20:37:09 +0000 (22:37 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 20:37:09 +0000 (22:37 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/npmpublish.yml
CHANGELOG.md

index 35f3d549e16a781beb4162763604cd78b1e36996..d124eed3c81052a29f4898ba4d5894d488ca4f70 100644 (file)
@@ -71,7 +71,7 @@ jobs:
           NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
 
       # - name: Publish Beta Release
-      #   if: ${{ contains(steps.package-version.outputs.version, 'beta') == true }}
+      #   if: ${{ contains(steps.package-version.outputs.version, '-beta') == true }}
       #   run: pnpm publish --no-git-checks --tag beta
       #   env:
       #     NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
index 66f75fccb65be50c50810db8854741f71bb02133..8c8a16a591c31881b120f80aa6e90a7eb8c106d0 100644 (file)
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Added
+
+- Add `LESS_BUSY` worker choice strategy.
+
+### Changed
+
+- Optimize worker storage in pool.
+- Optimize worker alive status check.
+- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
+- Optimize `LESS_USED` worker choice strategy.
+- Update benchmarks versus external threads pools.
+
+### Fixed
+
+- Ensure trimmable characters are checked at pool initialization.
+- Fix message id integer overflow.
+- Fix pool worker removal in worker choice strategy internals.
+- Fix package publication with pnpm.
+
 ## [2.4.0-2] - 2023-04-03
 
 ### Added