chore(master): release 4.2.6 (#2544)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 27 Aug 2024 17:23:59 +0000 (19:23 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 17:23:59 +0000 (19:23 +0200)
* chore(master): release 4.2.6

* [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 f0ecaf486488fac634277e7aae5576983e34993a..65633aa2955f09bc34f74e1a8bd288bb63e1f04e 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.5"
+  ".": "4.2.6"
 }
index 4d49e162366609c3dd02c4d8969af96c44559375..68c42628c778659d9a664748846d24fe22e040e9 100644 (file)
@@ -5,6 +5,35 @@ 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.6](https://github.com/poolifier/poolifier/compare/v4.2.5...v4.2.6) (2024-08-27)
+
+
+### 🐞 Bug Fixes
+
+* fix pool back pressure semantic on dynamic pool ([227e9e9](https://github.com/poolifier/poolifier/commit/227e9e9b75b8e004dd7651af5961490e58ffdda9))
+
+
+### ⚡ Performance
+
+* track pool back pressure lifecycle via events ([303c0db](https://github.com/poolifier/poolifier/commit/303c0db0528190df1f9f726e96c49dbb10f09d27))
+* track pool busy lifecycle via events ([f8a57da](https://github.com/poolifier/poolifier/commit/f8a57da1a44233d40635aabba944ed036258f8ab))
+
+
+### ✨ Polish
+
+* cleanup worker node back pressure checks ([697d8c6](https://github.com/poolifier/poolifier/commit/697d8c6debe324881015e70f43f708c6880be92a))
+
+
+### 📚 Documentation
+
+* publish documentation ([22cdcdd](https://github.com/poolifier/poolifier/commit/22cdcddef65fbcad1f91bbdbec4788c9b81d29be))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump the regular group with 2 updates ([46c6476](https://github.com/poolifier/poolifier/commit/46c6476ed661a91b88a48025faf9bd0c7ed387a6))
+* **deps:** bump the regular group across 11 directories with 2 updates ([43922bf](https://github.com/poolifier/poolifier/commit/43922bfb3902595907ce671a8a245b1f9ee09067))
+
 ## [4.2.5](https://github.com/poolifier/poolifier/compare/v4.2.4...v4.2.5) (2024-08-26)
 
 
index d87ded71909632435527db05acc44407a3a56e02..8b060287e93ba06d5a4021c2d9eb82c36807f8b7 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.5",
+  "version": "4.2.6",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 35af8b12a3f17fd2dc75bf5d010facb0ebfa5047..b139944f854cc06ed6aa140f8f1626920a21da50 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.5",
+  "version": "4.2.6",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index dce08e7ff22408faa1c33bb5b66e152312634220..a381ba0b520bdedf65731cefd37cd2720dca2cf3 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.5
+sonar.projectVersion=4.2.6
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 466709a75a840abfd56bd835b35185c3fa478f83..6bd5be072c53a850507d70cf147e11f4666da235 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.5'
+export const version = '4.2.6'
 // x-release-please-end