Skip to content

Releases: supabase/edge-runtime

v1.2.4

06 Apr 01:39
9b29e30
Compare
Choose a tag to compare

1.2.4 (2023-04-06)

Bug Fixes

  • return an error when service path does not exist (45962a9)

v1.2.3

03 Apr 14:56
39ee43f
Compare
Choose a tag to compare

1.2.3 (2023-04-03)

Bug Fixes

  • process request body streams (8ad5e8c)

v1.2.2

03 Apr 05:01
6b0ab7e
Compare
Choose a tag to compare

1.2.2 (2023-04-03)

Bug Fixes

v1.2.1

03 Apr 00:29
8589927
Compare
Choose a tag to compare

1.2.1 (2023-04-03)

Bug Fixes

v1.2.0

02 Apr 22:59
Compare
Choose a tag to compare

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

23 Mar 00:00
2b1cfdd
Compare
Choose a tag to compare

1.1.7 (2023-03-23)

Bug Fixes

  • expose window/self as global properties (3e0f495)

v1.1.6

20 Mar 22:54
e9142df
Compare
Choose a tag to compare

1.1.6 (2023-03-20)

Bug Fixes

  • added a health check endpoint to the service (adad8dc)

v1.1.5

02 Mar 05:22
8cfbd2d
Compare
Choose a tag to compare

1.1.5 (2023-03-02)

Bug Fixes

v1.1.4

01 Mar 19:29
f968212
Compare
Choose a tag to compare

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

27 Feb 03:15
7414b77
Compare
Choose a tag to compare

1.1.3 (2023-02-27)

Bug Fixes