Providers
CLI
New
- BuildKit: Images and build cache are now exported in parallel, significantly reducing the time spent in the final stages of the build process. This feature utilizes the latest BuildKit v0.28.0 capabilities and is enabled automatically for all
railpack buildoperations. by @iloveitaly in #515 - Shell: Added native support for Fish shell completion. You can generate the completion script for your shell by running
railpack completion fishand adding it to your fish configuration. by @iloveitaly in #515 - toml 1.1 features are supported. This could have caused errors in the past if railpack read a toml file with previously unsupported features
Fixed
- Mise: Updated the internal environment variable to
MISE_SYSTEM_CONFIG_DIRto ensure better compatibility and isolation from host configurations when runningrailpack. by @iloveitaly in #517
Internal improvements to testing, build tooling, and code style by @iloveitaly.
Full Changelog: v0.19.0...v0.20.0