close
Skip to content

Tags: supabase/edge-runtime

Tags

v1.74.3

Toggle v1.74.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ext/node): return errors instead of panicking in ECDH ops (#714)

* fix(ext_node): return errors instead of panicking in ECDH ops

`op_node_ecdh_compute_secret` and `op_node_ecdh_compute_public_key`
panicked via `.expect()` on malformed keys and `todo!()` on unknown
curves, taking down the runtime on user-supplied input. Both ops now
return a new `EcdhError`, which is mapped to `TypeError` for JS.

Ref: denoland/deno#33751

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* fix: flaky tests

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

v1.74.2

Toggle v1.74.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deno_telemetry): guard against malformed URLs when parsing baggag…

…e headers (#711)

v1.74.1

Toggle v1.74.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deno_facade): allow non-MainModule resolution when referrer is "." (

#704)

v1.74.0

Toggle v1.74.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: expose EdgeRuntime.miCollect() to main worker for mimalloc forc…

…e purge (#698)

* feat: expose EdgeRuntime.miCollect() to main worker for mimalloc force purge

* stamp: clippy

v1.73.15

Toggle v1.73.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump tokio-eld to 0.3.0 to fix use-after-free in EldHistog…

…ram (denoland/deno#33374) (#697)

v1.73.14

Toggle v1.73.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(base/server): return HTTP error responses instead of dropping con…

…nection in WorkerService (#696)

* fix(base/server): return HTTP error responses instead of dropping connection in WorkerService

* stamp: meow

* stamp: update tests

v1.73.13

Toggle v1.73.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add fetch timeout and TCP keepalive to HTTP client (#694)

v1.73.12

Toggle v1.73.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update permissions to include actions write access (#693)

v1.73.11

Toggle v1.73.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update release workflows to trigger nix build workflow on succes…

…sful publish (#692)

v1.73.10

Toggle v1.73.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add postgres/oriole tests (#688)

* chore: add postgres/oriole tests

* stamp: flag

* stamp: cast to bigint

* stamp: bigint