You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ All notable changes to `@devalade/shipnode` will be documented here.
4
4
5
5
## [Unreleased]
6
6
7
+
## [2.3.0] - 2026-05-24
8
+
7
9
### Added
8
10
-**Workers / multi-process deployments** — a backend can now declare additional long-running processes (workers, cron consumers, queues) alongside the web server. PM2 supervises all of them under one deployment.
9
11
- New `.worker({ name, command, instances?, maxMemory?, env? })` builder method appends a worker to the deployment.
0 commit comments