Skip to content

effect@4.0.0-beta.94

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 07 Jul 23:03
82951e5

Patch Changes

  • #2538 95a0e9b Thanks @tim-smart! - fork memo map on nested builds

  • #2545 a0a3490 Thanks @marbemac! - Use registration context for cluster entities

  • #2524 f11ce73 Thanks @gcanti! - Fix HttpApi.make so it stores the API identifier and starts with an empty groups object instead of a Map. This makes empty APIs match the shape they have after groups are added.

  • #2546 ff30b6e Thanks @tim-smart! - Fix ClusterWorkflowEngine partial workflow clients colliding with full workflow clients.

  • #2523 1caab3c Thanks @rajzik! - Add glob to filesystem

  • #2541 aa80c47 Thanks @tim-smart! - add LayerRef module

  • #2539 c2ae4fc Thanks @gcanti! - Schema: add Schema.Decoder and Schema.Encoder, and accept simpler schema types in APIs that only decode, only encode, or only need the basic schema shape, closes #2536

  • #2545 a0a3490 Thanks @marbemac! - add Effect.setContext for fully replacing the fiber context