Releases: fastify/sse
Releases · fastify/sse
Release list
v0.5.0
What's Changed
- chore(.npmrc): ignore scripts by @Fdawgs in #11
- chore: run type tests in CI by @inyourtime in #10
- ci(ci): add concurrency config by @Fdawgs in #13
- chore: add license by @Tony133 in #12
- chore(deps-dev): bump @types/node from 24.10.4 to 25.0.3 by @dependabot[bot] in #15
- fix: review exports for ESM by @Puppo in #17
- ci: remove unused github files by @Tony133 in #19
- chore(license): standardise license notice by @Fdawgs in #22
- style: remove trailing whitespace by @Fdawgs in #23
- chore: update lint and test types by @Tony133 in #21
- chore: upgrade typescript v6.0.2 by @Tony133 in #26
- chore(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml from 5 to 6 by @dependabot[bot] in #27
- chore(deps): bump fastify/workflows/.github/workflows/plugins-ci-package-manager.yml from 5 to 6 by @dependabot[bot] in #28
- chore(deps-dev): bump neostandard from 0.12.2 to 0.13.0 by @dependabot[bot] in #29
- chore: update example basic.js by @Tony133 in #25
- ci: add lock-threads workflow by @Fdawgs in #31
- chore: updated types folder by @Tony133 in #32
- refactor(types): migrate from tsd to tstyche by @Tony133 in #33
- chore: update depedabot setting by @climba03003 in #38
- feat: Make ACCEPTS header parsing follow specification more closely by @kibertoad in #36
- chore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group by @dependabot[bot] in #43
- chore: bump @types/node from 25.9.4 to 26.0.0 in the dev-dependencies-typescript group by @dependabot[bot] in #44
- feat: add 'manual' SSE mode for runtime stream/non-stream decisions by @CatchMe2 in #42
- chore: bump version to v0.5.0 by @CatchMe2 in #46
New Contributors
- @Fdawgs made their first contribution in #11
- @inyourtime made their first contribution in #10
- @Tony133 made their first contribution in #12
- @Puppo made their first contribution in #17
- @climba03003 made their first contribution in #38
- @kibertoad made their first contribution in #36
- @CatchMe2 made their first contribution in #42
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
What's Changed
- Implement complete SSE plugin with streaming, lifecycle, and session management by @mcollina in #1
- Add comprehensive TypeScript type tests using tsd by @mcollina in #2
New Contributors
Full Changelog: https://github.com/fastify/sse/commits/v0.1.0