Skip to content

Releases: litejs/server

Release v26.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:16
v26.7.0
7407978

New Features:

  • Add dedupe helper (Lauri Rooden)

Enhancements:

  • Rewrite workerd-kv/workerd-r2 examples ontop of DurableObject (Lauri Rooden)
  • Use Response.redirect in httpsRedirect (Lauri Rooden)

Release v26.6.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 16:32
v26.6.1
501a687

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

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:27
v26.6.0
406dacc

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)