-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Insights: gofiber/fiber
Overview
Could not load contribution data
Please try again later
18 Pull requests merged by 8 people
-
build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2
#3413 merged
Apr 15, 2025 -
📒 docs: fix CSRF handler example
#3412 merged
Apr 15, 2025 -
Revert "🔥 feat: Add Context Support to RequestID Middleware"
#3365 merged
Apr 8, 2025 -
build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0
#3395 merged
Apr 8, 2025 -
build(deps): bump github.com/valyala/fasthttp from 1.59.0 to 1.60.0
#3391 merged
Apr 3, 2025 -
🧪 fix: Logger Middleware tests to use regex for time validation
#3392 merged
Apr 3, 2025 -
build(deps): bump github.com/gofiber/utils/v2 from 2.0.0-beta.7 to 2.0.0-beta.8
#3389 merged
Apr 1, 2025 -
📒 docs: Update docs for State Management
#3388 merged
Apr 1, 2025 -
🔥 Feature: Enhance CheckConstraint method for improved error handling
#3356 merged
Apr 1, 2025 -
Revert "🔥 feat: Add support for context.Context in keyauth middleware"
#3364 merged
Mar 31, 2025 -
build(deps): bump github.com/fxamacker/cbor/v2 from 2.7.0 to 2.8.0
#3384 merged
Mar 31, 2025 -
♻️ Refactor: Add findNextNonEscapedCharPosition for single-byte charset cases
#3378 merged
Mar 31, 2025 -
✨ feat: Add support for application state management
#3360 merged
Mar 31, 2025 -
🧹 chore: Simplify HealthCheck middleware
#3380 merged
Mar 30, 2025 -
♻️Refactor: remove redundant field
method
inDefaultCtx
#3372 merged
Mar 26, 2025 -
🧹 chore: Add Immutable benchmarks for default case
#3374 merged
Mar 26, 2025 -
♻️Refactor: replace treePath with treePathHash in DefaultCtx to reduce memory usage
#3368 merged
Mar 25, 2025 -
📚 Doc: Add more validation examples
#3369 merged
Mar 25, 2025
10 Pull requests opened by 7 people
-
build(deps): bump golangci/golangci-lint-action from 6 to 7
#3371 opened
Mar 25, 2025 -
🔥 feat: Add All method to Bind
#3373 opened
Mar 25, 2025 -
🩹 fix: Implement RFC 6265 Cookie Value Sanitization
#3379 opened
Mar 29, 2025 -
feat: fiber.Context implement context.Context
#3382 opened
Mar 30, 2025 -
♻️ refactor: Return fast from parseToStruct() when data is empty
#3402 opened
Apr 11, 2025 -
♻️ refactor: Change c.Redirect() default status
#3415 opened
Apr 19, 2025 -
🧹 chore: Update to golangci-lint v2
#3416 opened
Apr 19, 2025 -
📒 docs: Update usage of ctx.Redirect()
#3417 opened
Apr 19, 2025 -
🐛 fix: Handling of next param position
#3418 opened
Apr 21, 2025 -
build(deps): bump github.com/valyala/fasthttp from 1.60.0 to 1.61.0
#3420 opened
Apr 22, 2025
15 Issues closed by 6 people
-
🧹 [Maintenance]: gofiber.io domain seems to have expired
#3414 closed
Apr 21, 2025 -
🤗 [Question]: Microservices Support in Go Fiber
#3404 closed
Apr 20, 2025 -
🐛 [Bug]: CSRF Cookie is removed when using Proxy Middleware
#3387 closed
Apr 14, 2025 -
🧹 [Maintenance]:
#3409 closed
Apr 14, 2025 -
🤗 [Question]: I am desperately in the need of your help
#3407 closed
Apr 14, 2025 -
[Question]: ctx.BodyParser fails to parse compressed requests
#3401 closed
Apr 10, 2025 -
📝 [Proposal]: middleware/requestID -> use faster alternatives
#3398 closed
Apr 9, 2025 -
📝 [Proposal]: ability to override CustomConstraint
#3352 closed
Apr 1, 2025 -
📝 [Proposal]: Support for Application State Management
#3077 closed
Mar 31, 2025 -
🚀 [Feature]: WebSocket (Socket.io) support in proxy middleware
#1976 closed
Mar 30, 2025 -
🚀 [Feature]: Load shedding middleware?
#2341 closed
Mar 30, 2025 -
🐛 [Bug]: Compress Gzip Invalid Characters
#3377 closed
Mar 28, 2025 -
🤗 [Question]: how to set the default thread count ?
#3376 closed
Mar 27, 2025 -
🐛 [Bug]: Static File Serving Broken After Upgrading to Fiber v3
#3375 closed
Mar 27, 2025
13 Issues opened by 9 people
-
🐛 [Bug]: Adaptor does not flush when an net/http handler flushes
#3421 opened
Apr 22, 2025 -
📝 [Proposal]: Seperate router
#3419 opened
Apr 22, 2025 -
🐛 [Bug]: c.Redirect doesn't respect c.Method
#3405 opened
Apr 14, 2025 -
🤗 [Question]: Is v3 custom context compatible with [net/http] adapter middleware?
#3403 opened
Apr 12, 2025 -
📝 [Proposal]: Force color logging
#3400 opened
Apr 9, 2025 -
🐛 [Bug]: Custom context not carried forward with middleware.
#3397 opened
Apr 8, 2025 -
🤗 [Question]: Graceful shutdown by enable prefork
#3396 opened
Apr 8, 2025 -
🐛 [Bug]: Timeout middleware needs to be redesigned
#3394 opened
Apr 6, 2025 -
📝 [Proposal]: genericParseType should return error type for error handling
#3393 opened
Apr 6, 2025 -
🧹 [Maintenance]: Document compatibility/integration with net/http
#3386 opened
Mar 31, 2025 -
📝 [Proposal]: Fiber Security Package
#3385 opened
Mar 31, 2025 -
📝 [Proposal]: Improve RFC Compliance
#3383 opened
Mar 30, 2025 -
🐛 [Bug]: "ShutdownWithTimeout" & "ShutdownTimeout" not respected
#3370 opened
Mar 25, 2025
15 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.
-
📝 [Proposal]: Always return immutable string and deprecate the `Immutable` flag
#3367 commented on
Mar 26, 2025 • 0 new comments -
🐛 [Bug]: Cache stampede with caching middleware
#2182 commented on
Mar 30, 2025 • 0 new comments -
📝 [Proposal]: Revert of Reject Middleware context.Context PRs
#3358 commented on
Mar 31, 2025 • 0 new comments -
🚀 [Feature]: allow to automatically generate OpenAPI docs based on route details, without additional in-code comments
#2347 commented on
Apr 2, 2025 • 0 new comments -
🤗 [Question]: Guidance Needed on Usage of c.Locals(), c.Context(), and c.UserContext()
#2717 commented on
Apr 3, 2025 • 0 new comments -
📝 [Proposal]: Refactor Koa-Style `Req` and `Res` structs into interfaces
#3347 commented on
Apr 5, 2025 • 0 new comments -
🐛 [Bug]: server: protect field access with lock to avoid possible data race
#3362 commented on
Apr 6, 2025 • 0 new comments -
🐛 [Bug]: There is a conflict between app.NewCtxFunc and app.Use
#3319 commented on
Apr 9, 2025 • 0 new comments -
🐛 (macOS) Prefork is not working as expected
#1208 commented on
Apr 10, 2025 • 0 new comments -
🧹 [Maintenance]: Update Benchmark documentation
#3346 commented on
Apr 13, 2025 • 0 new comments -
🐛 [Bug]: Potential issues with parameter parsing in findNextParamPosition and handling of routes with multiple` : `
#3289 commented on
Apr 21, 2025 • 0 new comments -
📝 [Proposal]: Early hints
#3211 commented on
Apr 22, 2025 • 0 new comments -
📝 [Proposal]: Make fiber.Ctx implement context.Context
#3344 commented on
Apr 23, 2025 • 0 new comments -
🔥 feat: Add Support for Removing Routes
#3230 commented on
Mar 25, 2025 • 0 new comments -
Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221
#3296 commented on
Apr 21, 2025 • 0 new comments