releases.shpreview
Inngest/JS SDK/@inngest/realtime@0.1.0

@inngest/realtime@0.1.0

$npx -y @buildinternet/releases show rel_0X-DjSS-OTlAaohRPgpdu

Minor Changes

  • #907 b283b22 Thanks @jpwilliams! - Remove stream.getIterator(); ReadableStream is iterable from Node 18+, which is our target

  • #907 b283b22 Thanks @jpwilliams! - Renamed stream.get*Stream() methods to be more explicit about what each chunk of the stream will contain:

    • stream.getStream() is now stream.getJsonStream()
    • stream.getWebStream() is now stream.getEncodedStream() (making sure this isn't confused with generic Web APIs)

Patch Changes

  • #905 4ae971b Thanks @jpwilliams! - Add getWebStream(), used to generate a stream with Uint8Array encoding appropriate for use within a Response

  • #907 b283b22 Thanks @jpwilliams! - Fix typing of retrieving a Response-compatible stream to be ReadableStream<Uint8Array>

  • #907 b283b22 Thanks @jpwilliams! - Better handle backpressure when writing to many generated streams

Fetched April 3, 2026