github railwayapp/railpack v0.10.0
railpack v0.10.0

latest releases: v0.18.0, v0.17.2, v0.17.1...
4 months ago

Providers

New

  • Gleam: Railpack now has first-class support for Gleam projects. by @aleksrutins in #313
  • Elixir: Erlang and Elixir versions defined in mise config files (e.g., mise.toml, .tool-versions) will now be used instead of Railpack's defaults. by @iloveitaly in #306
  • Node.js: The engines 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 #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"
      }
    }

Fixed

  • Python: mise Python compilation is disabled by default to avoid package compilation issues on newly released python versions. by @coffee-cup in #301

Internal improvements to testing and documentation by @iloveitaly and @aleksrutins.

Full Changelog: v0.9.2...v0.10.0

Don't miss a new railpack release

NewReleases is sending notifications on new releases.