- Added support for Windows
- Fix missing README in published package
- Rename package from
@convex-dev/self-hostingto@convex-dev/static-hosting
- Add optional convex-fs CDN mode for static asset serving (
--cdnflag) - Non-HTML assets can be served from CDN edge network via convex-fs
- New
cdnBaseUrloption onregisterStaticRoutes - Schema:
storageIdnow optional, newblobIdfield for CDN assets gcOldAssetsreturns{ deleted, blobIds }(breaking change from number return)
removed cloudflare for now.
- Setup wizard now configures custom domains for Cloudflare Workers
- Added note about running
convex devfor HTTP actions error - Added documentation for non-Vite bundlers (Expo, Next.js)
- Migrated from Cloudflare Pages to Workers Static Assets
- Initial release.