Effect
Version 4.0.0-beta.42
Patch Changes
-
#1897
924e216Thanks @IMax153! - Append concrete choice values to CLI flag help descriptions so generated help shows valid command-line inputs. -
#1894
80e7f0cThanks @tim-smart! - FixMutableList.appendAll/appendAllUnsafeso empty arrays are treated as a no-op instead of leaving behind an empty internal bucket. -
#1895
f8328bfThanks @tim-smart! - Changed socket close handling so all close codes are treated as errors by default unlesscloseCodeIsErroris overridden. -
#1899
66d1c06Thanks @gcanti! - SchemaRepresentation: supportanyOf/oneOfwith sibling keywords infromJsonSchemaMultiDocument -
#1893
bee800bThanks @gcanti! -Number.remainder: fix incorrect results for small floats in scientific notation (e.g.1e-7). -
#1898
8930441Thanks @mikearnaldi! - RenameEffect.transactiontoEffect.txandEffect.retryTransactiontoEffect.txRetry, removeEffect.transactionWith/Effect.withTxState, make nestedEffect.txcalls compose into the active transaction, and make the publicTx*APIs establish atomic transactions without requiringTransactionin common usage.