Skip to content

Releases: supabase/edge-runtime

v1.60.1

01 Nov 03:38
ec9b270
Compare
Choose a tag to compare

1.60.1 (2024-11-01)

Bug Fixes

  • sb_core: expose web MessageChannel API (#434) (ec9b270)

v1.60.0

01 Nov 02:50
fc80ebb
Compare
Choose a tag to compare

1.60.0 (2024-11-01)

Features

v1.59.2

31 Oct 09:34
f2556c7
Compare
Choose a tag to compare

1.59.2 (2024-10-31)

Bug Fixes

  • cli: --static flag could not be used multiple times (#432) (f2556c7)

v1.59.1

31 Oct 05:38
d06b556
Compare
Choose a tag to compare

1.59.1 (2024-10-31)

Bug Fixes

  • sb_graph: checksum size is not a constant (#433) (d06b556)

v1.59.0

17 Oct 02:11
051a276
Compare
Choose a tag to compare

1.59.0 (2024-10-17)

Features

  • support specifying npm registries via .npmrc (#427) (051a276)

v1.58.13

13 Oct 23:45
fbddb16
Compare
Choose a tag to compare

1.58.13 (2024-10-13)

Bug Fixes

  • graceful shutdown should wait until the event worker has finished all its work (#426) (fbddb16)

v1.58.12

07 Oct 23:39
5f87d9a
Compare
Choose a tag to compare

1.58.12 (2024-10-07)

Bug Fixes

  • make sure that we can use various exts as an entrypoint when bundling (#425) (5f87d9a)

v1.58.11

30 Sep 22:40
676a07c
Compare
Choose a tag to compare

1.58.11 (2024-09-30)

Bug Fixes

  • render detailed error message for failed to create a graph (#418) (676a07c)

v1.58.10

30 Sep 13:10
6edf6c3
Compare
Choose a tag to compare

1.58.10 (2024-09-30)

Bug Fixes

  • base: pass import meta resolve callback when initialize JsRuntime (#421) (6edf6c3)

v1.58.9

30 Sep 08:22
539b706
Compare
Choose a tag to compare

1.58.9 (2024-09-30)

Bug Fixes

  • base: thread-local state of v8::Isolate can be corrupted while initializing DenoRuntime in Worker::start (#416) (539b706), closes #415