Fiber
Express inspired web framework written in Go
Fiber v3 has sat in release candidate for months while v2 gets security fixes only
◆Recent moves
- 28d ago
Load balancer X-Real-IP overwrite fix backported to v2
A single backported fix stopping BalancerForward from overwriting X-Real-IP. One commit, from a first-time contributor, which is the shape most v2 releases now take.
View source ↗ - 3mo ago
HTML output escaped in Ctx.Format
Escaping HTML output in Ctx.Format closes an injection path in a method applications call routinely. A one-line release in volume, but a security-relevant default change rather than a cosmetic fix.
View source ↗ - 5mo ago
CVE fix for GHSA-mrq8-rjmw-wpq3
A release existing solely to carry a CVE fix, published two months after the previous v2 patch. It reinforces that the v2 line's release trigger is now security rather than feature work.
View source ↗ - 6mo ago
Defensive copying backports and limiter middleware fixes
The broadest v2 release in this window, backporting defensive copying fixes from the v3 branch alongside limiter middleware repairs and mount improvements. Backporting from v3 is how v2 gets most of what it gets now.
View source ↗ - 8mo ago
v3 candidate adds native net/http support and Express-style handlers
⚡ SPARKThe only entry carrying real feature work, and it defines what v3 is for: interoperability with the wider Go HTTP ecosystem. Everything in the v2 releases since has been fixes, several of them backported from this branch.
View source ↗