-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Insights: gofiber/fiber
Overview
Could not load contribution data
Please try again later
27 Pull requests merged by 10 people
-
🔥 feat: Add Skip function to logger middleware
#3333 merged
Mar 10, 2025 -
♻️ Refactor: optimize routeParser by using sync.Pool
#3343 merged
Mar 10, 2025 -
♻️ Refactor: replace isInCharset with bytes.IndexByte
#3342 merged
Mar 7, 2025 -
🔥 feat: Add support for context.Context in keyauth middleware
#3287 merged
Mar 7, 2025 -
build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0
#3341 merged
Mar 6, 2025 -
♻️ Refactor: replace findLastCharsetPosition with strings.LastIndexByte
#3338 merged
Mar 6, 2025 -
🔥 Feature: Add Req and Res API
#2894 merged
Mar 5, 2025 -
🐛 fix: Update binder in form_test
#3336 merged
Mar 4, 2025 -
♻️ Refactor: reduce the memory usage of RoutePatternMatch
#3335 merged
Mar 3, 2025 -
🩹 Fix: sorting error in sortAcceptedTypes
#3331 merged
Mar 1, 2025 -
build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
#3334 merged
Feb 27, 2025 -
📚 docs: Add Retry Addon documentation
#3330 merged
Feb 27, 2025 -
bind: add support for multipart file binding
#3309 merged
Feb 25, 2025 -
build(deps): bump github.com/gofiber/schema from 1.2.0 to 1.3.0
#3308 merged
Feb 25, 2025 -
♻️ Refactor: Migrate randString to rand v2
#3329 merged
Feb 25, 2025 -
build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0
#3327 merged
Feb 25, 2025 -
🧹 chore: Add go1.24 to CI matrix
#3325 merged
Feb 24, 2025 -
🐛 bug: Fix handler order in routing
#3321 merged
Feb 24, 2025 -
♻️ Refactor: Improve Performance of getSplicedStrList
#3318 merged
Feb 24, 2025 -
♻️ Refactor: Reduce the Memory Usage of ignoreHeaders
#3322 merged
Feb 24, 2025 -
♻️ Refactor: the value of map is unused in uniqueRouteStack
#3320 merged
Feb 24, 2025 -
build(deps): bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0
#3314 merged
Feb 23, 2025 -
🔥 feat: Improve and Optimize ShutdownWithContext Func
#3162 merged
Feb 22, 2025 -
docs: Update adapter middleware documentation
#3317 merged
Feb 20, 2025 -
🩹 Fix: genericParseType parsing large uint leads to overflow
#3315 merged
Feb 20, 2025 -
🩹 Fix: goroutine leakage
#3306 merged
Feb 13, 2025 -
build(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 in the go_modules group
#3293 merged
Feb 12, 2025
2 Pull requests opened by 1 person
-
🔥 feat: Add Session Access via Go Context
#3339 opened
Mar 6, 2025 -
🔥 feat: Add context.Context support to CSRF middleware
#3340 opened
Mar 6, 2025
13 Issues closed by 6 people
-
🐛 [Bug]: can't close stream after sending via c.SendStream
#3302 closed
Mar 10, 2025 -
Feature Request: Add a Pre-Write Callback to Logger Middleware
#3300 closed
Mar 10, 2025 -
🐛 [Bug]: Validator using Fiber v3 or v2 is not using json tags for field names.
#3299 closed
Mar 4, 2025 -
📝 [Proposal]: Nil response being code 200 is immensily missleading. Use 500 instead
#3332 closed
Feb 28, 2025 -
🧹 [Maintenance]: Add missing retry add-on documentation to `docs.gofiber.io`
#3326 closed
Feb 27, 2025 -
🤗 [Question]: How to get path parameters in custom middleware?
#3323 closed
Feb 26, 2025 -
🚀 v3 Request: Add Support for `*multipart.FileHeader` fields to Multipart Binder
#2002 closed
Feb 25, 2025 -
🧹 [Maintenance]: fasthttp dependency tag of v1.59.0
#3310 closed
Feb 25, 2025 -
🐛 [Bug]: Specifying middleware in the handler doesn't work
#3312 closed
Feb 24, 2025 -
📝 [Proposal]: Monitor fiber with https://github.com/alibaba/opentelemetry-go-auto-instrumentation
#3245 closed
Feb 22, 2025 -
📝 [Proposal]: Help fasthttp convert to other
#3311 closed
Feb 20, 2025 -
[Bug] Possible Blocking Channel Issue in app.go
#3304 closed
Feb 13, 2025
7 Issues opened by 6 people
-
📝 [Proposal]: Refactor Koa-Style `Req` and `Res` structs into interfaces
#3347 opened
Mar 10, 2025 -
🧹 [Maintenance]: Update Benchmark documentation
#3346 opened
Mar 10, 2025 -
📝 [Proposal]: Add support for standard log formats
#3345 opened
Mar 10, 2025 -
📝 [Proposal]: Make fiber.Ctx implement context.Context
#3344 opened
Mar 10, 2025 -
🐛 [Bug]: There is a conflict between app.NewCtxFunc and app.Use
#3319 opened
Feb 22, 2025 -
🤗 [Question]: When will Fiber v3 be released?
#3313 opened
Feb 17, 2025
8 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
🔥 feat: Add Support for Removing Routes
#3230 commented on
Mar 11, 2025 • 1 new comment -
Implement Fluent Method Chaining for Status and Type Methods Using Generics
#3221 commented on
Feb 14, 2025 • 0 new comments -
🐛 [Bug]: There is something weird with Fiber and the usage of Http lib for testing.
#3176 commented on
Feb 28, 2025 • 0 new comments -
📝 [v3 Proposal]: Koa Style `ctx.Request` and `ctx.Response` Objects
#2854 commented on
Mar 5, 2025 • 0 new comments -
🐛 [Bug]: internal error on static path prefix ending with ".."
#3238 commented on
Mar 5, 2025 • 0 new comments -
📝 [Proposal]: We need partial render!
#3297 commented on
Mar 10, 2025 • 0 new comments -
🚀 [v3 Feature]: Interchangeable router with contribution packages
#2202 commented on
Mar 10, 2025 • 0 new comments -
Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221
#3296 commented on
Feb 25, 2025 • 0 new comments