This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Releases: hertz-contrib/sse
Releases · hertz-contrib/sse
v0.1.0
What's Changed
- feat: support specifying the request to be used each time the SSE stream is created by @DMwangnima in #19
- docs: update examples about end event check and errChan nil by @iyaozhen in #21
New Contributors
- @DMwangnima made their first contribution in #19
- @iyaozhen made their first contribution in #21
Full Changelog: v0.0.6...v0.1.0
v0.0.6
v0.0.5
release v0.0.4
What's Changed
- optimize: comment for publish by @FGYFFFF in #13
- feat: add unsubscribe by @ViolaPioggia in #15
New Contributors
Full Changelog: v0.0.3...v0.0.4
release v0.0.3
release v0.0.2
What's Changed
- feat:add client by @ViolaPioggia in #4
- docs: update examples && update README.md by @ViolaPioggia in #5
- chore: delete 'stream' field by @ViolaPioggia in #9
- feat: add github-action-benchmark by @Skyenought in #8
- feat: add benchmark test for sse by @Skyenought in #7
- don't merge: test github action by @Skyenought in #10
- chore:unify option by @ViolaPioggia in #11
New Contributors
- @ViolaPioggia made their first contribution in #4
- @Skyenought made their first contribution in #8
Full Changelog: v0.0.1...v0.0.2
release v0.0.1
fix: use ChunkedBodyWriter (#2)