railpack v0.32.0
Immutable
release. Only release title and notes can be modified.
Providers
New
- Node: Railpack now supports Next.js applications in Nx workspaces, including projects that use inferred tasks instead of root build and start scripts. Single-app workspaces are selected automatically; for multi-app workspaces, select an app with
RAILPACK_NX_APP=web railpack build .. by @iloveitaly in #606
Fixed
- Node: Railpack now displays a build-plan warning when no package manager is detected and npm is selected by default. by @iloveitaly in #638
CLI
New
- Mise: Updated mise version from v2026.7.7 to v2026.7.11.
- Build Cache: The build command now supports
--no-cachefor rebuilding without cached layers while preserving package-manager cache mounts. Runrailpack build --no-cache .to perform a fresh build. by @iloveitaly in #516 - Build Output: Build progress and completion output is now easier to scan, with a distinct start header and a formatted summary containing the build duration and next command. by @iloveitaly in #640
- Runtime Images: Runtime images now expose
RAILPACK_VERSION, allowing applications and diagnostics to identify the Railpack version that produced the image. Access it through theRAILPACK_VERSIONenvironment variable inside the running container. by @iloveitaly in #633
Full Changelog: v0.31.2...v0.32.0
Internal improvements to frontend integration testing, CI, documentation, and local development tooling by @iloveitaly.