Tags: G4brym/workerd
Tags
Tunnel debug port RPC errors to callers (cloudflare#6507) The debug port's getEntrypoint() and getActor() methods used plain KJ_ASSERT_NONNULL for error cases (service not found, entrypoint not found, DO class not found). KJ exceptions without a jsg. prefix get sanitized by decodeTunneledException() into a generic "internal error; reference = <id>" before reaching the caller. Prefix these assertion messages with "jsg.Error:" so they tunnel through capnp RPC and the caller receives the actual error description (e.g. "Entrypoint not found: NonExistentEntrypoint").
Merge pull request cloudflare#6509 from cloudflare/vasiliki/v8-14.7 Update v8 to 14.7
implement v8::String and v8::String::Utf8Value in Rust (cloudflare#6364)
Merge pull request cloudflare#6311 from cloudflare/yagiz/improve-node… …-dns
Fix AI Search filter type to re-use vectorize types (cloudflare#6227)
Merge pull request cloudflare#6225 from cloudflare/arobinson/deleteal… …l-alarm-log-revert Remove periodic log statements about calling deleteAll in a DO with an alarm still set
Merge pull request cloudflare#6129 from cloudflare/fix/node-trivial-bugs
Merge pull request cloudflare#6090 from cloudflare/dcarney/patch-this Move wildcard properties to instance template
PreviousNext