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

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

1.11.1 (2023-08-23)

Bug Fixes

  • Integrate Deno.stdout and isatty, fixes #162 (4ad1d81)
edge-runtime - v1.11.0

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

1.11.0 (2023-08-17)

Bug Fixes

Features

  • feat: feat: feat: feat: feat: feat: feat: feat: Deno 1.36.0 (f85cd9d)
edge-runtime - v1.10.0

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

1.10.0 (2023-08-10)

Features

  • added EdgeRuntime.eszip.extract method (1f582ac)
edge-runtime - v1.9.0

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

1.9.0 (2023-08-03)

Features

  • Merge pull request #156 from supabase/add-stats-to-events (c9a8699)
edge-runtime - v1.8.4

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

1.8.4 (2023-08-03)

Bug Fixes

  • Merge pull request #155 from supabase/refactor-edge-rt-pt-2 (448dcd1)
edge-runtime - v1.8.3

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

1.8.3 (2023-08-03)

Bug Fixes

  • parse unknown media type as JS (8ed6e79)
edge-runtime - v1.8.2

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

1.8.2 (2023-08-02)

Bug Fixes

  • allow loading modules from any local path (3288f8b)
edge-runtime - v1.8.1

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

1.8.1 (2023-07-31)

Bug Fixes

  • remove perl from runtime container (9a396be)
  • simplify Deno.osUptime implementation (e4bfca5)
edge-runtime - v1.8.0

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

1.8.0 (2023-07-31)

Features

  • upgrade docker image to use bookworm base image (815e25f)
edge-runtime - v1.7.2

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

1.7.2 (2023-07-26)

Bug Fixes

  • do not panic if unix rx is not available (1486387)
edge-runtime - v1.7.1

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

1.7.1 (2023-07-25)

Bug Fixes

edge-runtime - v1.7.0

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

1.7.0 (2023-07-23)

Bug Fixes

  • add a flag to log source file and line number (4fd65a8)
  • clippy warnings (5cc6e64)
  • describe client connection error (1c0035b)
  • option to disable net access via permissions (090c89c)

Features

  • option to disable net access when creating a worker (570d654)
edge-runtime - v1.6.7

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

1.6.7 (2023-07-13)

Bug Fixes

  • use error instead of debug for logging errors (feae79d)
edge-runtime - v1.6.6

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

1.6.6 (2023-07-10)

Bug Fixes

  • print to stderr when logger is not available (bc7e75a)
edge-runtime - v1.6.5

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

1.6.5 (2023-07-10)

Bug Fixes

  • add metadata to console events (00d332d)
edge-runtime - v1.6.4

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

1.6.4 (2023-07-10)

Bug Fixes

  • add back nextEvent() to EventWorker (87aada8)
  • add metadata to events (a77fa85)
edge-runtime - v1.6.3

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

1.6.3 (2023-07-07)

Bug Fixes

  • set a module root for loading modules (a03877b)
edge-runtime - v1.6.2

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

1.6.2 (2023-07-03)

Bug Fixes

  • configure v8 flags via env variables (3b8e191)
edge-runtime - v1.6.1

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

1.6.1 (2023-07-03)

Bug Fixes

  • send console events from user worker to events (0816003)
edge-runtime - v1.6.0

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

1.6.0 (2023-06-30)

Features

  • log CPU time used as an event (abae097)