COMMITS
/ app.go February 24, 2026
R
Update fiber package version to 3.1.0
RW committed
February 23, 2026
J
🐛 bug: simplify locals-context flag usage in tests and config
Juan Calderon-Perez committed
February 22, 2026
J
📒 docs: clarify PassLocalsToContext semantics
Juan Calderon-Perez committed
J
🧹 chore: explicitly default PassLocalsToContext in New
Juan Calderon-Perez committed
February 16, 2026
C
Add dedicated UnixSocket field to TrustProxyConfig
copilot-swe-agent[bot] committed
February 9, 2026
J
Remove redundant range cap fallback
Juan Calderon-Perez committed
February 8, 2026
C
Address PR review feedback: improve timeout handling and test assertions
copilot-swe-agent[bot] committed
February 7, 2026
C
Fix Test method returning empty response when FailOnTimeout is false
copilot-swe-agent[bot] committed
February 4, 2026
J
Add nil service validation
Juan Calderon-Perez committed
January 31, 2026
January 25, 2026
J
🐛 bug: reload mounted view engines in ReloadViews
Juan Calderon-Perez committed
December 22, 2025
R
♻️ refactor: Replace string functions (#3923)
RW committed
December 9, 2025
D
🐛 bug: V3 fix custom errorhandler invokation (#3930)
Daniel Canedo committed
December 8, 2025
L
📚 doc: Update godoc for fiber.New() (#3928)
Larina committed
December 7, 2025
November 24, 2025
H
📚 Doc: Clarify handler execution order and usage in Add() (#3890)
Haikal Susanto committed
November 19, 2025
R
Update fiber package version to 3.0.0-rc.3
RW committed
M
feat: expose startup message customization hooks (#3824)
M. Efe Çetin committed
November 18, 2025
J
🔥 feat: Add support for ReloadViews() (#3876)
Juan Calderon-Perez committed
November 12, 2025
November 10, 2025
J
🧹 chore: Add support for handling unsupported HTTP methods as HTTP 501 (#3854)
Juan Calderon-Perez committed
R
November 7, 2025
J
🐛 bug: Execute middleware routes when handling errors (#3846)
Juan Calderon-Perez committed
November 3, 2025
A
🧹 chore: remove unneeded "utils" alias (#3834)
Artur Melanchyk committed
October 29, 2025
October 22, 2025
J
🧹 chore: Fix spelling issues (#3813)
Josh Soref committed
October 15, 2025
J
🔥 feat: Native support for net/http and fasthttp handlers (#3769)
Juan Calderon-Perez committed
September 29, 2025
R
prepare release for v3.0.0-rc.2
RW committed
September 28, 2025
R
Update RouteChain function (#3761)
RW committed
September 19, 2025
J
📒 docs: Ensure all exported elements are documented (#3752)
Juan Calderon-Perez committed
August 26, 2025
R
prepare release v3.0.0-rc.1
René committed
R
feat(ctx): add conditional copy helpers (#3703)
RW committed
August 21, 2025
P
🔥 feat: Support for SendEarlyHints (#3483)
pj committed
July 25, 2025
R
Enable govet shadow (#3617)
RW committed
July 20, 2025
R
Update app.go
RW committed
July 19, 2025
J
🐛 bug: Fix handling of negative BodyLimit (#3599)
Juan Calderon-Perez committed
July 18, 2025
M
feat: add context methods to fiber.Storage interface (#3566)
M. Efe Çetin committed
July 17, 2025
R
Add modernize lint (#3590)
RW committed
July 15, 2025
R
🧹 chore: Refactor Opt-in support for CBOR (#3580)
RW committed
July 14, 2025
K
🔥 feat: Add support for Msgpack (#3565)
Kudou Sterain committed
June 23, 2025
R
Add NewWithCustomCtx initialization helper (#3476)
RW committed
May 27, 2025
J
🔥 feat: Add support for NewErrorf (#3463)
Juan Calderon-Perez committed
May 19, 2025
M
🔥 feat: Add Support for service dependencies (#3434)
Manuel de la Peña committed
May 16, 2025
R
🚀 Improve routing treeBuild flow (#3456)
RW committed
March 31, 2025
M
:sparkles: feat: Add support for application state management (#3360)
M. Efe Çetin committed
March 26, 2025
K
♻️Refactor: remove redundant field `method` in `DefaultCtx` (#3372)
Kashiwa committed
March 25, 2025
K
♻️Refactor: reduce DefaultCtx from 736 to 728 bytes (#3368)
Kashiwa committed
March 17, 2025
J
🧹 chore: Fix linter workflow failures (#3354)
Juan Calderon-Perez committed
February 24, 2025
R
🐛 bug: Fix handler order in routing (#3321)
RW committed
February 22, 2025
J
🔥 feat: Improve and Optimize ShutdownWithContext Func (#3162)
JIeJaitt committed