releases.shpreview

v0.12.0

railpack v0.12.0

November 17, 2025RailpackView original ↗
$npx -y @buildinternet/releases show rel_KygcRyt20kI_anp_iwLNE

Providers

New

Fixed

CLI

New

  • Caching: You can now disable specific caches during the build process by setting the RAILPACK_DISABLE_CACHE environment variable. For example, to disable the apt and pip caches, set RAILPACK_DISABLE_CACHE="apt,pip". To disable all caches, set it to *. by @aleksrutins in https://github.com/railwayapp/railpack/pull/316

Fixed

  • Security: Railpack now enables mise's "paranoid mode" by default, a security feature that requires explicit user consent before installing new tools or running code from project-specific configurations. by @iloveitaly in https://github.com/railwayapp/railpack/pull/336

Internal improvements to documentation, and tooling by @iloveitaly and @aleksrutins.

Full Changelog: https://github.com/railwayapp/railpack/compare/v0.11.0...v0.12.0

Fetched April 3, 2026