Releases: mpetrunic/fastify-sse-v2
Releases · mpetrunic/fastify-sse-v2
v4.2.1
4.2.1 (2024-12-05)
Bug Fixes
- handle newlines in the data properly (#93) (f83d8d2)
v4.2.0
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
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
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
Miscellaneous
- bump get-func-name from 2.0.0 to 2.0.2 (#78) (3495dbc)
v3.1.2
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
3.1.1 (2023-07-03)
Bug Fixes
Miscellaneous
v3.1.0
3.1.0 (2023-04-03)
Features
- Added option to send comment in Event (#60) (a11044a)
Miscellaneous
v3.0.0
3.0.0 (2022-11-22)
⚠ BREAKING CHANGES
- Drop support for Fastify v3
Bug Fixes
Miscellaneous
v2.2.1
2.2.1 (2022-06-09)
Bug Fixes
v2.2.0
2.2.0 (2022-06-06)
Features