Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/node-core": "2.4.2",
"packages/express": "2.2.2",
"packages/fastify": "2.3.2",
"packages/bullmq": "2.1.14",
"packages/bull": "2.0.14"
"packages/node-core": "2.5.0",
"packages/express": "2.3.0",
"packages/fastify": "2.4.0",
"packages/bullmq": "2.2.0",
"packages/bull": "2.1.0"
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions packages/bull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.1.0](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.14...judoscale-bull-v2.1.0) (2026-02-05)


### Features

* Support node 25, drop support to node 18, test express v5 and fastify v5 ([#91](https://github.com/judoscale/judoscale-node/issues/91)) ([9fb6f34](https://github.com/judoscale/judoscale-node/commit/9fb6f345ec5614cb7b1162308c95e628799a86f4))


### Bug Fixes

* Include the framework version with the report metadata ([#93](https://github.com/judoscale/judoscale-node/issues/93)) ([ef3482b](https://github.com/judoscale/judoscale-node/commit/ef3482bf0495bb3e94198ccc50a8d2175f4a7a1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.4.2 to 2.5.0

## [2.0.14](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.13...judoscale-bull-v2.0.14) (2025-11-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/bull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-bull",
"version": "2.0.14",
"version": "2.1.0",
"description": "Bull package for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/judoscale/judoscale-node#readme",
"dependencies": {
"judoscale-node-core": "2.4.2"
"judoscale-node-core": "2.5.0"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/bullmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.2.0](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.14...judoscale-bullmq-v2.2.0) (2026-02-05)


### Features

* Support node 25, drop support to node 18, test express v5 and fastify v5 ([#91](https://github.com/judoscale/judoscale-node/issues/91)) ([9fb6f34](https://github.com/judoscale/judoscale-node/commit/9fb6f345ec5614cb7b1162308c95e628799a86f4))


### Bug Fixes

* Include the framework version with the report metadata ([#93](https://github.com/judoscale/judoscale-node/issues/93)) ([ef3482b](https://github.com/judoscale/judoscale-node/commit/ef3482bf0495bb3e94198ccc50a8d2175f4a7a1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.4.2 to 2.5.0

## [2.1.14](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.13...judoscale-bullmq-v2.1.14) (2025-11-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/bullmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-bullmq",
"version": "2.1.14",
"version": "2.2.0",
"description": "BullMQ package for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/judoscale/judoscale-node#readme",
"dependencies": {
"judoscale-node-core": "2.4.2"
"judoscale-node-core": "2.5.0"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.3.0](https://github.com/judoscale/judoscale-node/compare/judoscale-express-v2.2.2...judoscale-express-v2.3.0) (2026-02-05)


### Features

* Support node 25, drop support to node 18, test express v5 and fastify v5 ([#91](https://github.com/judoscale/judoscale-node/issues/91)) ([9fb6f34](https://github.com/judoscale/judoscale-node/commit/9fb6f345ec5614cb7b1162308c95e628799a86f4))


### Bug Fixes

* Include the framework version with the report metadata ([#93](https://github.com/judoscale/judoscale-node/issues/93)) ([ef3482b](https://github.com/judoscale/judoscale-node/commit/ef3482bf0495bb3e94198ccc50a8d2175f4a7a1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.4.2 to 2.5.0

## [2.2.2](https://github.com/judoscale/judoscale-node/compare/judoscale-express-v2.2.1...judoscale-express-v2.2.2) (2025-11-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-express",
"version": "2.2.2",
"version": "2.3.0",
"description": "ExpressJS package for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"judoscale-node-core": "2.4.2"
"judoscale-node-core": "2.5.0"
},
"devDependencies": {
"jest": "^27.5.1",
Expand Down
19 changes: 19 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.4.0](https://github.com/judoscale/judoscale-node/compare/judoscale-fastify-v2.3.2...judoscale-fastify-v2.4.0) (2026-02-05)


### Features

* Support node 25, drop support to node 18, test express v5 and fastify v5 ([#91](https://github.com/judoscale/judoscale-node/issues/91)) ([9fb6f34](https://github.com/judoscale/judoscale-node/commit/9fb6f345ec5614cb7b1162308c95e628799a86f4))


### Bug Fixes

* Include the framework version with the report metadata ([#93](https://github.com/judoscale/judoscale-node/issues/93)) ([ef3482b](https://github.com/judoscale/judoscale-node/commit/ef3482bf0495bb3e94198ccc50a8d2175f4a7a1e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* judoscale-node-core bumped from 2.4.2 to 2.5.0

## [2.3.2](https://github.com/judoscale/judoscale-node/compare/judoscale-fastify-v2.3.1...judoscale-fastify-v2.3.2) (2025-11-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-fastify",
"version": "2.3.2",
"version": "2.4.0",
"description": "Fastify plugin for the Judoscale autoscaler",
"main": "src/plugin.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"standard": "^17.1.0"
},
"dependencies": {
"judoscale-node-core": "2.4.2",
"judoscale-node-core": "2.5.0",
"fastify-plugin": "^4.5.1"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.5.0](https://github.com/judoscale/judoscale-node/compare/judoscale-node-core-v2.4.2...judoscale-node-core-v2.5.0) (2026-02-05)


### Features

* Add support to JUDOSCALE_CONTAINER ENV var for custom containers ([#88](https://github.com/judoscale/judoscale-node/issues/88)) ([fd0bfd9](https://github.com/judoscale/judoscale-node/commit/fd0bfd915111fa2538e65684556e55a31db4d1c5))
* Support node 25, drop support to node 18, test express v5 and fastify v5 ([#91](https://github.com/judoscale/judoscale-node/issues/91)) ([9fb6f34](https://github.com/judoscale/judoscale-node/commit/9fb6f345ec5614cb7b1162308c95e628799a86f4))


### Bug Fixes

* Include the framework version with the report metadata ([#93](https://github.com/judoscale/judoscale-node/issues/93)) ([ef3482b](https://github.com/judoscale/judoscale-node/commit/ef3482bf0495bb3e94198ccc50a8d2175f4a7a1e))

## [2.4.2](https://github.com/judoscale/judoscale-node/compare/judoscale-node-core-v2.4.1...judoscale-node-core-v2.4.2) (2025-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-node-core",
"version": "2.4.2",
"version": "2.5.0",
"description": "Core dependencies for NodeJS packages for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand Down