Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 913 Bytes

File metadata and controls

40 lines (24 loc) · 913 Bytes

Changelog

0.1.4

  • Added support for Windows

0.1.3

  • Fix missing README in published package

0.1.2

  • Rename package from @convex-dev/self-hosting to @convex-dev/static-hosting

0.1.1-alpha.0

  • Add optional convex-fs CDN mode for static asset serving (--cdn flag)
  • Non-HTML assets can be served from CDN edge network via convex-fs
  • New cdnBaseUrl option on registerStaticRoutes
  • Schema: storageId now optional, new blobId field for CDN assets
  • gcOldAssets returns { deleted, blobIds } (breaking change from number return)

0.1.2-alpha.1

removed cloudflare for now.

0.1.1

  • Setup wizard now configures custom domains for Cloudflare Workers
  • Added note about running convex dev for HTTP actions error
  • Added documentation for non-Vite bundlers (Expo, Next.js)

0.1.0

  • Migrated from Cloudflare Pages to Workers Static Assets

0.0.0

  • Initial release.