Fiber
Express inspired web framework written in Go
Fiber v3 has sat in release candidate for months while v2 gets one-line patches
◆Recent moves
- 6d ago
Idempotency middleware releases MemoryLock keys on unlock
A single bugfix releasing MemoryLock keys on unlock in the idempotency middleware. The kind of one-PR patch that now characterizes the v2 branch.
View source ↗ - 1mo ago
X-Real-IP overwrite fix backported to v2
A BalancerForward X-Real-IP overwrite fix backported from the v3 line, plus a first-time contributor. Maintenance work flowing backward from where development actually happens.
View source ↗ - 3mo ago
Ctx.Format now escapes HTML output
HTML output in Ctx.Format is now escaped, closing an injection path for anything rendering user-controlled content through it. A behavior change worth knowing about despite the one-line release note.
View source ↗ - 5mo ago
Security patch for GHSA-mrq8-rjmw-wpq3
A CVE fix shipped with no detail beyond the advisory identifier. Thin as a release note, but a patch worth taking for anyone running the v2 branch in production.
View source ↗ - 6mo ago
Mount improvements and limiter middleware fixes
Improved mount functionality, defensive copying backports, and limiter middleware fixes — the most substantive v2 release in this window, and still entirely backported hardening rather than new capability.
View source ↗ - 9mo ago
v3 RC adds native net/http and Express-style handlers
⚡ SPARKThe v3 release candidate adds native support for net/http and fasthttp handlers, Express-style request and response handlers, and HostClient and LBClient support. It is the release that defines the v3 line, and every v2 entry since has been a backport from it.
View source ↗