chore(master): release 4.2.5 (#2543)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 26 Aug 2024 15:34:11 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2024 15:34:11 +0000 (17:34 +0200)
* chore(master): release 4.2.5

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index af896235fd4b4680b1c7fc0f9af50e2eae8a5b77..f0ecaf486488fac634277e7aae5576983e34993a 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.4"
+  ".": "4.2.5"
 }
index 98419dfac362637a2f5e50130f79e28602378468..4d49e162366609c3dd02c4d8969af96c44559375 100644 (file)
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [4.2.5](https://github.com/poolifier/poolifier/compare/v4.2.4...v4.2.5) (2024-08-26)
+
+
+### 🐞 Bug Fixes
+
+* ensure no deleted dynamic worker can be used to steal task(s) ([60ff5f0](https://github.com/poolifier/poolifier/commit/60ff5f050aac60f90e63638029b88e80e91e259c))
+
+
+### ✨ Polish
+
+* cleanup worker node back pressure detection implementation ([6546b6a](https://github.com/poolifier/poolifier/commit/6546b6a8ba008ea2be1a3ecc129054f4b84417c2))
+* cleanup worker node state conditions check ([2a8bfdf](https://github.com/poolifier/poolifier/commit/2a8bfdff6ba9391ec6dd0f733b23d39633583bcb))
+
+
+### 📚 Documentation
+
+* publish documentation ([200c455](https://github.com/poolifier/poolifier/commit/200c455f716523a3f14500435cf834cc1ae86880))
+
 ## [4.2.4](https://github.com/poolifier/poolifier/compare/v4.2.3...v4.2.4) (2024-08-24)
 
 
index ef94b35ff6b33c8075aa53eb09613dbdcbaedddc..d87ded71909632435527db05acc44407a3a56e02 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,7 +1,7 @@
 {
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@poolifier/poolifier",
-  "version": "4.2.4",
+  "version": "4.2.5",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 2827bf5f5666a61a1106ba87848452ff755e73b4..67fff0200ecc77275be2c4f67f2c94dd9ec691fc 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.4",
+  "version": "4.2.5",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index f6912105756556aedb5af21d7d1c997c2d95992e..dce08e7ff22408faa1c33bb5b66e152312634220 100644 (file)
@@ -4,7 +4,7 @@ sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
 # x-release-please-start-version
-sonar.projectVersion=4.2.4
+sonar.projectVersion=4.2.5
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 2f3db8828600bc0f4dce05cbc931f92b9e0f0f5a..466709a75a840abfd56bd835b35185c3fa478f83 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.4'
+export const version = '4.2.5'
 // x-release-please-end