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

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

1.5.2 (2023-06-27)

Bug Fixes

  • show more descriptive error when module not found (0f5b160)
edge-runtime - v1.5.1

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

1.5.1 (2023-06-26)

Bug Fixes

  • add navigator global (77ebaf1)
  • handling concurrent requests to workers (d47f05d)
  • upgrade semantic release (028abcd)
edge-runtime - v1.5.0

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

1.5.0 (2023-05-29)

Features

  • remove health check endpoint (7d66b5a)
edge-runtime - v1.4.2

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

1.4.2 (2023-05-29)

Bug Fixes

  • handle exceptions in user worker mod evaulation. (06a34d9)
edge-runtime - v1.4.1

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

1.4.1 (2023-05-29)

Bug Fixes

  • add Deno.refTimer & Deno.unrefTimer (72764e4)
  • add structuredClone (182074b)
  • move main module load to worker boot phase (1c55447)
  • move webidl.brand (b123c5e)
edge-runtime - v1.4.0

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

1.4.0 (2023-05-26)

Features

  • add support for providing import map as a data URI (bda03ee)
edge-runtime - v1.3.5

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

1.3.5 (2023-05-18)

Bug Fixes

  • correctly handle null body statuses (9de4c6e)
edge-runtime - v1.3.4

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

1.3.4 (2023-05-17)

Bug Fixes

  • install LLVM deps in Dockerfile (b697861)
edge-runtime - v1.3.3

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

1.3.3 (2023-05-17)

Bug Fixes

  • correctly remove worker from pool (502edf1)
  • reuse user workers by default (508ece4)
edge-runtime - v1.3.2

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

1.3.2 (2023-05-15)

Bug Fixes

  • handle worker boot errors (96ddfae)
  • log worker errors (47fdde3)
  • use absolute path for the import map (23229bd)
edge-runtime - v1.3.1

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

1.3.1 (2023-05-15)

Bug Fixes

edge-runtime - v1.3.0

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

1.3.0 (2023-05-10)

Features

  • Enable Deno fs for the main runtime (#87) (87ee2f6)
edge-runtime - v1.2.19

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

1.2.19 (2023-05-10)

Bug Fixes

edge-runtime - v1.2.18

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

1.2.18 (2023-05-01)

Bug Fixes

  • hasBody check (7e2bd19)
  • support sending transfer-encoding: chunked requests (eb29435)
edge-runtime - v1.2.17

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

1.2.17 (2023-05-01)

Bug Fixes

  • Expose Deno.errors in global scope (c0750c7)
edge-runtime - v1.2.16

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

1.2.16 (2023-04-27)

Bug Fixes

edge-runtime - v1.2.15

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

1.2.15 (2023-04-24)

Bug Fixes

  • better handling of new requests (4b3adb7)
  • clippy warnings (1047d86)
  • clippy warnings (56f5dd9)
  • notify shutdowns to the worker pool (86f8aef)
edge-runtime - v1.2.14

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

1.2.14 (2023-04-17)

Bug Fixes

  • correctly enforce max duration (7171ec7)
edge-runtime - v1.2.13

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

1.2.13 (2023-04-13)

Bug Fixes

edge-runtime - v1.2.12

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

1.2.12 (2023-04-09)

Bug Fixes

  • use debug for listen msg (ab49d08)