]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.7 (#2918) v5.0.7
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 10 Jul 2025 14:46:40 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 14:46:40 +0000 (16:46 +0200)
* chore(master): release 5.0.7

* [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 8114e3848f1bcd7625b75d723bd4dad32993a1e9..2e0a9e1002ebfa9805808febc8e7ee2b597c03ae 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.6"
+  ".": "5.0.7"
 }
index 9e7c4f05e249f2bf231285e5b21a7518f8326d38..a541afaab50e091b1aa063aaa4ac810b71f8cd0c 100644 (file)
@@ -5,6 +5,36 @@ 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).
 
+## [5.0.7](https://github.com/poolifier/poolifier/compare/v5.0.6...v5.0.7) (2025-07-10)
+
+
+### 🐞 Bug Fixes
+
+* worker node destroy race condition at pool destroy ([655eec0](https://github.com/poolifier/poolifier/commit/655eec07671468758ff6484391c8c8e8fb09701c))
+
+
+### ✨ Polish
+
+* refine waitWorkerNodeEvents() API ([840352e](https://github.com/poolifier/poolifier/commit/840352e3ba045c80c0e1e860e7d56355a12c3b2d))
+
+
+### 🧪 Tests
+
+* refine expectations ([365b12f](https://github.com/poolifier/poolifier/commit/365b12f66739fa23c0d093830d4e243728b5b712))
+* refine pool destroy time expectation ([e5a1ff9](https://github.com/poolifier/poolifier/commit/e5a1ff94fd11b014790b71348228e04a36398a75))
+
+
+### 📚 Documentation
+
+* comment spell fix ([c983795](https://github.com/poolifier/poolifier/commit/c98379537601a0e260d286db73306ac7ca5bebb3))
+* publish documentation ([c85e7e0](https://github.com/poolifier/poolifier/commit/c85e7e02381e81592de44d4eeef0818464f50e05))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump the regular group across 11 directories with 1 update ([#2920](https://github.com/poolifier/poolifier/issues/2920)) ([6023207](https://github.com/poolifier/poolifier/commit/6023207d4ea92e44a28ed2f5d4dbe35ccbee4857))
+* **deps:** bump the regular group across 11 directories with 2 updates ([#2919](https://github.com/poolifier/poolifier/issues/2919)) ([6d9800d](https://github.com/poolifier/poolifier/commit/6d9800dd8485b1fd8efcc6f961b646b3ab0e5719))
+
 ## [5.0.6](https://github.com/poolifier/poolifier/compare/v5.0.5...v5.0.6) (2025-07-08)
 
 
index 0db86be490d12bf467025d296b0e2c24ee7a53b9..313b7ed445e24f10f2329af745574afd92fb77d3 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": "5.0.6",
+  "version": "5.0.7",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 60488ee7f05278d4a536240ed4c19677a3085c4f..f08b48ff1a64fe04bbcb1027b17ab89ccb52a09b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.0.6",
+  "version": "5.0.7",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 3214a37b078c5f7c137e32149decec2f2e35275f..52a5a9ab5ede6d075424b8e5527fde32d6530989 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=5.0.6
+sonar.projectVersion=5.0.7
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 81c7c13ce55daae2fe4c010794336d719288d11e..dbfcfa13765c6dc35ecc96f0be8ef27cfe741a92 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.6'
+export const version = '5.0.7'
 // x-release-please-end