Skip to content

Releases: jacob-ebey/turbo-stream

v3.2.0

26 Feb 02:24
fb7338b

Choose a tag to compare

3.2.0 (2026-02-26)

Features

  • handle large chunks via highWaterMark (#82) (2f22ca8)

Bug Fixes

v3.1.0

07 Feb 18:45
a3a133e

Choose a tag to compare

3.1.0 (2025-02-07)

Features

  • allow for custom error redaction (#68) (e128d83)

v3.0.1

05 Feb 01:34
044e230

Choose a tag to compare

3.0.1 (2025-02-05)

Bug Fixes

v3.0.0

04 Feb 17:36
23bc47b

Choose a tag to compare

3.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • new encoding format (#59)

Features

v2.4.1

11 Sep 19:28
bc545cc

Choose a tag to compare

2.4.1 (2024-09-11)

Bug Fixes

  • address memory leak caused by too many event listeners on AbortSignal (#49) (628504e)

v2.4.0

17 Aug 02:51
c1e5ef6

Choose a tag to compare

2.4.0 (2024-08-17)

Features

  • add postPlugins for encode to handle any values that can not be handled natively or by other plugins (#47) (5fc83c8)

v2.3.0

12 Aug 20:23
1d68138

Choose a tag to compare

2.3.0 (2024-08-12)

Features

v2.2.3

11 Aug 03:00
6d55e96

Choose a tag to compare

2.2.3 (2024-08-11)

Bug Fixes

  • push one value at a time to avoid stack overflows (#43) (88c51a7)

v2.2.2

10 Aug 18:57
48e55f6

Choose a tag to compare

2.2.2 (2024-08-10)

Bug Fixes

  • support "infinitely" large payloads (#41) (8b602a3)

v2.2.1

10 Aug 15:42
6606948

Choose a tag to compare

2.2.1 (2024-08-09)

Bug Fixes

  • encoding of previously-used values (#38) (84520be)