Skip to content

Effect

Version 4.0.0-beta.43

Patch Changes

  • #1904 2ae33d0 Thanks @juliusmarminge! - Fix JSON-RPC serialization for id values that are falsey but valid, including 0 and "", while still mapping null to Effect’s internal notification sentinel.

  • #1900 979811a Thanks @tim-smart! - Fix AI structured output schema generation for Schema.Class and Schema.ErrorClass by resolving top-level $ref entries before passing JSON Schema to providers and default codec transformers.

  • #1908 eb7dbef Thanks @tim-smart! - Fix stream requests in Entity.toLayerQueue

  • #1907 cf50eb4 Thanks @tim-smart! - add WorkflowEngine interruptUnsafe

  • #1903 1d046fe Thanks @kitlangton! - Add Layer.suspend as a lazy constructor for dynamically choosing a layer while preserving normal layer sharing.