chore(master): release 4.2.11 (#2566)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 12 Sep 2024 20:58:18 +0000 (22:58 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2024 20:58:18 +0000 (22:58 +0200)
* chore(master): release 4.2.11

* [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 0b8c185f5a8796be4419cd0b5c90e8410508c4ba..b6d73a403f5880dd528d961e9ff5d4eeae332244 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.10"
+  ".": "4.2.11"
 }
index de6b32712c5799dafad9aa026319a08b3d97daed..7ab75414ee5b0fb9526f87a46d9575d5e825ca17 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.11](https://github.com/poolifier/poolifier/compare/v4.2.10...v4.2.11) (2024-09-12)
+
+
+### ⚡ Performance
+
+* track dynamic pool empty event lifecycle ([7923fe5](https://github.com/poolifier/poolifier/commit/7923fe59f4a88b218744b16f977faf93015407ac))
+
+
+### ✨ Polish
+
+* add dynamic worker nodes count to pool info ([01277ce](https://github.com/poolifier/poolifier/commit/01277ce688c015fff1bee425276b20077e7a8f34))
+
+
+### 🧪 Tests
+
+* refine dynamic pool shutdown test expectations ([fc43a51](https://github.com/poolifier/poolifier/commit/fc43a5150338466915bc57705d00bd0e5255eac7))
+
+
+### 📚 Documentation
+
+* publish documentation ([4a809cf](https://github.com/poolifier/poolifier/commit/4a809cfc7dd384ec3c8dd8304d99d2160cf94466))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump sinon from 18.0.0 to 18.0.1 in the regular group ([947d358](https://github.com/poolifier/poolifier/commit/947d35846a27cece641eb08f6ea9b7be1d3dd03e))
+* **deps-dev:** bump the regular group with 2 updates ([efd5d49](https://github.com/poolifier/poolifier/commit/efd5d49802507ee6c963abe45aa7446387aad347))
+* **deps:** bump the regular group across 11 directories with 1 update ([#2568](https://github.com/poolifier/poolifier/issues/2568)) ([678986c](https://github.com/poolifier/poolifier/commit/678986c1623ff15844a0f633bfd0fdab87a20362))
+* **deps:** bump the regular group across 3 directories with 1 update ([7e6cc27](https://github.com/poolifier/poolifier/commit/7e6cc278973d7b013e49afa56dba33ef6b50908b))
+
 ## [4.2.10](https://github.com/poolifier/poolifier/compare/v4.2.9...v4.2.10) (2024-09-06)
 
 
index b232e2cff68778ede008c58153b35fe24a7fe207..3f285bda4631451f497154783075d05d2b7ede08 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.10",
+  "version": "4.2.11",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 0b146d91136eddec2024fc78ae73db3c2ee426dc..c817c5ca9cc7b2b6acd4036b062f5d6b5011701d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.10",
+  "version": "4.2.11",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index d2bb25dc194c63db9e3751f2fbd0cc862ca32127..9872164aa19e3c7abb178fb2caa2047602968670 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.10
+sonar.projectVersion=4.2.11
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 5f6b65b1a4c6a9c3242b649b1ae0c9bd21aad5c9..2c56c2b7a9dde7c3dc0231ed080681ec23ec86c2 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.10'
+export const version = '4.2.11'
 // x-release-please-end