-
Notifications
You must be signed in to change notification settings - Fork 29
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rivet-dev/secure-exec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rivet-dev/secure-exec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 26 files changed
- 1 contributor
Commits on Mar 31, 2026
-
feat: add Bun runtime support via JSON IPC codec
Bun's node:v8 module produces a different serialization format than Node.js. Detect Bun and use JSON for IPC payloads between the host process and the Rust V8 sidecar. Also fix a temporal dead zone issue where Bun's eager event delivery fires the child exit handler before sessionHandlers is initialized.
Configuration menu - View commit details
-
Copy full SHA for 7823672 - Browse repository at this point
Copy the full SHA 7823672View commit details -
feat: switch Bun IPC codec from JSON to CBOR
Replace JSON.stringify/parse with cbor-x (JS) and ciborium (Rust) for the Bun IPC codec path. CBOR encode is ~2x faster than JSON.stringify on the JS side while maintaining binary-native payload support. Node.js path remains unchanged (V8 ValueSerializer).
Configuration menu - View commit details
-
Copy full SHA for 286bd11 - Browse repository at this point
Copy the full SHA 286bd11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c9a31 - Browse repository at this point
Copy the full SHA 26c9a31View commit details -
docs: update IPC architecture for CBOR codec and Bun support
Update internal arch overview, IPC serialization spec, and public architecture docs to reflect the current binary framing with runtime-dependent payload codec (V8 ValueSerializer for Node.js, CBOR for Bun). Add performance comparison table and rationale.
Configuration menu - View commit details
-
Copy full SHA for c39a2f9 - Browse repository at this point
Copy the full SHA c39a2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a35489 - Browse repository at this point
Copy the full SHA 2a35489View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4cbe6c - Browse repository at this point
Copy the full SHA e4cbe6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 278318c - Browse repository at this point
Copy the full SHA 278318cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.2.1