Change8

@cloudflare/workflows-shared@0.8.0

📦 cloudflare-workersView on GitHub →
1 features🔧 1 symbols

Summary

This release introduces support for ReadableStream in workflow steps to handle outputs larger than 1MB. This is achieved by natively serializing and replaying stream chunks on the workers platform.

✨ New Features

  • Add support for ReadableStream on workflow steps, allowing users to overcome the 1MB limit per step output by persisting and replaying chunks.

Affected Symbols