Skip to content

v1.0.0 — Stable Release

Latest

Choose a tag to compare

@vinod-morya vinod-morya released this 06 Apr 13:14

FiberSSE v1.0.0 — Stable Release 🎉

Production-grade Server-Sent Events for Fiber v3. The only SSE library built natively for fasthttp.

Highlights

  • Go Report Card: A+ — all 7 checks pass, zero issues
  • Test Coverage: 88.6% — 77 tests + 42 benchmarks
  • CI/CD: GitHub Actions — Go 1.24 + 1.25 matrix, race detector, staticcheck
  • Listed on awesome-go
  • React SDK: fibersse-react on npm
  • Production-validated at PersonaCart — 7 real-time publishers, 300+ concurrent connections, multi-tenant SaaS

Install

go get github.com/vinod-morya/fibersse@v1.0.0

Benchmark Highlights (Apple M4 Max)

Operation ns/op allocs
Publish (1 conn) 477 2
Publish (1,000 conns) 82μs 22
Topic match (exact) 8 0
Connection send 14 0
Backpressure drop 2 0
Event coalescing 21 0

What's New Since v0.5.0

  • CHANGELOG.md with full version history
  • Benchmark results table in README
  • 3 runnable examples: basic/, chat/, polling-replacement/
  • 12 godoc Example* functions
  • CONTRIBUTING.md + CLAUDE.md for AI agents
  • Cyclomatic complexity reduced (Handler: 23→5, routeEvent: 22→3)

Full Changelog

See CHANGELOG.md for complete version history from v0.1.0.

Links