Skip to content

effect@4.0.0-rc.115

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 11 Sep 16:25
· 2 commits to main since this release
4a05d49

Patch Changes

  • #8196 657254b Thanks @gcanti! - Optimize schema initialization while preserving custom constructor options.

  • #8190 f9ef0e9 Thanks @javascript-unsafe! - Omit response bodies for statuses 204, 205, and 304 in HttpServerResponse.toWeb and the Bun/Deno HTTP adapters, preventing invalid Web responses and hung requests. Cancel omitted raw ReadableStream bodies, and finalize request resources without starting omitted Effect streams.

  • #8187 4f73f9e Thanks @tim-smart! - Parameterize persistence lookup keys in both SQL backing stores' getMany queries.