Effect
Version 4.0.0-beta.21
Patch Changes
-
#1555
e691909Thanks @tim-smart! - fix Stream.withSpan options -
#1548
d5f413fThanks @effect-bot! - FixTxPubSub.publishandTxPubSub.publishAlloverloads to requireEffect.Transactionin their return environment. -
#1557
139d152Thanks @A386official! - Fix MCP resource template parameter names resolving asparam0,param1instead of actual names by checkingisParamon the original schema beforetoCodecStringTreetransformation. -
#1547
947e3d4Thanks @effect-bot! - FixSchedule.reduceto persist state updates when the combine function returns a synchronous value. -
#1545
84b2cceThanks @effect-bot! - Fix TupleWithRest post-rest validation to check each tail index sequentially. -
#1552
7f5305eThanks @tim-smart! - ConstrainHttpServerRequest.sourcetoobjectand key server-side request weak caches byrequest.sourceso middleware request wrappers share the same cache entries. -
#1556
9e6fd84Thanks @tim-smart! - rename WorkflowEngine.layer -
#1558
fdb8a4bThanks @tim-smart! - FixWorkflow.executionIdto use schemamakeUnsafeinstead of the removed.makeAPI. -
#1553
0f986efThanks @kaylynb! - Fix spans never having parent span -
#1541
9355fc0Thanks @tim-smart! - AddEffect.findFirstandEffect.findFirstFilterfor short-circuiting effectful searches over iterables.