Skip to content

Tags: nyannyacha/edge-runtime

Tags

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow creating an inspector session if using `oneshot` policy (s…

…upabase#245)

* stamp: adding arguments

* fix: emit a warning if specified `max-parallelism` while specified `oneshot` policy

* chore: update dependency

* feat: allow creating an inspector session if using `oneshot` policy

* chore: make clippy happy

* stamp: watching inspector has been disconnected, and then cut the ws connection

* stamp(sb_graph): make mapping the sourcemap correctly

I don't know why the module specifier should be `localhost`, so I modified this
to represent the Real path. If I made a mistake with this change, then correct
me in the conversation.

* stamp: make clippy happy

* stamp: adding default values for the `inspect-*` flags

* stamp: allow inspector connect to main worker

(cherry picked from commit 63e8b0e75be0d6a99c564d478b3dd47313275254)

* stamp: try to terminate the main worker gracefully

(cherry picked from commit 5f3565bad7a86b5ac1cb4440feba6d77f8b18890)

* stamp: make termination routine more reliably

(cherry picked from commit f415e6a3950c5298f5b718d9b783226a78c418ea)

* fix: bump up `tokio` version to `1.35`

(cherry picked from commit 1a02b09b763b9654d7db4b45745fd55731bdf63b)

* stamp(cpu_timer): add a small note

* stamp: add small notes

* stamp: solve rebase conflicts

* stamp: update `Cargo.lock`

* stamp: apply `cargo fmt`

* stamp: waiting and closing inspector sessions more reliably

* stamp: supervisor should be able to stop when an isolate escapes the loop unexpectedly

* stamp: don’t disperse unsafe v8 routines across several code blocks unnecessarily

* fix: don’t cancel the token if not the user worker context

* stamp: make clippy happy

* stamp: update `Cargo.lock`

* stamp: resolve rebase conflicts

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: WebSocket upgrade support (supabase#271)

* stamp(sb_workers): polishing

* stamp: add `http_utils` crate

* stamp: update dependencies

* stamp: update `Cargo.lock`

* refactor: remove watcher api and introduce supabase tag api

* feat: websocket upgrade support

* stamp: rid duplicate things

* stamp(base): add dev dependencies

* stamp: add websocket upgrade test

* stamp: add websocket upgrade examples

* stamp: add websocket upgrade example for main worker

* stamp(http_utils): add license header

v1.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: introduce `internals.warnOnDeprecatedApi` for deno backward comp…

…atibility (supabase#279)

v1.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: `serve` should handle `onError` (supabase#278)

v1.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: refactor Supabase AI API (supabase#273)

* fix: refactor sb_ai

* fix: make the API async

* fix: clippy

v1.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request supabase#275 from nyannyacha/fix-time-unit

fix: value must be aligned to the time unit being logged

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request supabase#276 from nyannyacha/fix-arch-info

fix: calling `core.setBuildInfo` is necessary

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request supabase#269 from supabase/fix-x86-docker

fix: installation of onnx runtime in x86 plaforms

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request supabase#266 from nyannyacha/fix-sb-ua

fix: make the runtime user agent respect the convention

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request supabase#264 from nyannyacha/feat-metric-api

feat: runtime metric API