Effect
4.0.0-beta.61
Patch Changes
-
#2130
50790afThanks @tim-smart! - Record fiber runtime start metrics when fibers are constructed so yielded fibers are only counted once. -
#2120
71f7c3dThanks @tim-smart! - PortEffect.firstSuccessOffrom Effect v3. -
#2122
aae8797Thanks @tim-smart! - fix empty body decoding in HttpApiBuilder
4.0.0-beta.60
Patch Changes
-
#2119
7909c95Thanks @gcanti! - RemoveInspectable.stringifyCircularand fixFormatter.formatJsonso shared object references are preserved while only circular references are omitted. -
bbb4dccThanks @tim-smart! - allow using Duration.Input with accessors -
#2117
7af2207Thanks @gcanti! - AddSchema.DurationFromStringandSchemaTransformation.durationFromString, support"Infinity"and"-Infinity"inDuration.fromInput, and simplify config duration parsing around the shared schema codec, closes #2092. -
#2116
848b40aThanks @gcanti! - Add aConfig.literalsconvenience constructor forSchema.Literals, closes #2091.
4.0.0-beta.59
Patch Changes
- #2106
56837eaThanks @IMax153! - Fix entity proxy RPC handlers to provide the context expected by RpcServer.
4.0.0-beta.58
Patch Changes
-
#2097
11993d4Thanks @Leka74! - Add an exhaustive finalizer to the AsyncResult builder. -
#2098
96c8b22Thanks @tim-smart! - generate binary arrays from streams with less copying -
#2098
96c8b22Thanks @tim-smart! - improve http body consumption
4.0.0-beta.57
Patch Changes
4.0.0-beta.56
4.0.0-beta.55
Patch Changes
-
#2081
42cc744Thanks @gcanti! - Export theSchema.encodeKeysinterface, closes #2070.Previously the interface was internal, so exporting a value whose inferred type referenced it triggered TypeScript error
TS4023: Exported variable has or is using name 'encodeKeys' from external module ... but cannot be named, e.g.: -
#2067
04855ceThanks @mrazauskas! - fixisNullish()type predicate
4.0.0-beta.54
Patch Changes
-
#2075
4c72808Thanks @tim-smart! - ensure workflow failures are not squashed by suspension interrupts
4.0.0-beta.53
Patch Changes
-
#2068
0768509Thanks @tim-smart! - FixAtomHttpApiquery and mutation error inference to include endpoint middleware and client middleware errors, matchingHttpApiClientbehavior (including response-only mutation mode). -
#2062
476aedeThanks @aldotestino! - FixHttpIncomingMessage.schemaBodyJsonto forward parse options via theparseOptionsannotation key. -
#2069
4be6a7cThanks @mikearnaldi! - FixTestClock.currentTimeNanosUnsafe()to floor fractional millisecond instants before converting them toBigInt.
4.0.0-beta.52
Patch Changes
-
#2057
8e04bfcThanks @tim-smart! - add HttpApiSchemaError for determining where a schema error originates from -
#2055
cf3a311Thanks @tim-smart! - ensure tagged enum _tag is correctly set -
#2057
8e04bfcThanks @tim-smart! - make HttpApi schema errors defects unless transformed -
#2058
131fdd5Thanks @tim-smart! - mcp http request with no session header is 404 response