Skip to content

effect@4.0.0-beta.35

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 18 Mar 14:27
· 459 commits to main since this release
fb7bc28

Patch Changes

  • #1782 9252b43 Thanks @gcanti! - Add Schema.ArrayEnsure.

  • #1784 7daf387 Thanks @gcanti! - Add Config.Success type utility, closes #1783.

  • #1778 e1664a3 Thanks @tim-smart! - Allow Effect.acquireRelease release finalizers to depend on the surrounding environment.

  • #1777 fdaa6e0 Thanks @tim-smart! - Remove an unreachable array branch in decodeJsonRpcRaw to simplify JSON-RPC decode logic without changing behavior.

  • #1774 19aa47e Thanks @tim-smart! - Align CLI help flag and global flag descriptions to a single column even when some flag names are very long.

  • #1780 c667dad Thanks @tim-smart! - Fix LanguageModel incremental prompt fallback to reliably retry with the full prompt when an incremental request fails with InvalidRequestError.

  • #1781 764d150 Thanks @gcanti! - Fix DateTime.makeUnsafe incorrectly appending "Z" to date strings containing "GMT"

  • #1772 3c27098 Thanks @tim-smart! - make Layer.mock work with Stream and Channel