github railwayapp/railpack v0.32.0
railpack v0.32.0

21 hours ago

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-cache for rebuilding without cached layers while preserving package-manager cache mounts. Run railpack 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 the RAILPACK_VERSION environment 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.

Don't miss a new railpack release

NewReleases is sending notifications on new releases.