Skip to content

Effect

Version 4.0.0-beta.66

Patch Changes

  • #2163 ca2498e Thanks @tim-smart! - remove Effect.Yieldable

  • #2161 cd7d1fb Thanks @wking-io! - Fix request ID tracking in the RPC server HTTP protocol finalizer.

  • #2158 19a7033 Thanks @ColaFanta! - Change Type_<> implementation, from using Exclude<F, O | M> type util to keyof F as xx, this implementation keeps IDE provenance link. This enables clicking “Go to definition (F12)” in VSCode on an object made from Schema Struct jumps to the correct Struct field definition.

  • #2153 33d26b4 Thanks @Gabrola! - Allow HttpApiTest.groups to accept an optional baseUrl override while preserving the existing default of "http://localhost:3000".

  • #2160 856766b Thanks @tim-smart! - Remove the auto-incrementing suffix from HTTP server logger log span names.

  • #2164 079c7df Thanks @tim-smart! - Add the unstable workflow DurableQueue module.