Skip to content

effect@4.0.0-beta.38

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 23 Mar 16:57
· 420 commits to main since this release
5b5c319

Patch Changes

  • #1842 f4dbe5b Thanks @gcanti! - Schema: rename MakeOptions.disableValidation to disableChecks. Apply constructor defaults when disableChecks is true, closes #1841.

  • #1837 a71a607 Thanks @kitlangton! - Fix HttpApiBuilder security middleware caching so separate handler builds do not reuse the first provided middleware implementation.

  • #1840 66a0494 Thanks @tim-smart! - Rename HttpApiClient request option withResponse to responseMode and add support for responseMode: "response-only" to return the raw HttpClientResponse without decoding.

  • #1838 5ef7218 Thanks @tim-smart! - Update HttpApiClient.urlBuilder to mirror client shape, and encode params/query via endpoint schemas before building URLs.

  • #1700 472d260 Thanks @tim-smart! - add useCodecs option to HttpClientEndpoint constructors