Skip to content

Releases: Effect-TS/effect

@effect/printer@0.49.0

20 Mar 00:10
6e3782a

Choose a tag to compare

Patch Changes

@effect/printer-ansi@0.49.0

20 Mar 00:11
6e3782a

Choose a tag to compare

Patch Changes

@effect/platform@0.96.0

20 Mar 00:11
6e3782a

Choose a tag to compare

Patch Changes

@effect/platform-node@0.106.0

20 Mar 00:09
6e3782a

Choose a tag to compare

Patch Changes

  • Updated dependencies [f7bb09b, bd7552a, ad1a7eb, 0d32048, 0d32048]:
    • effect@3.21.0
    • @effect/cluster@0.58.0
    • @effect/platform@0.96.0
    • @effect/platform-node-shared@0.59.0
    • @effect/rpc@0.75.0
    • @effect/sql@0.51.0

@effect/platform-node-shared@0.59.0

20 Mar 00:09
6e3782a

Choose a tag to compare

Patch Changes

@effect/platform-bun@0.89.0

20 Mar 00:11
6e3782a

Choose a tag to compare

Patch Changes

  • Updated dependencies [f7bb09b, bd7552a, ad1a7eb, 0d32048, 0d32048]:
    • effect@3.21.0
    • @effect/cluster@0.58.0
    • @effect/platform@0.96.0
    • @effect/platform-node-shared@0.59.0
    • @effect/rpc@0.75.0
    • @effect/sql@0.51.0

@effect/platform-browser@0.76.0

20 Mar 00:11
6e3782a

Choose a tag to compare

Patch Changes

@effect/opentelemetry@0.63.0

20 Mar 00:10
6e3782a

Choose a tag to compare

Patch Changes

  • #5780 0d32048 Thanks @mikearnaldi! - Add logs to first propagated span, in the following case before this fix the log would not be added to the p span because Effect.fn adds a fake span for the purpose of adding a stack frame.

    import { Effect } from "effect"
    
    const f = Effect.fn(function* () {
      yield* Effect.logWarning("FooBar")
      return yield* Effect.fail("Oops")
    })
    
    const p = f().pipe(Effect.withSpan("p"))
  • Updated dependencies [f7bb09b, bd7552a, ad1a7eb, 0d32048, 0d32048]:

    • effect@3.21.0
    • @effect/platform@0.96.0

@effect/experimental@0.60.0

20 Mar 00:09
6e3782a

Choose a tag to compare

Patch Changes

@effect/cluster@0.58.0

20 Mar 00:09
6e3782a

Choose a tag to compare

Patch Changes