Effect
Version 4.0.0-beta.22
Patch Changes
-
#1578
0874332Thanks @tim-smart! - Proxy function arity fromEffect.fnAPIs so wrapped functions preserve the originallengthvalue. -
#1580
c592dcdThanks @tim-smart! - simplify Filter by removing Args type parameter -
#1575
1dbe28dThanks @tim-smart! - fix Chat constructor types -
#1581
564d730Thanks @tim-smart! - fix Duration.toMillis regression -
#1579
3cfadc4Thanks @tim-smart! - Remove fiber-level keep-alive intervals and keep the process alive fromRuntime.makeRunMaininstead. -
#1571
6634fd0Thanks @tim-smart! - AddHttpApiClient.urlBuilderfor type-safe endpoint URL construction from group + method/path keys. -
#1573
d10dabeThanks @tim-smart! - Expose achunkSizeoption onStream.fromIterableto control emitted chunk boundaries when constructing streams from iterables. -
#1574
f82f549Thanks @tim-smart! - Fix AI tool handler error typing soLanguageModel.generateTextwith a toolkit exposes wrappedAiErrorvalues rather than leaking rawAiErrorReasonin the error channel.