chore(master): release 4.2.8 (#2551)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 30 Aug 2024 10:27:55 +0000 (12:27 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 10:27:55 +0000 (12:27 +0200)
* chore(master): release 4.2.8

* [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 6d073e98d1d8130ba6bff50d649e8b729deb979a..3380c4c67f4b4912a02d0a946c4e645ad60ed71e 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.7"
+  ".": "4.2.8"
 }
index ce7e2ec2e43ff576667768eb06bfdc1ccbc31c87..8ce5f9e67a81ed3e629f9933cd8b279d15df76c0 100644 (file)
@@ -5,6 +5,37 @@ 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.8](https://github.com/poolifier/poolifier/compare/v4.2.7...v4.2.8) (2024-08-30)
+
+
+### 🐞 Bug Fixes
+
+* fix dynamic thread pool full event emission rate ([52021de](https://github.com/poolifier/poolifier/commit/52021de72b77aa6c6fdd7c6dd816d7d53e6b2feb))
+
+
+### ✨ Polish
+
+* move dynamic pool only getters to its own class ([21e6b0e](https://github.com/poolifier/poolifier/commit/21e6b0ef4c8b89dbf4f8c588ae50887ce1f5177f))
+
+
+### 🧪 Tests
+
+* refine pool event tests expectation ([6a30766](https://github.com/poolifier/poolifier/commit/6a307669ef6f5aae3a8b79504255a8d3bdfd7c86))
+
+
+### 📚 Documentation
+
+* publish documentation ([bc407dc](https://github.com/poolifier/poolifier/commit/bc407dc6774b90aed4c7e2083f6adc765184dc69))
+* **README.md:** fix worker example export ([a5844a0](https://github.com/poolifier/poolifier/commit/a5844a0fffdb82f3890ff87fd0a75860edc20eea))
+* **README.md:** use top level await syntax in example ([3b4d090](https://github.com/poolifier/poolifier/commit/3b4d090fab7dd028a45d8ed12b02837919106084))
+* refine pool ready event emission condition ([3abc7fe](https://github.com/poolifier/poolifier/commit/3abc7fe895e74ae347ab729569f94d25729fceb1))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump the regular group with 3 updates ([d707c4d](https://github.com/poolifier/poolifier/commit/d707c4dc46af6311323aa7a0a235e1f6cbd30d1b))
+* **deps:** bump the regular group across 11 directories with 2 updates ([5c2e6e8](https://github.com/poolifier/poolifier/commit/5c2e6e8b247a9869cc7dc0989e6caaec8c0e1fe0))
+
 ## [4.2.7](https://github.com/poolifier/poolifier/compare/v4.2.6...v4.2.7) (2024-08-28)
 
 
index 3058f81c5faae87d8682d0be729a3b707d599070..01b00c107e2c7640872ab83ce173581792f3c863 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.7",
+  "version": "4.2.8",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index d341aa7806d9a8b2803d0274492fc0e6f922ce43..c8ee015b05787ad66a03910254a44b07866aae21 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.7",
+  "version": "4.2.8",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 6db96f65a832e78ab73bffd39214cfbabc9cdb87..edf5dd0f0c53c325e18be840455cefc45c9cdf00 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.7
+sonar.projectVersion=4.2.8
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 55896bea861da81d90a43772ed5a1c7bf5c1f1bd..c38bcf645fba40b536124d7c8f90637c287fce17 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.7'
+export const version = '4.2.8'
 // x-release-please-end