Skip to content

v3.0.0-next.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrbbot mrbbot released this 14 Nov 15:10
· 228 commits to tre since this release

Features

  • Add support for __STATIC_CONTENT_MANIFEST module allowing module mode sites (#398)
  • Add support for the DevTools inspector protocol via the inspectorPort: <number> option (#426)
  • Allow workerd verbose mode to be enabled via the verbose: true option (#426)
  • Add support for the Cache API (#428)
  • Add support for live reload via the liveReload: true option (#429)
  • Add support for SQLite as a KV/R2/cache storage backend via the sqlite: persist schema (#419)
  • Add experimental support for remote KV storage via the remote: persist schema (#430)

Fixes

  • Pass --experimental flag to workerd allowing compatibility flags without a default-on compatibility date to be used (#397)
  • Fix KV cacheTtl validation (#416)
  • Respect port and host options (#424)
  • Apply setOptions() in execution order (#425)