Skip to content

spiceflow@1.17.8

Latest

Choose a tag to compare

@remorses remorses released this 06 Aug 12:16
· 39 commits to main since this release

Patch Changes

  • 0e7ac1d: Fix SSE streaming to gracefully handle abort errors without throwing. Previously, when a streaming request was aborted (e.g., user navigates away or cancels the request), the async generator would throw errors like "BodyStreamBuffer was aborted". Now these abort-related errors are caught and the generator simply stops without throwing, making the client more resilient to common abort scenarios.