Effect
Version 4.0.0-beta.39
Patch Changes
-
#1844
f91fd3dThanks @tim-smart! - RelaxHttpApiClient.urlBuilderto acceptHttpApi.Anyinstead of requiringHttpApi.AnyWithProps. This allows use in helpers generic overHttpApi.Anywhile preserving inferred URL builder types. -
#1851
edaae9dThanks @tim-smart! - Re-export additional core runtime references fromeffect/References, including logger and error reporter references. -
#1856
b47db0bThanks @gcanti! - FixStructutility return types (for examplepick) to preserve the previous simplified shape instead of exposing raw utility types likePick<T, K>, closes #1855. -
#1849
82d3c8eThanks @tim-smart! - Fix theQueue.takeNdocumentation example to end the queue before showing a partial batch. -
#1848
7c22b31Thanks @tim-smart! - RemoveSchedule.composein favor ofSchedule.both, and update schedule examples to useSchedule.both.