Skip to content

railpack v0.33.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:37
Immutable release. Only release title and notes can be modified.
11dc441

Providers

New

  • SvelteKit: Projects using @sveltejs/adapter-auto now automatically produce and run a Node server without manual adapter configuration. Keep @sveltejs/adapter-auto in your dependencies, and Railpack will select adapter-node during the build and start it with node build. by @iloveitaly in #641

Fixed

  • React Router: React Router SPA projects with ssr: false are now correctly detected and served as static sites, even when the default react-router-serve ./build/server/index.js start script is present. by @iloveitaly in #604

CLI

New

  • Apt Packages: Custom Apt package lists can now use the ... spread operator to retain packages generated by Railpack. Follow the package installation guide and configure "buildAptPackages": ["...", "build-essential"] or "deploy": { "aptPackages": ["...", "ffmpeg"] }; omit ... when you intentionally want to replace the generated list. by @iloveitaly in #645

Fixed

  • Mise: Railpack now uses musl-compatible mise binaries on Linux, fixing execution on Alpine and other musl-based hosts. by @iloveitaly in #642

Full Changelog: v0.32.0...v0.33.0


Internal improvements to integration testing, example coverage, logging, and documentation by @iloveitaly.