]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.1.5 (#2963)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 23 Aug 2025 13:27:23 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Sat, 23 Aug 2025 13:27:23 +0000 (15:27 +0200)
* chore(master): release 5.1.5

* [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 3bf24104d2a23f05f82e7642288150c8c5f397aa..1a934d8da48d742721204672ef46c31d343fc237 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.1.4"
+  ".": "5.1.5"
 }
index dcf1188ffb882608b2f5188dfbbd0ac9beda64e6..27a1be9efbbd6d8ace1e76d6c9373fbb3bc6ed83 100644 (file)
@@ -5,6 +5,19 @@ 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.5](https://github.com/poolifier/poolifier/compare/v5.1.4...v5.1.5) (2025-08-23)
+
+
+### ⚡ Performance
+
+* add adaptive aging factor to priority queue ([66c08e6](https://github.com/poolifier/poolifier/commit/66c08e6f68fbe7aeaa8da91fe8ed812e1befefc9))
+* soften priority queue adaptive aging ([6730e51](https://github.com/poolifier/poolifier/commit/6730e51eee812924b6a39eeefb694df83aee9ca3))
+
+
+### 📚 Documentation
+
+* publish documentation ([3ce04bf](https://github.com/poolifier/poolifier/commit/3ce04bf8d9f3fdbebb9c7231118ab3b3fb7e8884))
+
 ## [5.1.4](https://github.com/poolifier/poolifier/compare/v5.1.3...v5.1.4) (2025-08-22)
 
 
index 85fb55f57a9572037d448ac0e075ed78bb8286ea..cb689061960b7c2c64b906833dab9948ded32073 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.4",
+  "version": "5.1.5",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 001ec0db3ec4d34a9357b513da72e7a4cd7013c9..9a9641d13c049cc0efcbc541bb810261d0ed9bf9 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.1.4",
+  "version": "5.1.5",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index db85acd59d036a12c2b76267e37cc5f7ae3db204..32ae273e4cc39be69bff48fc379f082e80e6f475 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.4
+sonar.projectVersion=5.1.5
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index dfbbf6289e7b8edf0750fdc04f3bad2e55630b9d..3e9fa34a966990f4ef4877667d80baa6c3e947b4 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.1.4'
+export const version = '5.1.5'
 // x-release-please-end