Releases: Effect-TS/effect
@effect/workflow@0.18.2
Patch Changes
-
#6241
e5998a4Thanks @jcalem-rogo! - Forward the parent pointer when spawning a child workflow withdiscard: true -
Updated dependencies []:
- @effect/experimental@0.60.0
@effect/sql-clickhouse@0.49.0
Patch Changes
- Updated dependencies []:
- @effect/platform-node@0.107.0
- @effect/experimental@0.60.0
@effect/platform-node@0.107.0
Patch Changes
- Updated dependencies [
26e1922]:- @effect/cluster@0.59.0
- @effect/platform-node-shared@0.60.0
@effect/platform-node-shared@0.60.0
Patch Changes
- Updated dependencies [
26e1922]:- @effect/cluster@0.59.0
@effect/platform-bun@0.90.0
Patch Changes
- Updated dependencies [
26e1922]:- @effect/cluster@0.59.0
- @effect/platform-node-shared@0.60.0
@effect/cluster@0.59.0
Minor Changes
- #6255
26e1922Thanks @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
Patch Changes
-
#6213
1a63ec8Thanks @lihan3238! - fix(cli): replace all hyphens in shell completion command names -
#6208
e71ba68Thanks @Zelys-DFKH! - Fix@effect/clihelp output to useAnsi.blackBrightinstead ofAnsi.blackforWeakspans. The previous black foreground was invisible on dark terminal backgrounds.
@effect/ai-amazon-bedrock@0.15.1
Patch Changes
-
#6206
13c8207Thanks @Zelys-DFKH! -generateObjectno longer fails when extended thinking is configured viawithConfigOverride. Anthropic's API rejects requests that setthinkinginadditionalModelRequestFieldsalongside a forcedtoolChoice— whichgenerateObjectalways does. The fix stripsthinkingfromadditionalModelRequestFieldsin thejsonresponse 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
Patch Changes
- #6196
ec042e7Thanks @tim-smart! - Fix workflow suspension handling so mixed failures preserve non-interrupt causes and DurableDeferred.into isolates inner suspension state.
effect@3.21.2
Patch Changes
- #6194
74f3267Thanks @mikearnaldi! - FixTestClock.unsafeCurrentTimeNanos()to floor fractional millisecond instants before converting them toBigInt.