Effect
Version 4.0.0-beta.43
Patch Changes
-
#1904
2ae33d0Thanks @juliusmarminge! - Fix JSON-RPC serialization foridvalues that are falsey but valid, including0and"", while still mappingnullto Effect’s internal notification sentinel. -
#1900
979811aThanks @tim-smart! - Fix AI structured output schema generation forSchema.ClassandSchema.ErrorClassby resolving top-level$refentries before passing JSON Schema to providers and default codec transformers. -
#1908
eb7dbefThanks @tim-smart! - Fix stream requests in Entity.toLayerQueue -
#1907
cf50eb4Thanks @tim-smart! - add WorkflowEngine interruptUnsafe -
#1903
1d046feThanks @kitlangton! - AddLayer.suspendas a lazy constructor for dynamically choosing a layer while preserving normal layer sharing.