Releases: supabase/edge-runtime
Releases · supabase/edge-runtime
v1.60.1
1.60.1 (2024-11-01)
Bug Fixes
- sb_core: expose web MessageChannel API (#434) (ec9b270)
v1.59.2
1.59.2 (2024-10-31)
Bug Fixes
- cli:
--static
flag could not be used multiple times (#432) (f2556c7)
v1.59.1
1.59.1 (2024-10-31)
Bug Fixes
- sb_graph: checksum size is not a constant (#433) (d06b556)
v1.59.0
1.59.0 (2024-10-17)
Features
- support specifying npm registries via .npmrc (#427) (051a276)
v1.58.13
Bug Fixes
- graceful shutdown should wait until the event worker has finished all its work (#426) (fbddb16)
v1.58.12
Bug Fixes
- make sure that we can use various exts as an entrypoint when bundling (#425) (5f87d9a)
v1.58.11
Bug Fixes
- render detailed error message for failed to create a graph (#418) (676a07c)
v1.58.10
Bug Fixes
- base: pass import meta resolve callback when initialize
JsRuntime
(#421) (6edf6c3)
v1.58.9
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