Providers
New
- Node: Added support for Node.js v25 by ensuring
libatomic1is explicitly installed. by @iloveitaly in #259 - Node: Railpack now ensures Node.js is available during the build phase via mise even when not required for the runtime (e.g. when using Bun), ensuring packages requiring
node-gypbuild correctly. by @iloveitaly in #259
Fixed
- Node: We've improved how
node_modulescaching works during the build phase, specifically fixing issues where commands likenpm ci(which removenode_modules) caused build failures. See the Node documentation for more details. by @iloveitaly in #259
CLI
New
- Mise: Updated the internal
miseversion to 2025.11.6. by @iloveitaly in d249231
Fixed
- Mise: Added backoff retries for
miseregistry downloads to help prevent build failures during intermittent network issues. by @iloveitaly in #360
Internal improvements to testing and maintenance by @iloveitaly.
Full Changelog: v0.12.0...v0.13.0