cloudflare/capnweb v0.8.0
cloudflare/capnweb
Captured source
source ↗published May 11, 2026seen 5dcaptured 10hhttp 200method plain
v0.8.0
Repository: cloudflare/capnweb
Tag: v0.8.0
Published: 2026-05-11T18:22:54Z
Prerelease: no
Release notes:
Minor Changes
- #155 `48f4d49` Thanks @G4brym! - Add
Blobas a serializable type over RPC.Blobobjects can now be passed as call arguments and return values. The MIME type (blob.type) is preserved across the wire.
Patch Changes
- #166 `7413e43` Thanks @aron-cf! - Errors properties, using
Object.keys(), are now preserved across the wire. Attach fields likecodeordetailsto anErrorand they propagate to the other side. Thecauseanderrors(forAggregateError) properties will also be preserved.
- #168 `25baebf` Thanks @kentonv! - Fix memory leak that kept all messages received in a session pinned in memory until the session ended, due to surprising implementation details of JavaScript Promises.
- #152 `9e499e2` Thanks @VastBlast! - Fix serialization for Invalid/NaN dates
Notability
notability 3.0/10Routine version bump, low relevance.