Skip to content

Releases: mpetrunic/fastify-sse-v2

v4.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Jan 10:49
03603f6

4.2.2 (2026-01-27)

Bug Fixes

  • throwing exceptions after headers are sent (#100) (bdf73ed)

v4.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Dec 13:59
6b94014

4.2.1 (2024-12-05)

Bug Fixes

  • handle newlines in the data properly (#93) (f83d8d2)

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 10:27
a9a7a5c

4.2.0 (2024-12-02)

Features

  • add the ability to override default stream buffer size (fd0382d)

Miscellaneous

  • bump cross-spawn from 7.0.3 to 7.0.6 (#90) (2553e02)

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 11:28
83d6926

4.1.0 (2024-09-16)

Features

Miscellaneous

  • bump braces from 3.0.2 to 3.0.3 (#82) (6bdaa62)
  • bump micromatch from 4.0.5 to 4.0.8 (#87) (866547c)
  • bump path-to-regexp from 1.8.0 to 1.9.0 (#88) (6e0f9c2)

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 16:08
031fba1

4.0.0 (2024-03-20)

⚠ BREAKING CHANGES

  • there is no "end" event when stream is closing in case you depended on it

Bug Fixes

  • remove default stream close event (#81) (311c920)

Miscellaneous

  • bump get-func-name from 2.0.0 to 2.0.2 (#78) (3495dbc)

v3.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 09:12
66e8f46

3.1.2 (2023-07-25)

Bug Fixes

  • edge case when user (or server) sends headers before first event is sent (#73) (77d1b51)

Miscellaneous

v3.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:53
424b298

3.1.1 (2023-07-03)

Bug Fixes

  • add utf-8 charset to content-type (#68) (4fb15be)

Miscellaneous

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 09:47
bbf4b61

3.1.0 (2023-04-03)

Features

  • Added option to send comment in Event (#60) (a11044a)

Miscellaneous

v3.0.0

Choose a tag to compare

@mpetrunic mpetrunic released this 03 Apr 09:30
9b451f3

3.0.0 (2022-11-22)

⚠ BREAKING CHANGES

  • Drop support for Fastify v3

Bug Fixes

  • missing closing bracket in readme (#50) (b3496f2)

Miscellaneous

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 11:20
0a642b5

2.2.1 (2022-06-09)

Bug Fixes