Releases: supabase/edge-runtime
Releases · supabase/edge-runtime
v1.66.2
1.66.2 (2025-01-03)
Bug Fixes
- ext/event_worker: don't use
tracing
as the log backend if cli/tracing
feature flag is not enabled (#469) (6246a6f)
v1.66.0
1.66.0 (2024-12-25)
Features
- base: make able to trigger early drop with other resources (#465) (667db65)
v1.65.6
1.65.6 (2024-12-19)
Bug Fixes
- base: checking more strictly whether source map inlining is possible (#458) (5758f3b), closes #456
v1.65.4
1.65.4 (2024-12-04)
Bug Fixes
- base: don't wrap
JsRuntime
with ManuallyDrop
early (#457) (4cbeee8)
v1.65.3
1.65.3 (2024-11-29)
Bug Fixes
beforeunload
event didn't trigger on the early drop state (#455) (5707665)
v1.65.2
1.65.2 (2024-11-29)
Bug Fixes
- polishing the worker bootstrap phase and ridding annoying cache adaptor errors emitted from
transformers.js
(#453) (18d8f69)
v1.65.1
1.65.1 (2024-11-28)
Bug Fixes
- move
markAsBackground
to EdgeRuntime.waitUntil
(#454) (954ab6d)
v1.65.0
1.65.0 (2024-11-28)
Features
- support waiting for background tasks on the
per_worker
policy (#451) (3cddc61)