Skip to content

Releases: supabase/edge-runtime

v1.6.3

07 Jul 20:27
9cfdf6b
Compare
Choose a tag to compare

1.6.3 (2023-07-07)

Bug Fixes

  • set a module root for loading modules (a03877b)

v1.6.2

03 Jul 20:55
5fce6ac
Compare
Choose a tag to compare

1.6.2 (2023-07-03)

Bug Fixes

  • configure v8 flags via env variables (3b8e191)

v1.6.1

03 Jul 05:07
f1e4fd2
Compare
Choose a tag to compare

1.6.1 (2023-07-03)

Bug Fixes

  • send console events from user worker to events (0816003)

v1.6.0

30 Jun 12:14
d0255a3
Compare
Choose a tag to compare

1.6.0 (2023-06-30)

Features

  • log CPU time used as an event (abae097)

v1.5.2

27 Jun 01:20
655091a
Compare
Choose a tag to compare

1.5.2 (2023-06-27)

Bug Fixes

  • show more descriptive error when module not found (0f5b160)

v1.5.1

26 Jun 06:19
df96905
Compare
Choose a tag to compare

1.5.1 (2023-06-26)

Bug Fixes

  • add navigator global (77ebaf1)
  • handling concurrent requests to workers (d47f05d)
  • upgrade semantic release (028abcd)

v1.5.0

29 May 21:24
7b15f96
Compare
Choose a tag to compare

1.5.0 (2023-05-29)

Features

  • remove health check endpoint (7d66b5a)

v1.4.2

29 May 15:46
d31f414
Compare
Choose a tag to compare

1.4.2 (2023-05-29)

Bug Fixes

  • handle exceptions in user worker mod evaulation. (06a34d9)

v1.4.1

29 May 01:52
355afaa
Compare
Choose a tag to compare

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)

v1.4.0

26 May 16:38
f705732
Compare
Choose a tag to compare

1.4.0 (2023-05-26)

Features

  • add support for providing import map as a data URI (bda03ee)