github Effect-TS/effect effect@2.4.11

latest releases: @effect/sql-sqlite-wasm@0.13.0, @effect/sql-sqlite-react-native@0.16.0, @effect/sql-sqlite-node@0.14.0...
6 months ago

Patch Changes

  • #2384 2f488c4 Thanks @tim-smart! - update dependencies

  • #2381 37ca592 Thanks @tim-smart! - add fiber ref for disabling the tracer

    You can use it with the Effect.withTracerEnabled api:

    import { Effect } from "effect";
    
    Effect.succeed(42).pipe(
      Effect.withSpan("my-span"),
      // the span will not be registered with the tracer
      Effect.withTracerEnabled(false),
    );
  • #2383 317b5b8 Thanks @tim-smart! - add Duration.isFinite api, to determine if a duration is not Infinity

Don't miss a new effect release

NewReleases is sending notifications on new releases.