effect@4.0.0-beta.20
Pre-releasePatch Changes
-
#1533
842a624Thanks @tim-smart! - move ChildProcess apis into spawner service -
#1536
4785eefThanks @tim-smart! - add ServiceMap.Key type, used a base for ServiceMap.Service and ServiceMap.Reference -
#1531
8fac95bThanks @gcanti! - RevertConfig.withDefaultto v3 behavior, closes #1530.Make
Config.withDefaultaccept an eager value instead ofLazyArg, aligning with CLI module conventions. -
#1535
12ee8e2Thanks @tim-smart! - change default ErrorReporter severity to Info -
#1529
e542c94Thanks @tim-smart! - Add dedicated AiError metadata interfaces per reason so provider packages can safely augment metadata without conflicting module declarations. -
#1531
8fac95bThanks @gcanti! - FixConfig.withDefaulttype inference, closes #1530. -
#1528
6f4ebd1Thanks @tim-smart! - AddModel.ModelNameand provide it from AI model constructors. -
#1537
989d1ccThanks @tim-smart! - RevertEffect.partitionto Effect v3 behavior by accumulating failures from the effect error channel and never failing.