]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.1.2 (#2958)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 20 Aug 2025 15:54:19 +0000 (17:54 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Aug 2025 15:54:19 +0000 (17:54 +0200)
* chore(master): release 5.1.2

* [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 6c8775576a1f132b43850a5ce02e347e77fac0ed..5ceda3aab2dba9ce3c7e9657c71fd9841b60d77b 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.1.1"
+  ".": "5.1.2"
 }
index bf01d30c7a768f967643964207b90611d6d7fdff..6d8425f8434d43dd33de4c9005d0cb8bd6d99a7d 100644 (file)
@@ -5,6 +5,24 @@ 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.1.2](https://github.com/poolifier/poolifier/compare/v5.1.1...v5.1.2) (2025-08-20)
+
+
+### 🐞 Bug Fixes
+
+* avoid starvation with task priority ([0055d2c](https://github.com/poolifier/poolifier/commit/0055d2cc17b8b884c97d8288705c6a52379931b7))
+
+
+### ✨ Polish
+
+* add guard to priority queue delete() ([4b7df91](https://github.com/poolifier/poolifier/commit/4b7df9108c47a7bd7ddf28ce7e7e65836bc47d75))
+* flag fixed queue internal storage data structure readonly ([f867622](https://github.com/poolifier/poolifier/commit/f86762208f4f47deef49e31d61ca5c583abd5531))
+
+
+### 📚 Documentation
+
+* publish documentation ([67bd253](https://github.com/poolifier/poolifier/commit/67bd253af2bbe8edb4849cbcaa0063653d898137))
+
 ## [5.1.1](https://github.com/poolifier/poolifier/compare/v5.1.0...v5.1.1) (2025-08-19)
 
 
index f6527a2260a3ba9dc23e2611c94a223e141c040f..c9f7ccfc04680761d3c42653693e164f80316dde 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.1.1",
+  "version": "5.1.2",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index a1b802902607e5d76c30ceb069cfa8a638311f06..6653737150c50479d2aae27c3d13db242640c1b0 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.1.1",
+  "version": "5.1.2",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 023cf62b251adea4d2f0c27c107d4aae6a9a7c42..2e674d6a65b5fce28db20d0007b90a18f5bdd29e 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.1.1
+sonar.projectVersion=5.1.2
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 9d7422a0d92128abc757612e8e41ee0759049d0b..355f342687c575f76c712a5765b476235c7f4789 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.1.1'
+export const version = '5.1.2'
 // x-release-please-end