Releases: supabase/edge-runtime
Releases · supabase/edge-runtime
v1.66.7
1.66.7 (2025-02-03)
Bug Fixes
- ext/ai: Invalid tensor length causing Segmentation Fault (#483) (6a32308)
v1.66.6
1.66.6 (2025-02-03)
Bug Fixes
- ext/node: set process.env as own property (#485) (1b2ab71)
v1.66.4
1.66.4 (2025-01-13)
Bug Fixes
- expose Supabase namespace to main worker (#472) (8989dd3)
v1.66.3
1.66.3 (2025-01-09)
Bug Fixes
- allow setting static patterns when creating a user worker (#471) (d2c21c1)
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