edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.

MIT License

Stars
549
Committers
16

Bot releases are visible (Hide)

edge-runtime - v1.22.0

Published by github-actions[bot] about 1 year ago

1.22.0 (2023-10-19)

Bug Fixes

Features

  • First implementation of deno 1.37.1 crates (9a5c35f)
  • First implementation of deno 1.37.1 crates (8d0edad)
edge-runtime - v1.21.1

Published by github-actions[bot] about 1 year ago

1.21.1 (2023-10-12)

Bug Fixes

  • include total memory used in shutdown event (c807568)
edge-runtime - v1.21.0

Published by github-actions[bot] about 1 year ago

1.21.0 (2023-10-12)

Features

  • include isolate memory & cpu usage in shutdwon event (a603db9)
edge-runtime - v1.20.2

Published by github-actions[bot] about 1 year ago

1.20.2 (2023-10-03)

Bug Fixes

  • handle errors in Deno.serve (b64d3d6)
edge-runtime - v1.20.1

Published by github-actions[bot] about 1 year ago

1.20.1 (2023-09-27)

Bug Fixes

  • clippy warnings (863f368)
  • provide optional entrypoints for main/events eszips (1e51301)
edge-runtime - v1.20.0

Published by github-actions[bot] about 1 year ago

1.20.0 (2023-09-27)

Features

  • Implement ESZIP factory for easier eszip building, and first steps for npm (f6b26e7)
edge-runtime - v1.19.0

Published by github-actions[bot] about 1 year ago

1.19.0 (2023-09-21)

Bug Fixes

  • retire workers at the 50% of wall-clock limit (72d779a)

Features

  • retire workers from pool (a0a7611)
edge-runtime - v1.18.2

Published by github-actions[bot] about 1 year ago

1.18.2 (2023-09-19)

Bug Fixes

  • exclude default v8 heap stats from user worker logs (420682a)
edge-runtime - v1.18.1

Published by github-actions[bot] about 1 year ago

1.18.1 (2023-09-18)

Bug Fixes

  • user worker create should be non-blocking (ba97af3)
edge-runtime - v1.18.0

Published by github-actions[bot] about 1 year ago

1.18.0 (2023-09-18)

Features

  • option to provide eszips for main/event worker functions (68e510c)
edge-runtime - v1.17.1

Published by github-actions[bot] about 1 year ago

1.17.1 (2023-09-16)

Bug Fixes

edge-runtime - v1.17.0

Published by github-actions[bot] about 1 year ago

1.17.0 (2023-09-14)

Bug Fixes

Features

  • Adding CI script to build docker image with Git version of release (348253c)
  • Implement Deno version according to latest upgrade (5d37df5)
edge-runtime - v1.16.0

Published by github-actions[bot] about 1 year ago

1.16.0 (2023-09-12)

Bug Fixes

  • wait for req body stream promise to compplete (58a9fb6)

Features

  • support aborting user worker request (5ffe357)
edge-runtime - v1.15.2

Published by github-actions[bot] about 1 year ago

1.15.2 (2023-09-07)

Bug Fixes

edge-runtime - v1.15.1

Published by github-actions[bot] about 1 year ago

1.15.1 (2023-09-07)

Bug Fixes

  • Enable Deno IO APIs and Deno.cwd() on user workers (fb2c70f)
edge-runtime - v1.15.0

Published by github-actions[bot] about 1 year ago

1.15.0 (2023-09-04)

Features

  • support loading inline module code (ea8204d)
edge-runtime - v1.14.0

Published by github-actions[bot] about 1 year ago

1.14.0 (2023-09-02)

Features

  • Implement node:http createServer for EdgeRuntime (93f328c)
edge-runtime - v1.13.1

Published by github-actions[bot] about 1 year ago

1.13.1 (2023-08-30)

Bug Fixes

  • globalThis.addEventListener (671de74)
edge-runtime - v1.13.0

Published by github-actions[bot] about 1 year ago

1.13.0 (2023-08-29)

Features

  • Include Deno.serve functionality based on serveHttp op (c9485cc)
edge-runtime - v1.12.0

Published by github-actions[bot] about 1 year ago

1.12.0 (2023-08-28)

Bug Fixes

  • dont check service path if eszip is prpvided (62b23bf)
  • remove eszip extract op (d962522)

Features