@effect/io
Advanced tools
Changelog
0.38.0
40fb148
Thanks @mikearnaldi! - Revise race variant, remove raceAwait in favour of race#585 18af9fd
Thanks @tim-smart! - use peer deps for /data
#583 91f983e
Thanks @tim-smart! - switch to @effect/build-utils
#582 d9a6dc3
Thanks @mikearnaldi! - Add toString / inspect to Exit
#574 80030e0
Thanks @gcanti! - remove Narrow helper (and use const params instead)
Changelog
0.37.0
#571 a946357
Thanks @tim-smart! - add apis for working with spans
#572 9c4cbb0
Thanks @tim-smart! - change Random.nextIntBetween upper bound to be exclusive
#566 2d7a9ab
Thanks @tim-smart! - optional AbortSignal apis - remove *Interrupt variants
#569 80a72de
Thanks @mikearnaldi! - Revert acquireRelease to have a variant for interruptible behaviour
#571 a946357
Thanks @tim-smart! - accept records for annotateLogs and annotateSpans
Changelog
0.36.1
ec4f103
Thanks @tim-smart! - check if Effect.async canceller is an actual EffectChangelog
0.36.0
#555 29e4148
Thanks @jessekelly881! - rename asyncInterruptEither to asyncEither
#565 538a347
Thanks @tim-smart! - update /data
#555 29e4148
Thanks @jessekelly881! - replace Effect.asyncInterrupt with AbortSignal variant
#557 da9af7f
Thanks @tim-smart! - allow numbers and booleans in log annotations
#557 da9af7f
Thanks @tim-smart! - accept unknown as input for Effect.log*
#563 e34531b
Thanks @mikearnaldi! - Propagate fiber refs in finalizers
#561 9322998
Thanks @tim-smart! - allow Tracer timing to be disabled
#564 8fa68a9
Thanks @mikearnaldi! - Perf: skip fiber for already computed results
#555 29e4148
Thanks @jessekelly881! - add optional interruption return to Effect.async
Changelog
0.35.3
#560 1608ba4
Thanks @mikearnaldi! - Include Span information in Cause.pretty
#558 04222ad
Thanks @mikearnaldi! - Improve AsyncFiberException error message
Changelog
0.35.2
#554 e2e5cc1
Thanks @mikearnaldi! - Introduce Effect.provideSomeRuntime
#550 35333a0
Thanks @gcanti! - Effect: align validate with zip (should both return a mutable tuple)
#553 4849b95
Thanks @mikearnaldi! - Join Fibers in the correct order in Effect.all
Changelog
0.35.0
#547 1990e4b
Thanks @tim-smart! - update /data
#545 092f4ce
Thanks @tim-smart! - align Config apis to /schema