mise configuration files (e.g., .tool-versions, mise.toml). by @jaredLunde and @iloveitaly in https://github.com/railwayapp/railpack/pull/126 and https://github.com/railwayapp/railpack/pull/323zsh as an interpreter and automatically detects the required shell (bash or zsh) from your start script's shebang (e.g., #!/bin/zsh). by @iloveitaly in https://github.com/railwayapp/railpack/pull/328 and https://github.com/railwayapp/railpack/pull/327mise configuration files like .tool-versions or mise.toml with the Deno provider. by @iloveitaly in https://github.com/railwayapp/railpack/pull/325Internal improvements to documentation and scripts by @iloveitaly.
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.10.0...v0.11.0
mise config files (e.g., mise.toml, .tool-versions) will now be used instead of Railpack's defaults. by @iloveitaly in https://github.com/railwayapp/railpack/pull/306engines field in package.json is now used to determine the versions of Node.js and the package manager (npm, yarn, pnpm), but only if a version is not specified in a lockfile or other config. by @iloveitaly in https://github.com/railwayapp/railpack/pull/251
For example, to use Node.js v20 and pnpm v9, you can add the following to your package.json:
{
"engines": {
"node": "20.x",
"pnpm": "9.x"
}
}
mise Python compilation is disabled by default to avoid package compilation issues on newly released python versions. by @coffee-cup in https://github.com/railwayapp/railpack/pull/301Internal improvements to testing and documentation by @iloveitaly and @aleksrutins.
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.9.2...v0.10.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.9.1...v0.9.2
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.9.0...v0.9.1
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.8.0...v0.9.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.7.2...v0.8.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.7.1...v0.7.2
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.7.0...v0.7.1
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.6.1...v0.7.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.6.0...v0.6.1
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.5.1...v0.6.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.5.0...v0.5.1
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.4.0...v0.5.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.3.0...v0.4.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.2.3...v0.3.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.2.2...v0.2.3
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.2.1...v0.2.2
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.2.0...v0.2.1
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.1.2...v0.2.0
Full Changelog: https://github.com/railwayapp/railpack/compare/v0.1.1...v0.1.2