Skip to content

railpack v0.30.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 10:39
Immutable release. Only release title and notes can be modified.
1d3a5c0

Providers

New

  • Deno: Railpack now reads Deno versions from .deno-version files using mise idiomatic version file support. Add a .deno-version file to your project root (for example, 2.2.2) to pin the Deno runtime for your deployment — see version detection for the full precedence order. by @iloveitaly in #608

Fixed

  • Python, Ruby, Deno: RAILPACK_PYTHON_VERSION, RAILPACK_RUBY_VERSION, and RAILPACK_DENO_VERSION environment variables now correctly override local version files and mise configuration during builds, matching the documented precedence order. Set these in your deployment environment when you need to pin a runtime version independently of repository config. by @Vunas in #610

CLI

New

  • Mise: Updated mise version from v2026.6.11 to v2026.6.12.

Internal improvements to Node SPA framework detection, Bun version file handling, testing, and dependency updates by @iloveitaly.

Full Changelog: v0.29.0...v0.30.0