Skip to content

Releases: Effect-TS/effect

@effect/workflow@0.18.2

04 Jun 00:32
626c61b

Choose a tag to compare

Patch Changes

  • #6241 e5998a4 Thanks @jcalem-rogo! - Forward the parent pointer when spawning a child workflow with discard: true

  • Updated dependencies []:

    • @effect/experimental@0.60.0

@effect/sql-clickhouse@0.49.0

04 Jun 00:32
626c61b

Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @effect/platform-node@0.107.0
    • @effect/experimental@0.60.0

@effect/platform-node@0.107.0

04 Jun 00:32
626c61b

Choose a tag to compare

Patch Changes

  • Updated dependencies [26e1922]:
    • @effect/cluster@0.59.0
    • @effect/platform-node-shared@0.60.0

@effect/platform-node-shared@0.60.0

04 Jun 00:32
626c61b

Choose a tag to compare

Patch Changes

  • Updated dependencies [26e1922]:
    • @effect/cluster@0.59.0

@effect/platform-bun@0.90.0

04 Jun 00:32
626c61b

Choose a tag to compare

Patch Changes

  • Updated dependencies [26e1922]:
    • @effect/cluster@0.59.0
    • @effect/platform-node-shared@0.60.0

@effect/cluster@0.59.0

04 Jun 00:32
626c61b

Choose a tag to compare

Minor Changes

  • #6255 26e1922 Thanks @tim-smart! - Backport cluster shard group fixes: use available shard groups for SQL advisory lock numbering and route workflow durable clock/deferred messages through the owning workflow shard group.

Patch Changes

  • Updated dependencies [e5998a4]:
    • @effect/workflow@0.18.2

@effect/cli@0.75.2

04 Jun 00:32
626c61b

Choose a tag to compare

Patch Changes

  • #6213 1a63ec8 Thanks @lihan3238! - fix(cli): replace all hyphens in shell completion command names

  • #6208 e71ba68 Thanks @Zelys-DFKH! - Fix @effect/cli help output to use Ansi.blackBright instead of Ansi.black for Weak spans. The previous black foreground was invisible on dark terminal backgrounds.

@effect/ai-amazon-bedrock@0.15.1

04 Jun 00:32
626c61b

Choose a tag to compare

Patch Changes

  • #6206 13c8207 Thanks @Zelys-DFKH! - generateObject no longer fails when extended thinking is configured via withConfigOverride. Anthropic's API rejects requests that set thinking in additionalModelRequestFields alongside a forced toolChoice — which generateObject always does. The fix strips thinking from additionalModelRequestFields in the json response format path before the request is sent.

  • Updated dependencies []:

    • @effect/ai-anthropic@0.25.0
    • @effect/experimental@0.60.0

@effect/workflow@0.18.1

23 Apr 22:25
70ce155

Choose a tag to compare

Patch Changes

  • #6196 ec042e7 Thanks @tim-smart! - Fix workflow suspension handling so mixed failures preserve non-interrupt causes and DurableDeferred.into isolates inner suspension state.

effect@3.21.2

22 Apr 23:24
39c934c

Choose a tag to compare

Patch Changes

  • #6194 74f3267 Thanks @mikearnaldi! - Fix TestClock.unsafeCurrentTimeNanos() to floor fractional millisecond instants before converting them to BigInt.