Skip to content

Releases: supabase/edge-runtime

v1.67.0

05 Feb 01:22
f15e896
Compare
Choose a tag to compare

1.67.0 (2025-02-05)

Features

v1.66.7

03 Feb 04:42
6a32308
Compare
Choose a tag to compare

1.66.7 (2025-02-03)

Bug Fixes

  • ext/ai: Invalid tensor length causing Segmentation Fault (#483) (6a32308)

v1.66.6

03 Feb 03:12
1b2ab71
Compare
Choose a tag to compare

1.66.6 (2025-02-03)

Bug Fixes

  • ext/node: set process.env as own property (#485) (1b2ab71)

v1.66.5

15 Jan 03:04
c8f8a7b
Compare
Choose a tag to compare

1.66.5 (2025-01-15)

Bug Fixes

v1.66.4

13 Jan 02:10
8989dd3
Compare
Choose a tag to compare

1.66.4 (2025-01-13)

Bug Fixes

  • expose Supabase namespace to main worker (#472) (8989dd3)

v1.66.3

09 Jan 04:22
d2c21c1
Compare
Choose a tag to compare

1.66.3 (2025-01-09)

Bug Fixes

  • allow setting static patterns when creating a user worker (#471) (d2c21c1)

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