v0.4.0 - 22/5/25
Section titled “v0.4.0 - 22/5/25”This releases adds support for a variety of new features and frameworks as well as UX improvements
New Features
Section titled “New Features”- Official Sveltekit support. We now detect and deploy the Sveltekit projects using the node-adapter and framework best practices.
- We’ve updated the backend so that all URLs for static assets are served from the same url as the main application instead of a different subdomain prefixed with
static-
. - Added a
Purge Cache
button to the deployments and logs page for user control over CDN purging.
Improvements
Section titled “Improvements”- If you have 1 team we automatically redirect you to the home page and skip the teams screen
- Envvariable input have auto complete turned off
- Streamlined onboarding process by removing verfication and long onboarding form.
- Added root domain routing instructions for manually routed domains to the domains settings section of projects.
Bug Fixes
Section titled “Bug Fixes”- If you had .dockerignore file that ignored the .next or .next/standalone build directories app deployment would fail. This has been patched - we now ignore the .dockerignore file since we are using a Sherpa.sh internal Dockerfile to build the project.
- Github integration was only showing the 30 most recent repos for import. We’ve updated this so it now shows all repos on the linked account/team.
- Some users experienced SSL cert issues due to a TypeError bug, this has been patched
- Fixed bug where couldn’t choose between production and preview environments on log page