@effect/io
Advanced tools
Changelog
0.33.0
#530 7f41e1e
Thanks @tim-smart! - remove data-last variant for .all
#540 58815ce
Thanks @tim-smart! - positional log level argument
#540 58815ce
Thanks @tim-smart! - remove data last Effect.log
#539 a792860
Thanks @tim-smart! - add "validate" and "either" mode to Effect.all
#541 d77b3e3
Thanks @tim-smart! - fix tacit usage inference
#542 e503d7f
Thanks @tim-smart! - fix tacit inference in Schedule
#542 e503d7f
Thanks @tim-smart! - fix tacit inference in Layer
#539 a792860
Thanks @tim-smart! - add allWith - data-last variant of Effect.all
#533 b3c003e
Thanks @tim-smart! - simplify Effect.all types
Changelog
0.32.0
#518 cfa87ae
Thanks @tim-smart! - rename batchRequests to batching
#519 8798392
Thanks @tim-smart! - rename contramap apis to mapInput
#518 cfa87ae
Thanks @tim-smart! - update /data
#518 cfa87ae
Thanks @tim-smart! - drop support for variadic arguments in Effect.all
#515 9db31a7
Thanks @tim-smart! - update usage of Pipeable trait
#516 fd81342
Thanks @mikearnaldi! - Separate batching from concurrency, avoid region contamination
Changelog
0.31.4
#511 05079b6
Thanks @tim-smart! - rename batched option to batchRequests
#513 9fc6b50
Thanks @tim-smart! - fix pipe method conflicts
#511 05079b6
Thanks @tim-smart! - improve hrtime.bigint detection
#514 145f583
Thanks @tim-smart! - add tryMapPromise*
#511 05079b6
Thanks @tim-smart! - add back explicit regional concurrency
Changelog
0.31.2
#501 64cc8f0
Thanks @IMax153! - revert Effect.filter* variants to positional args
#504 7e0a5e6
Thanks @IMax153! - allow Request.makeCache to accept DurationInput for timeToLive
#501 64cc8f0
Thanks @IMax153! - revert Effect.acquireUseRelease to positional args
#501 64cc8f0
Thanks @IMax153! - revert Effect.acquireRelease to positional args
Changelog
0.31.0
#491 0cefdcf
Thanks @mikearnaldi! - Priority aware scheduling
#491 0cefdcf
Thanks @mikearnaldi! - Allow to offer syncroniously to a queue when possible
#461 fda4269
Thanks @tim-smart! - remove some apis that are have low usage
#461 fda4269
Thanks @tim-smart! - update apis to use object parameters where applicable
#491 0cefdcf
Thanks @mikearnaldi! - Improve priority management in scheduler
#491 0cefdcf
Thanks @mikearnaldi! - Improve yield api and scheduler naming
#491 0cefdcf
Thanks @mikearnaldi! - Add fiberActive metric
#491 0cefdcf
Thanks @mikearnaldi! - Improve scheduler constructors
Changelog
0.30.0
91b6426
Thanks @mikearnaldi! - Allow supervisors to control execution91b6426
Thanks @mikearnaldi! - Add AbstractSupervisor to default supervisors