v0.11.7
Release notes from CHANGELOG.md for 0.11.7 (2026-06-18).
- Introduced an explicit
__async_server_result__: 1marker for framework
server-result envelopes so ordinary domain objects with fields such as
value,signals,cache,html,boundary,redirect, orerror
remain application values. - Centralized server-result effect application and unwrapping across local
registry, remote proxy, and handler command paths so.run(...)and
namespaced calls return equivalent values without double-applying effects. - Kept cache-only and other effect-only server envelopes representable through
the explicit marker and updated server-call, router, partial, and SSR
examples to use the protocol. - Bundle size from bundled TypeScript source:
browser.ts183,176 B raw /
34,360 B gzip ->browser.min.js77,854 B raw / 23,100 B gzip
(-105,322 B raw, -11,260 B gzip).
Source: CHANGELOG.md in tag v0.11.7.