]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.3.0 (#3125) v5.3.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 20 Feb 2026 14:26:01 +0000 (15:26 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Feb 2026 14:26:01 +0000 (15:26 +0100)
* chore(master): release 5.3.0

* [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 b5e915730912725154b0da7bc0d0ac3b77e0f4b8..ce65b73e4df2dc1ab63b8d48a2601debf491b109 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.2.0"
+  ".": "5.3.0"
 }
index a9cbf6e053c7dd4daad906eea0989b77c40ed4b6..2fda29e6cc639712759b6d7bfd06d55f197c4d19 100644 (file)
@@ -5,6 +5,23 @@ 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.3.0](https://github.com/poolifier/poolifier/compare/v5.2.0...v5.3.0) (2026-02-20)
+
+
+### 🚀 Features
+
+* **pool:** add agingFactor and loadExponent tunables to TasksQueueOptions ([d0b9cf8](https://github.com/poolifier/poolifier/commit/d0b9cf8acfc5f85faac4570b1b5d5a1a5bf4c9c4))
+
+
+### 🐞 Bug Fixes
+
+* **deps:** update all non-major dependencies ([#3126](https://github.com/poolifier/poolifier/issues/3126)) ([7a20707](https://github.com/poolifier/poolifier/commit/7a20707fc956ca610febe85c5896b3fc8aa68158))
+
+
+### 📚 Documentation
+
+* publish documentation ([d7bc989](https://github.com/poolifier/poolifier/commit/d7bc9891c39261dc3fa46f9baa95e4ceff26479a))
+
 ## [5.2.0](https://github.com/poolifier/poolifier/compare/v5.1.7...v5.2.0) (2026-02-16)
 
 
index 0de298079c3c6c05368f1a59756c69deb536b821..3489e2331c4bb019ec3a85e3c1ed9472741165dc 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.2.0",
+  "version": "5.3.0",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 88a7cbc36a5e63a34cde99517cf41ca1387bb13d..4a53a68068ab1e464c68a7bed64f6a990399c4a7 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.2.0",
+  "version": "5.3.0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 4a206954b81be815f047538919ebb685ff462f55..02b0258bd1cd373730035d53d2f9ac1c02dced59 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.2.0
+sonar.projectVersion=5.3.0
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index ba84f61f1b373295c7293c6314ddebc3b60bbca0..a2e0945a00b62acc78fbeb2c4fa8ce13e4f87cad 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.2.0'
+export const version = '5.3.0'
 // x-release-please-end