contrib icon indicating copy to clipboard operation
contrib copied to clipboard

🧬 Repository for third party middlewares with dependencies

Results 49 contrib issues
Sort by recently updated
recently updated
newest added

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.19.0 to 1.24.0. Release notes Sourced from go.opentelemetry.io/otel's releases. Release v1.23.0-rc.1 This is a release candidate for the v1.23.0 release. That release is expected to include the...

🤖 Dependencies

### Feature Description Should use the same config as on the main repo. ### Additional Context (optional) _No response_ ### Code Snippet (optional) _No response_ ### Checklist: - [X] I...

✏️ Feature

Fixes context key collisions mentioned in issue https://github.com/gofiber/fiber/issues/2684 related to https://github.com/gofiber/fiber/pull/2781 BREAKING CHANGE Intended for v3

☢️ Bug
❗ BreakingChange
v3

# 🚀 Add minifying HTML, CSS and JavaScript responses ## Description This PR adds a new Minify middleware for [Fiber](https://github.com/gofiber/fiber). The middleware handles minifying HTML, CSS and JavaScript responses. This...

✏️ Feature
💡 Help wanted
♻ Wait for Response

### Question Description I have been using gofiber/websocket for a while now, and I've been reading about how you can increase WebSocket performance by creating an epoll to handle file...

🤔 Question

### Question Description I've been using otel-fiber for a while, and I've noticed that by editing the fiber.go (around line 123) file in this way, I can set the main...

🤔 Question

In fiberzaplog, fiberzerolog middleware, the configuration item `SkipURIs` only supports equal to comparison. In fact, many routes have parameters, for URL with routing parameters, cannot be effectively excluded by `SkipURIs`....

🤔 Question

### Feature Description Currently, Casbin supports [multiple types](https://casbin.org/docs/enforcers) of `Enforcer`: - `Enforcer` - `SyncedEnforcer` - `CachedEnforcer` - `SyncedCachedEnforcer` - `DistributedEnforcer` This doesn't deviate from the core functionalities of the `Enforcer`,...

✏️ Feature
👍 Accepting PR

### Question Description Is there support for the openapi standard v3? When I try to load a openapi v3 spec it fails ![screenshot](https://github.com/gofiber/contrib/assets/3178666/58145ef7-a544-48bd-b8e4-dfad9cc85b53) I can see that the latest version...

🤔 Question

### Bug Description I want to close a websocket connection but nothing happens (no error etc.). The client remains connected and can also send messages. ### How to Reproduce Steps...

☢️ Bug