effect@4.0.0-beta.35
Pre-releasePatch Changes
-
#1784
7daf387Thanks @gcanti! - AddConfig.Successtype utility, closes #1783. -
#1778
e1664a3Thanks @tim-smart! - AllowEffect.acquireReleaserelease finalizers to depend on the surrounding environment. -
#1777
fdaa6e0Thanks @tim-smart! - Remove an unreachable array branch indecodeJsonRpcRawto simplify JSON-RPC decode logic without changing behavior. -
#1774
19aa47eThanks @tim-smart! - Align CLI help flag and global flag descriptions to a single column even when some flag names are very long. -
#1780
c667dadThanks @tim-smart! - FixLanguageModelincremental prompt fallback to reliably retry with the full prompt when an incremental request fails withInvalidRequestError. -
#1781
764d150Thanks @gcanti! - FixDateTime.makeUnsafeincorrectly appending "Z" to date strings containing "GMT" -
#1772
3c27098Thanks @tim-smart! - make Layer.mock work with Stream and Channel