Releases: supabase/edge-runtime
Releases · supabase/edge-runtime
v1.68.0-develop.36
Features
- add early shutdown when no requests received for X milliseconds (#582) (64992a9)
v1.68.0-develop.35
Bug Fixes
- add an option that suppresses eszip migration warning (#583) (d18cc32)
v1.68.0-develop.34
Bug Fixes
- if runtime is created with old eszip, emit warning message (#581) (29d3743)
v1.68.0-develop.33
Bug Fixes
- make it possible to capture worker events optionally in eszip migration test (#580) (5b8e3a2)
v1.68.0-develop.32
Bug Fixes
- runtime created with the old eszip cannot reference static files properly in some cases (#579) (ae9b6e3)
v1.68.0-develop.31
Bug Fixes
- ext/node: reference error in zlib.crc32 (#577) (6db5cb5)
v1.68.3
1.68.3 (2025-07-29)
Bug Fixes
- memory leaks could occur due to
ModuleLoader
(main) (#576) (8658638)
v1.68.0-develop.29
Bug Fixes
- ext/node: comment out
op_geteuid
and op_getegid
(#574) (2120623)
v1.68.0-develop.28
Bug Fixes
- promise returned by
getRuntimeMetrics
never resolved (#573) (0e71c5c)