Skip to content

Effect

Version 4.0.0-beta.39

Patch Changes

  • #1844 f91fd3d Thanks @tim-smart! - Relax HttpApiClient.urlBuilder to accept HttpApi.Any instead of requiring HttpApi.AnyWithProps. This allows use in helpers generic over HttpApi.Any while preserving inferred URL builder types.

  • #1851 edaae9d Thanks @tim-smart! - Re-export additional core runtime references from effect/References, including logger and error reporter references.

  • #1856 b47db0b Thanks @gcanti! - Fix Struct utility return types (for example pick) to preserve the previous simplified shape instead of exposing raw utility types like Pick<T, K>, closes #1855.

  • #1849 82d3c8e Thanks @tim-smart! - Fix the Queue.takeN documentation example to end the queue before showing a partial batch.

  • #1848 7c22b31 Thanks @tim-smart! - Remove Schedule.compose in favor of Schedule.both, and update schedule examples to use Schedule.both.