Releases: litejs/server
Releases · litejs/server
Release v26.6.1
New Features:
- Add dummy ctx to bun/deno/node (Lauri Rooden)
API Changes:
- ! Remove DB argument from durableObject (Lauri Rooden)
- ! Return res directly from App, worker handles shape (Lauri Rooden)
Enhancements:
- Pass ctx to handler (Lauri Rooden)
- app: Remove try/catch from Router and rely on worker try/catch (Lauri Rooden)
- app: Inline routeRun (Lauri Rooden)
Release v26.6.0
New Features:
- Add S3 (Lauri Rooden)
- Add Range support to Cache (Lauri Rooden)
- Add serveRange (Lauri Rooden)
- Add https support to listen (Lauri Rooden)
- Extract Server to new repo (Lauri Rooden)
Enhancements:
- Run e2e on workerd (Lauri Rooden)
- env: Set shutdown code to process.exitCode (Lauri Rooden)
- worker: Do not leak internals on 5xx, test without App (Lauri Rooden)
- cron: Support named month/day-of-week (Lauri Rooden)
- static: Don't expose dotfiles (Lauri Rooden)
- util: Inline toUtf8/toLatin1 (Lauri Rooden)