github Effect-TS/effect effect@3.17.3

latest releases: @effect/workflow@0.9.3, @effect/platform@0.90.7, effect@3.17.13...
one month ago

Patch Changes

  • #5275 3504555 Thanks @taylornz! - fix DateTime.makeZoned handling of DST transitions

  • #5282 f6c7ca7 Thanks @beezee! - Improve inference on Metric.trackSuccessWith for use in Effect.pipe(...)

  • #5275 3504555 Thanks @taylornz! - add DateTime.Disambiguation for handling DST edge cases

    Added four disambiguation strategies to DateTime.Zoned constructors for handling DST edge cases:

    • 'compatible' - Maintains backward compatibility
    • 'earlier' - Choose earlier time during ambiguous periods (default)
    • 'later' - Choose later time during ambiguous periods
    • 'reject' - Throw error for ambiguous times

Don't miss a new effect release

NewReleases is sending notifications on new releases.