Skip to content

chore: update versions (beta)#691

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: update versions (beta)#691
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 24, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

effect-app@4.0.0-beta.177

Minor Changes

  • 89d8b3a: Add Effect RPC Stream support to the wrapper.

    • New Stream request constructor on TaggedRequestFor parallel to Query/Command. Emits resources with type: "stream".
    • Server router (@effect-app/infra routing.ts) accepts stream resources whose handlers return a Stream.Stream<A, E, R> (or a function from input to one). Forwards stream: true to Rpc.make so RpcSchema.Stream wrapping is applied. Streams bypass applyRequestTypeInterruptibility and the Effect.withSpan wrapping (the RPC server adds its own span).
    • Client (apiClientFactory.ts) detects stream resources, forwards stream: true when constructing RpcGroup, and exposes the per-request handler as a Stream.Stream (via Stream.unwrap over the ManagedRuntime context) instead of an Effect. Invalidation.CommandResponseWithMetaData continues to apply only to commands.
    • New RequestStreamHandler / RequestStreamHandlerWithInput shapes in clientFor.ts; RequestHandlers dispatches on type: "stream".

@effect-app/infra@4.0.0-beta.177

Minor Changes

  • 89d8b3a: Add Effect RPC Stream support to the wrapper.

    • New Stream request constructor on TaggedRequestFor parallel to Query/Command. Emits resources with type: "stream".
    • Server router (@effect-app/infra routing.ts) accepts stream resources whose handlers return a Stream.Stream<A, E, R> (or a function from input to one). Forwards stream: true to Rpc.make so RpcSchema.Stream wrapping is applied. Streams bypass applyRequestTypeInterruptibility and the Effect.withSpan wrapping (the RPC server adds its own span).
    • Client (apiClientFactory.ts) detects stream resources, forwards stream: true when constructing RpcGroup, and exposes the per-request handler as a Stream.Stream (via Stream.unwrap over the ManagedRuntime context) instead of an Effect. Invalidation.CommandResponseWithMetaData continues to apply only to commands.
    • New RequestStreamHandler / RequestStreamHandlerWithInput shapes in clientFor.ts; RequestHandlers dispatches on type: "stream".

Patch Changes

  • Updated dependencies [89d8b3a]
    • effect-app@4.0.0-beta.177

@effect-app/vue@4.0.0-beta.177

Patch Changes

  • Updated dependencies [89d8b3a]
    • effect-app@4.0.0-beta.177

@effect-app/vue-components@4.0.0-beta.177

Patch Changes

  • Updated dependencies [89d8b3a]
    • effect-app@4.0.0-beta.177
    • @effect-app/vue@4.0.0-beta.177

@github-actions github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from 328b8c2 to 99f2c83 Compare May 1, 2026 13:57
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 99f2c83 to d600f0e Compare May 1, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants