github cloudflare/workers-sdk @cloudflare/workflows-shared@0.8.0

Minor Changes

  • #13145 5b60405 Thanks @Caio-Nogueira! - Add support for ReadableStream on workflow steps. This allows users to overcome the 1MB limit per step output.

    ReadableStream<Uint8Array> is already serializable on the workers platform. This feature makes it native to workflows as well by persisting each chunk and replaying it if needed

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.