Skip to content

Releases: supabase/edge-runtime

v1.66.2

03 Jan 05:20
6246a6f
Compare
Choose a tag to compare

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.1

30 Dec 21:41
65c4e17
Compare
Choose a tag to compare

1.66.1 (2024-12-30)

Bug Fixes

  • ext/core: missing Supabase namespace (#467) (65c4e17)

v1.66.0

25 Dec 21:01
667db65
Compare
Choose a tag to compare

1.66.0 (2024-12-25)

Features

  • base: make able to trigger early drop with other resources (#465) (667db65)

v1.65.6

19 Dec 03:24
5758f3b
Compare
Choose a tag to compare

1.65.6 (2024-12-19)

Bug Fixes

  • base: checking more strictly whether source map inlining is possible (#458) (5758f3b), closes #456

v1.65.5

19 Dec 03:11
7172c87
Compare
Choose a tag to compare

1.65.5 (2024-12-19)

Bug Fixes

v1.65.4

04 Dec 02:34
4cbeee8
Compare
Choose a tag to compare

1.65.4 (2024-12-04)

Bug Fixes

  • base: don't wrap JsRuntime with ManuallyDrop early (#457) (4cbeee8)

v1.65.3

29 Nov 05:11
5707665
Compare
Choose a tag to compare

1.65.3 (2024-11-29)

Bug Fixes

  • beforeunload event didn't trigger on the early drop state (#455) (5707665)

v1.65.2

29 Nov 04:54
18d8f69
Compare
Choose a tag to compare

1.65.2 (2024-11-29)

Bug Fixes

  • polishing the worker bootstrap phase and ridding annoying cache adaptor errors emitted from transformers.js (#453) (18d8f69)

v1.65.1

28 Nov 23:14
954ab6d
Compare
Choose a tag to compare

1.65.1 (2024-11-28)

Bug Fixes

  • move markAsBackground to EdgeRuntime.waitUntil (#454) (954ab6d)

v1.65.0

28 Nov 04:52
3cddc61
Compare
Choose a tag to compare

1.65.0 (2024-11-28)

Features

  • support waiting for background tasks on the per_worker policy (#451) (3cddc61)