Providers
Fixed
- Elixir: Elixir 1.20 now maps to Erlang 29, so projects on Elixir 1.20 build with the correct OTP version. by @iloveitaly in #583
CLI
New
- Mise: Updated mise version from v2026.6.0 to v2026.6.1.
Runtime
- Locale: Builder and runtime images now include the
en_US.UTF-8locale, fixing warnings and breakage for apps that depend on locale-aware behavior (such as Python or Ruby). Railpack does not setLANGorLC_ALLby default — enable UTF-8 by adding them todeploy.variablesin yourrailpack.json(for example,"LANG": "en_US.UTF-8"). by @iloveitaly in #576 - Timezone: Builder and runtime images now include
tzdataby default, so named timezones work out of the box when you setTZor use libraries that read the zoneinfo database. by @iloveitaly in #580
Full Changelog: v0.26.1...v0.27.0
Internal improvements to testing, documentation, dependency updates, and development tooling by @iloveitaly