Skip to content

Releases: mpetrunic/fastify-sse-v2

v4.2.1

05 Dec 13:59
6b94014
Compare
Choose a tag to compare

4.2.1 (2024-12-05)

Bug Fixes

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

v4.2.0

02 Dec 10:27
a9a7a5c
Compare
Choose a tag to compare

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

16 Sep 11:28
83d6926
Compare
Choose a tag to compare

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

20 Mar 16:08
031fba1
Compare
Choose a tag to compare

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

25 Jul 09:12
66e8f46
Compare
Choose a tag to compare

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

03 Jul 11:53
424b298
Compare
Choose a tag to compare

3.1.1 (2023-07-03)

Bug Fixes

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

Miscellaneous

v3.1.0

03 Apr 09:47
bbf4b61
Compare
Choose a tag to compare

3.1.0 (2023-04-03)

Features

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

Miscellaneous

v3.0.0

03 Apr 09:30
9b451f3
Compare
Choose a tag to compare

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

09 Jun 11:20
0a642b5
Compare
Choose a tag to compare

2.2.1 (2022-06-09)

Bug Fixes

v2.2.0

06 Jun 18:00
ff3020a
Compare
Choose a tag to compare

2.2.0 (2022-06-06)

Features