🚀
sherpa.sh docs
HomeInfrastructureAboutPricingDocsSign Up
  • Getting Started
    • What is sherpa.sh?
    • Getting Started
    • App Configuration
    • Custom Domains
    • Regions
  • TRAINING
    • Video Courses
      • Lesson 1: Deploying your first application
  • Applications
    • Supported Frameworks
      • Sveltekit
      • Remix
      • Next.js
      • Payload CMS
      • React
      • Docker
      • Custom Setups
    • Supported AI Website Builders
    • Continuous Delivery
    • CDN & Caching
  • Promotions & Rollbacks
  • Debugging
  • Securing your Application
  • Cronjobs
  • Databases
    • Managed Databases
      • Postgres
      • MySQL
      • MongoDB
  • Architecture
    • Architecture Overview
      • Next.js Architecture
    • Compliance
  • Integration Help
    • Clerk
  • Zero Downtime Migration
  • CHANGELOG
    • v0.4.0 - 22/5/25
    • v0.3.2 - 4/5/25
    • v0.3.1 - 22/4/25
    • v0.3.0 - 9/04/25
    • v0.2.0 - 27/03/25
    • v0.1.0 - 21/03/25
Powered by GitBook
On this page
  • New Features
  • Improvements
  • Bug Fixes
  1. CHANGELOG

v0.4.0 - 22/5/25

PreviousZero Downtime MigrationNextv0.3.2 - 4/5/25

Last updated 7 days ago

This releases adds support for a variety of new features and frameworks as well as UX improvements

New Features

  • Official 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

  • 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

  • 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

Sveltekit