Skip to content

Releases: nyannyacha/edge-runtime

v1.3.0

27 Feb 03:47
e024cad
Compare
Choose a tag to compare

1.3.0 (2024-02-27)

Features

  • allow creating an inspector session if using oneshot policy (#245) (e024cad)

v1.2.0

27 Feb 01:09
1399bb2
Compare
Choose a tag to compare

1.2.0 (2024-02-27)

Features

v1.1.5

22 Feb 03:49
832531e
Compare
Choose a tag to compare

1.1.5 (2024-02-22)

Bug Fixes

  • introduce internals.warnOnDeprecatedApi for deno backward compatibility (#279) (832531e)

v1.1.4

22 Feb 00:47
633f760
Compare
Choose a tag to compare

1.1.4 (2024-02-22)

Bug Fixes

v1.1.3

20 Feb 23:58
f5d2d18
Compare
Choose a tag to compare

1.1.3 (2024-02-20)

Bug Fixes

v1.1.2

20 Feb 23:36
1b92a67
Compare
Choose a tag to compare

1.1.2 (2024-02-20)

Bug Fixes

  • the value must be aligned to the time unit being logged (67485af)
  • use core.build variable instead of maintain own build constant (71128a5)

v1.1.1

20 Feb 22:59
1dde8c8
Compare
Choose a tag to compare

1.1.1 (2024-02-20)

Bug Fixes

  • calling core.setBuildInfo is necessary (b89d710)

v1.1.0

18 Feb 22:25
fc3cde5
Compare
Choose a tag to compare

1.1.0 (2024-02-18)

Bug Fixes

  • clippy (135499a)
  • installation of onnx runtime in x86 plaforms (858ce40)

Features

  • Add experimental Supabase.ai API for running inferences (cf51d77)

v1.0.1

14 Feb 05:01
d6c7833
Compare
Choose a tag to compare

1.0.1 (2024-02-14)

Bug Fixes

  • make the runtime user agent respect the convention (0640f70)

v1.0.0

13 Feb 00:50
705db6e
Compare
Choose a tag to compare

1.0.0 (2024-02-13)

Bug Fixes

  • per_request needs to consider extra requests by back-pressure (83fb762)
  • add a flag to log source file and line number (4fd65a8)
  • add back nextEvent() to EventWorker (87aada8)
  • add cpu/wall clock limit tests (ba60801)
  • add deno_tls module and expose Deno.resolveDns (b02537e)
  • add Deno.connect global (185e4c9)
  • add Deno.errors (15bbc42)
  • add Deno.execPath() (a0b20bb)
  • add Deno.refTimer & Deno.unrefTimer (72764e4)
  • add format exception callback (8b8b4f7)
  • add intentional peer reset test (aeb66bc)
  • add metadata to console events (00d332d)
  • add metadata to events (a77fa85)
  • add missing WebSocket global (932e170)
  • add navigator global (77ebaf1)
  • add request timeout test (f74431b)
  • add structuredClone (182074b)
  • add tests for PKU-related AV (66b8f46)
  • add unhandled promise rejection callbacks (ad15b0f)
  • added missing types (e351208)
  • allow loading modules from any local path (3288f8b)
  • apply acceptable bounds into max-parallelism (084e79a)
  • apply connection watcher into integration tests (822f4c0)
  • better handling of new requests (4b3adb7)
  • bootstrap script (886560b)
  • bump up rust builder image into 1.74.1 (cc97e1c)
  • cache docker build steps (24d1b59)
  • cargo fmt (ff7377c)
  • chage target directory again (7a0ab1b)
  • change target directory (54a4412)
  • check retiring workers more strictly (a0b5688)
  • checkout code before arm build (392c4c5)
  • clappy unwanted warning (6195957)
  • clippy warnings (863f368)
  • clippy warnings (5cc6e64)
  • clippy warnings (1047d86)
  • clippy warnings (56f5dd9)
  • configure v8 flags via env variables (3b8e191)
  • correctly drop the worker (e32a7b7)
  • correctly enforce max duration (7171ec7)
  • correctly handle null body statuses (9de4c6e)
  • correctly parse paths with query params (2d53e55)
  • correctly remove worker from pool (502edf1)
  • cpu_timer: minimize unsoundness for ffi routines (3a11551)
  • cpu_timer: polishing (9b2d794)
  • cpu_timer: rid flakiness due to signal on integrate testing (5d332f3)
  • cpu_timer: there is no specification at POSIX that the timer id in the buffer should be saved as a non-zero id (858afe0)
  • cpu_timer: update dependencies (6e54851)
  • crash when V8 tries to JIT compilation in the PKU-supported environment (d83e87b)
  • describe client connection error (1c0035b)
  • disable image caching for arm build (dfdefbf)
  • do not allow set and delete env API calls (4c5b9b9)
  • do not expose Deno.core (b6e9757)
  • do not panic if unix rx is not available (1486387)
  • do not patch HttpConn (9250fda)
  • don't give a grace wall clock period for the rest requests in oneshot policy (ea41901)
  • don't leave pending requests orphan state for a long time (63aff04)
  • don't register the signal handler while unit testing (aab5fd4)
  • don't use cpu timer when unit testing (b870346)
  • don’t let exits the v8 isolate twice from a thread if it failed to initialize (ff08b2f)
  • dont check service path if eszip is prpvided (62b23bf)
  • drop the runtime after receiving the termination event (f602313)
  • empty body responses (#84) (c02987e)
  • Enable Deno IO APIs and Deno.cwd() on user workers (fb2c70f)
  • enable performance API (fad3a24)
  • exclude default v8 heap stats from user worker logs (420682a)
  • expose AbortController and AbortSignal (1bbb77b)
  • Expose Deno.errors in global scope (c0750c7)
  • expose EdgeRuntime only to main worker (d7eb441)
  • expose execution_id as a environment variable ([1d1f436]...
Read more