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.2.11

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

1.2.11 (2023-04-09)

Bug Fixes

edge-runtime - v1.2.10

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

1.2.10 (2023-04-09)

Bug Fixes

edge-runtime - v1.2.9

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

1.2.9 (2023-04-08)

Bug Fixes

  • add Deno.errors (15bbc42)
  • expose EdgeRuntime only to main worker (d7eb441)
edge-runtime - v1.2.8

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

1.2.8 (2023-04-08)

Bug Fixes

  • missing values in global scope (3668471)
edge-runtime - v1.2.7

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

1.2.7 (2023-04-08)

Bug Fixes

  • use prefix for custom crates (e7c1818)
edge-runtime - v1.2.6

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

1.2.6 (2023-04-07)

Bug Fixes

edge-runtime - v1.2.5

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

1.2.5 (2023-04-07)

Bug Fixes

  • update Dockerfile to use latest rust (dc7fc76)
edge-runtime - v1.2.4

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

1.2.4 (2023-04-06)

Bug Fixes

  • return an error when service path does not exist (45962a9)
edge-runtime - v1.2.3

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

1.2.3 (2023-04-03)

Bug Fixes

  • process request body streams (8ad5e8c)
edge-runtime - v1.2.2

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

1.2.2 (2023-04-03)

Bug Fixes

edge-runtime - v1.2.1

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

1.2.1 (2023-04-03)

Bug Fixes

edge-runtime - v1.2.0

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

1.2.0 (2023-04-02)

Bug Fixes

  • correctly drop the worker (e32a7b7)
  • do not expose Deno.core (b6e9757)
  • do not patch HttpConn (9250fda)
  • expose window/self as global properties (5f36b4a)
  • implement worker service (bbc7ac0)
  • move worker handling to a module (3cde613)
  • pass a worker to the service. (2a33697)
  • refactor the JsWorker (da832ae)
  • removed main.js (0cd55ed)

Features

  • send requests to workers via Unix streams (76488f9)
edge-runtime - v1.1.7

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

1.1.7 (2023-03-23)

Bug Fixes

  • expose window/self as global properties (3e0f495)
edge-runtime - v1.1.6

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

1.1.6 (2023-03-20)

Bug Fixes

  • added a health check endpoint to the service (adad8dc)
edge-runtime - v1.1.5

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

1.1.5 (2023-03-02)

Bug Fixes

edge-runtime - v1.1.4

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

1.1.4 (2023-03-01)

Bug Fixes

  • do not allow set and delete env API calls (4c5b9b9)
  • refactor how env vars are passed to a worker (2fb6d08)
  • request parsing error (69bf544)
  • send a signal to halt the worker when memory or time limit reached (2af4023)
edge-runtime - v1.1.3

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

1.1.3 (2023-02-27)

Bug Fixes

edge-runtime - v1.1.2

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

1.1.2 (2023-02-27)

Bug Fixes

  • add format exception callback (8b8b4f7)
  • add unhandled promise rejection callbacks (ad15b0f)
  • register error classes (7b855b7)
  • set root cert store for deno_fetch (2ddf663)
edge-runtime - v1.1.1

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

1.1.1 (2023-02-23)

Bug Fixes

  • use deno_ast from workspace (bc3f3ac)
edge-runtime - v1.1.0

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

1.1.0 (2023-02-23)

Features

  • release Deno 1.30.3 update (05d119f)