Releases: supabase/edge-runtime
Releases · supabase/edge-runtime
v1.2.4
1.2.4 (2023-04-06)
Bug Fixes
- return an error when service path does not exist (45962a9)
v1.2.3
1.2.3 (2023-04-03)
Bug Fixes
- process request body streams (8ad5e8c)
v1.2.2
1.2.2 (2023-04-03)
Bug Fixes
v1.2.1
1.2.1 (2023-04-03)
Bug Fixes
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)
v1.1.7
1.1.7 (2023-03-23)
Bug Fixes
- expose window/self as global properties (3e0f495)
v1.1.6
1.1.6 (2023-03-20)
Bug Fixes
- added a health check endpoint to the service (adad8dc)
v1.1.5
1.1.5 (2023-03-02)
Bug Fixes
v1.1.4
1.1.4 (2023-03-01)
Bug Fixes
- do not allow set and delete env API calls (4c5b9b9)
- refactor how env vars are passed to a worker (2fb6d08)
- request parsing error (69bf544)
- send a signal to halt the worker when memory or time limit reached (2af4023)
v1.1.3
1.1.3 (2023-02-27)
Bug Fixes