chore(master): release 4.2.7 (#2548)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 28 Aug 2024 14:09:42 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 14:09:42 +0000 (16:09 +0200)
* chore(master): release 4.2.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 65633aa2955f09bc34f74e1a8bd288bb63e1f04e..6d073e98d1d8130ba6bff50d649e8b729deb979a 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.6"
+  ".": "4.2.7"
 }
index 68c42628c778659d9a664748846d24fe22e040e9..ce7e2ec2e43ff576667768eb06bfdc1ccbc31c87 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).
 
+## [4.2.7](https://github.com/poolifier/poolifier/compare/v4.2.6...v4.2.7) (2024-08-28)
+
+
+### ⚡ Performance
+
+* reduce useless branching at pool info building ([4a29667](https://github.com/poolifier/poolifier/commit/4a29667ae71425df81946f45951e90aef20986e9))
+* track dynamic pool full lifecycle via events ([5f9e905](https://github.com/poolifier/poolifier/commit/5f9e90500ddf396a1862479540a4784bca043a20))
+
+
+### ✨ Polish
+
+* cleanup pool information ordering ([ba443f4](https://github.com/poolifier/poolifier/commit/ba443f407e3d94f83bb8d013f7552b271bd3d445))
+* merge dynamic pool events emission code ([e6cf2a9](https://github.com/poolifier/poolifier/commit/e6cf2a95dd56b9683ed81b622f5565c97a60e5a1))
+
+
+### 🧪 Tests
+
+* improve pool empty event test ([4b91b77](https://github.com/poolifier/poolifier/commit/4b91b77184b873be455d65b91719f747bb460778))
+
+
+### 📚 Documentation
+
+* publish documentation ([f948bb3](https://github.com/poolifier/poolifier/commit/f948bb3ef36f727934404c7a490075d431022e39))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump eslint-plugin-perfectionist from 3.2.0 to 3.3.0 in the regular group ([#2549](https://github.com/poolifier/poolifier/issues/2549)) ([60b5fab](https://github.com/poolifier/poolifier/commit/60b5fabe702dab1324f95b2353d8710b6694ec2b))
+* **deps:** bump the regular group across 11 directories with 1 update ([#2550](https://github.com/poolifier/poolifier/issues/2550)) ([7cfe89c](https://github.com/poolifier/poolifier/commit/7cfe89c198cb3f0174713642e4bcddc0ddc1451f))
+
 ## [4.2.6](https://github.com/poolifier/poolifier/compare/v4.2.5...v4.2.6) (2024-08-27)
 
 
index 8b060287e93ba06d5a4021c2d9eb82c36807f8b7..3058f81c5faae87d8682d0be729a3b707d599070 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.6",
+  "version": "4.2.7",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 4d9024ece677d760050f6f6274c816042908defe..386f5141aef4b1f85472eb1af5567a9bf062047d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.6",
+  "version": "4.2.7",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index a381ba0b520bdedf65731cefd37cd2720dca2cf3..6db96f65a832e78ab73bffd39214cfbabc9cdb87 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.6
+sonar.projectVersion=4.2.7
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 6bd5be072c53a850507d70cf147e11f4666da235..55896bea861da81d90a43772ed5a1c7bf5c1f1bd 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.6'
+export const version = '4.2.7'
 // x-release-please-end