Skip to content

effect@4.0.0-beta.9

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 20 Feb 22:48
7cb4f16

Patch Changes

  • #1376 3386557 Thanks @gcanti! - HttpApiEndpoint: relax params, query, and headers constraints to accept a full schema in addition to a record of fields.

  • #1379 b6666e3 Thanks @tim-smart! - Fix AtomHttpApi.query to forward v4 params / query request fields to HttpApiClient at runtime.
    Also align AtomHttpApi endpoint type inference with v4 HttpApiEndpoint params/query naming and add a regression test.