github Effect-TS/effect effect@2.4.15

latest releases: @effect/sql-pg@0.21.0, @effect/sql-sqlite-wasm@0.20.0, @effect/sql-sqlite-bun@0.21.0...
7 months ago

Patch Changes

  • #2407 d7688c0 Thanks @thewilkybarkid! - Add Config.duration

    This can be used to parse Duration's from environment variables:

    import { Config, Effect } from "effect"
    
    Config.duration("CACHE_TTL").pipe(
      Effect.andThen((duration) => ...)
    )
  • #2416 b3a4fac Thanks @mikearnaldi! - Collect exits on forEach interrupt of residual requests

Don't miss a new effect release

NewReleases is sending notifications on new releases.