Releases: supabase/edge-runtime
Releases · supabase/edge-runtime
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
1.2.0 (2023-04-02)
Bug Fixes
- correctly drop the worker (e32a7b7)
- do not expose Deno.core (b6e9757)
- do not patch HttpConn (9250fda)
- expose window/self as global properties (5f36b4a)
- implement worker service (bbc7ac0)
- move worker handling to a module (3cde613)
- pass a worker to the service. (2a33697)
- refactor the JsWorker (da832ae)
- removed main.js (0cd55ed)
Features
- send requests to workers via Unix streams (76488f9)