Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Fiber
π Fiber is an Express inspired web framework written in Go with π
Collective -
https://opencollective.com/fiber
- Code: https://github.com/gofiber/fiber
π©Ή Fix: behavior of `DefaultCtx.Fresh` when 'Last-Modified' and 'If-Modified-Since' are equal
github.com/gofiber/fiber - miyamo2 opened this pull request 3 months ago
github.com/gofiber/fiber - miyamo2 opened this pull request 3 months ago
π [Proposal]: Add TestConfig to app.Test() for configurable testing
github.com/gofiber/fiber - grivera64 opened this issue 3 months ago
github.com/gofiber/fiber - grivera64 opened this issue 3 months ago
build(deps): bump github.com/tinylib/msgp from 1.1.8 to 1.2.1
github.com/gofiber/fiber - ReneWerner87 opened this pull request 3 months ago
github.com/gofiber/fiber - ReneWerner87 opened this pull request 3 months ago
build(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0
github.com/gofiber/fiber - dependabot[bot] opened this pull request 3 months ago
github.com/gofiber/fiber - dependabot[bot] opened this pull request 3 months ago
chore(middleware/cache): fix typo
github.com/gofiber/fiber - miyamo2 opened this pull request 3 months ago
github.com/gofiber/fiber - miyamo2 opened this pull request 3 months ago
π Doc: removed zero width white space from logger docs
github.com/gofiber/fiber - oktayozkan0 opened this pull request 3 months ago
github.com/gofiber/fiber - oktayozkan0 opened this pull request 3 months ago
Zero width space (u200b) characters in logger docs
github.com/gofiber/fiber - oktayozkan0 opened this issue 3 months ago
github.com/gofiber/fiber - oktayozkan0 opened this issue 3 months ago
Replaced link to russian mozilla docs
github.com/gofiber/fiber - nexovec opened this pull request 3 months ago
github.com/gofiber/fiber - nexovec opened this pull request 3 months ago
π [Proposal]: Add app.Benchmark method with Context and InMemory Listener
github.com/gofiber/fiber - gaby opened this issue 3 months ago
github.com/gofiber/fiber - gaby opened this issue 3 months ago
v3: Optimize IsFromLocal() performance
github.com/gofiber/fiber - gaby opened this pull request 3 months ago
github.com/gofiber/fiber - gaby opened this pull request 3 months ago
π [Bug]: The correct path cannot be obtained from the middleware.
github.com/gofiber/fiber - KScaesar opened this issue 3 months ago
github.com/gofiber/fiber - KScaesar opened this issue 3 months ago
π₯Feature (v3): Add TrustInternalIPs Config Option
github.com/gofiber/fiber - xEricL opened this pull request 3 months ago
github.com/gofiber/fiber - xEricL opened this pull request 3 months ago
π [Bug]: staticConfig.FS won't accept http.FileSystem in v3
github.com/gofiber/fiber - idearat opened this issue 3 months ago
github.com/gofiber/fiber - idearat opened this issue 3 months ago
v3: Fix issue with default logger when creating RequestCtx
github.com/gofiber/fiber - gaby opened this pull request 3 months ago
github.com/gofiber/fiber - gaby opened this pull request 3 months ago
π Doc: Fix typos in client hooks documentation
github.com/gofiber/fiber - yinheli opened this pull request 3 months ago
github.com/gofiber/fiber - yinheli opened this pull request 3 months ago
π©Ή Fix: static server in sub app with mount (#3104)
github.com/gofiber/fiber - yinheli opened this pull request 3 months ago
github.com/gofiber/fiber - yinheli opened this pull request 3 months ago
π₯ Feature (v3): Add buffered streaming support
github.com/gofiber/fiber - grivera64 opened this pull request 3 months ago
github.com/gofiber/fiber - grivera64 opened this pull request 3 months ago
π [Bug]: FiberApp adaptor initializes fasthttp.RequestCtx with nil logger
github.com/gofiber/fiber - neondodongo opened this issue 3 months ago
github.com/gofiber/fiber - neondodongo opened this issue 3 months ago
π Doc: Update recover docs to not use reserved keyword
github.com/gofiber/fiber - glensargent opened this pull request 3 months ago
github.com/gofiber/fiber - glensargent opened this pull request 3 months ago
build(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 17
github.com/gofiber/fiber - dependabot[bot] opened this pull request 3 months ago
github.com/gofiber/fiber - dependabot[bot] opened this pull request 3 months ago
π [Proposal]: Add buffered streaming support
github.com/gofiber/fiber - grivera64 opened this issue 3 months ago
github.com/gofiber/fiber - grivera64 opened this issue 3 months ago
π©Ή Fix (v3): handle un-matched open brackets in the query params
github.com/gofiber/fiber - dojutsu-user opened this pull request 4 months ago
github.com/gofiber/fiber - dojutsu-user opened this pull request 4 months ago
feat: Migrate monitor middleware from Fiber v2 to v3
github.com/gofiber/fiber - Redish101 opened this pull request 4 months ago
github.com/gofiber/fiber - Redish101 opened this pull request 4 months ago
π [Proposal]: Deprecate usage of valyala/bytebufferpool
github.com/gofiber/fiber - gaby opened this issue 4 months ago
github.com/gofiber/fiber - gaby opened this issue 4 months ago
π Doc: Fix CSRF extractor function
github.com/gofiber/fiber - yanc0 opened this pull request 4 months ago
github.com/gofiber/fiber - yanc0 opened this pull request 4 months ago
π©Ή Fix: handle un-matched open brackets in the query params
github.com/gofiber/fiber - dojutsu-user opened this pull request 4 months ago
github.com/gofiber/fiber - dojutsu-user opened this pull request 4 months ago
π [Bug]: Panic on specific query param for QueryParser
github.com/gofiber/fiber - arielsrv opened this issue 4 months ago
github.com/gofiber/fiber - arielsrv opened this issue 4 months ago
chore: Bump golangci-lint to v1.60.3
github.com/gofiber/fiber - gaby opened this pull request 4 months ago
github.com/gofiber/fiber - gaby opened this pull request 4 months ago
π€ [Question]: Is it possible to support the use of openapi3 libraries
github.com/gofiber/fiber - qmdx opened this issue 4 months ago
github.com/gofiber/fiber - qmdx opened this issue 4 months ago
π€ [Question]: How to implement internationalization for parameter validation in V3
github.com/gofiber/fiber - layxyer opened this issue 4 months ago
github.com/gofiber/fiber - layxyer opened this issue 4 months ago
π Doc: Update example in middleware/cors to v3
github.com/gofiber/fiber - AuroraTea opened this pull request 4 months ago
github.com/gofiber/fiber - AuroraTea opened this pull request 4 months ago
π [Bug]: There is an example in `middleware/cors` still uses the v2 syntax.
github.com/gofiber/fiber - AuroraTea opened this issue 4 months ago
github.com/gofiber/fiber - AuroraTea opened this issue 4 months ago
π€ [Question]: Validation with body and struct
github.com/gofiber/fiber - redat00 opened this issue 4 months ago
github.com/gofiber/fiber - redat00 opened this issue 4 months ago
π Doc: Add detailed documentation for the templates guide
github.com/gofiber/fiber - grivera64 opened this pull request 4 months ago
github.com/gofiber/fiber - grivera64 opened this pull request 4 months ago
π€ [Question]: How to populate right resource name when a middleware stops the request early?
github.com/gofiber/fiber - andrii-korotkov-verkada opened this issue 4 months ago
github.com/gofiber/fiber - andrii-korotkov-verkada opened this issue 4 months ago
π [Bug]: fiber prefork on windows
github.com/gofiber/fiber - lorypelli opened this issue 4 months ago
github.com/gofiber/fiber - lorypelli opened this issue 4 months ago
π©Ή Fix: error check in Form binder
github.com/gofiber/fiber - devhaozi opened this pull request 4 months ago
github.com/gofiber/fiber - devhaozi opened this pull request 4 months ago
client: fix SetProxyURL functionality
github.com/gofiber/fiber - efectn opened this pull request 4 months ago
github.com/gofiber/fiber - efectn opened this pull request 4 months ago
π Doc: Add detailed documentation for the templates guide
github.com/gofiber/fiber - grivera64 opened this issue 4 months ago
github.com/gofiber/fiber - grivera64 opened this issue 4 months ago
π [Proposal]: Add support to create client from existing client
github.com/gofiber/fiber - goriunov opened this issue 4 months ago
github.com/gofiber/fiber - goriunov opened this issue 4 months ago
v3: Improve path validation in Static Middleware
github.com/gofiber/fiber - ashermyers opened this pull request 4 months ago
github.com/gofiber/fiber - ashermyers opened this pull request 4 months ago
π [Bug]: Static server in sub app does not work
github.com/gofiber/fiber - lephattan opened this issue 4 months ago
github.com/gofiber/fiber - lephattan opened this issue 4 months ago
π€ [Question]: Error Handler : Sentry Stack Trace Highlights hub.CaptureException Instead of Original Source
github.com/gofiber/fiber - ImEins opened this issue 4 months ago
github.com/gofiber/fiber - ImEins opened this issue 4 months ago
chore: Add support for go1.23 and golangci-lint v1.60.1
github.com/gofiber/fiber - gaby opened this pull request 4 months ago
github.com/gofiber/fiber - gaby opened this pull request 4 months ago
π€ [Question]: How to handle decode inner struct from form http request?
github.com/gofiber/fiber - bbkgh opened this issue 4 months ago
github.com/gofiber/fiber - bbkgh opened this issue 4 months ago
:sparkles: enhancement: use msgp for flash message encoding/decoding
github.com/gofiber/fiber - efectn opened this pull request 4 months ago
github.com/gofiber/fiber - efectn opened this pull request 4 months ago
π [Proposal]: Allow removing registered route
github.com/gofiber/fiber - rebaz94 opened this issue 5 months ago
github.com/gofiber/fiber - rebaz94 opened this issue 5 months ago
π [Proposal]: Cache Middleware Mechanism & Other Middleware Mechanism that uses storage
github.com/gofiber/fiber - H0llyW00dzZ opened this issue 5 months ago
github.com/gofiber/fiber - H0llyW00dzZ opened this issue 5 months ago
π€ [Question]: Is there any way to avoid parsing URLEncoded on Agent?
github.com/gofiber/fiber - luiz-otavio opened this issue 5 months ago
github.com/gofiber/fiber - luiz-otavio opened this issue 5 months ago
π [Proposal]: Access ctx from Authorizer function from BasicAuth middleware.
github.com/gofiber/fiber - nakisen opened this issue 5 months ago
github.com/gofiber/fiber - nakisen opened this issue 5 months ago
π€ [Question]: When there will be direct support for a-h/templ?
github.com/gofiber/fiber - NikoMalik opened this issue 5 months ago
github.com/gofiber/fiber - NikoMalik opened this issue 5 months ago
v3: Consolidate Logic of Handling the Request Body
github.com/gofiber/fiber - ad3n opened this pull request 5 months ago
github.com/gofiber/fiber - ad3n opened this pull request 5 months ago
v3: Add Benchmarks for Rewrite Middleware
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
π€ [Question]: When will fiber 3 be production ready
github.com/gofiber/fiber - AshwinTayson opened this issue 5 months ago
github.com/gofiber/fiber - AshwinTayson opened this issue 5 months ago
v3: Improve Performance of c.Body() by 125%
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
π [Bug]: Adaptor middleware duplicates cookies
github.com/gofiber/fiber - DreamwareDevelopment opened this issue 5 months ago
github.com/gofiber/fiber - DreamwareDevelopment opened this issue 5 months ago
build(deps): bump github.com/gofiber/utils/v2 from 2.0.0-beta.5 to 2.0.0-beta.6
github.com/gofiber/fiber - dependabot[bot] opened this pull request 5 months ago
github.com/gofiber/fiber - dependabot[bot] opened this pull request 5 months ago
Use utils Trim functions instead of the strings/bytes functions
github.com/gofiber/fiber - ReneWerner87 opened this pull request 5 months ago
github.com/gofiber/fiber - ReneWerner87 opened this pull request 5 months ago
v3: Improve performance of helper functions
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
π [Bug]: v3 Client ignores proxy settings
github.com/gofiber/fiber - timerzz opened this issue 5 months ago
github.com/gofiber/fiber - timerzz opened this issue 5 months ago
v2: Update benchmark-action to v1.20.3
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
build(deps): bump actions/checkout from 3 to 4
github.com/gofiber/fiber - dependabot[bot] opened this pull request 5 months ago
github.com/gofiber/fiber - dependabot[bot] opened this pull request 5 months ago
v3: Refactor Benchmark Results Workflow
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
test(ctx_test): Fix race condition
github.com/gofiber/fiber - sixcolors opened this pull request 5 months ago
github.com/gofiber/fiber - sixcolors opened this pull request 5 months ago
π [Bug]: Middleware Executes Twice When app.Static is Placed Before Any Middleware
github.com/gofiber/fiber - vnxx opened this issue 5 months ago
github.com/gofiber/fiber - vnxx opened this issue 5 months ago
v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
v3: Improve performance of Adaptor Middleware
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
π [Proposal]: Support for Application State Management
github.com/gofiber/fiber - gaby opened this issue 5 months ago
github.com/gofiber/fiber - gaby opened this issue 5 months ago
β¨ feat: Add support for CookieConfig in Redirect
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
github.com/gofiber/fiber - gaby opened this pull request 5 months ago
π [Bug]: cache middleware: runtime error: index out of range [0] with length 0
github.com/gofiber/fiber - brunodmartins opened this pull request 5 months ago
github.com/gofiber/fiber - brunodmartins opened this pull request 5 months ago
:sparkles: feat: Add support for RebuildTree
github.com/gofiber/fiber - luk3skyw4lker opened this pull request 5 months ago
github.com/gofiber/fiber - luk3skyw4lker opened this pull request 5 months ago
π [Proposal]: Get session by its ID
github.com/gofiber/fiber - gandaldf opened this issue 5 months ago
github.com/gofiber/fiber - gandaldf opened this issue 5 months ago
π [Bug]: cache middleware: runtime error: index out of range [0] with length 0
github.com/gofiber/fiber - canbusio opened this issue 5 months ago
github.com/gofiber/fiber - canbusio opened this issue 5 months ago
[Question]: Can't debug in Goland in Routes
github.com/gofiber/fiber - vruzin opened this issue 5 months ago
github.com/gofiber/fiber - vruzin opened this issue 5 months ago
:sparkles: feat: Add Max Func to Limiter Middleware
github.com/gofiber/fiber - luk3skyw4lker opened this pull request 5 months ago
github.com/gofiber/fiber - luk3skyw4lker opened this pull request 5 months ago
β¨ feat: Add Startup Probe to Healthcheck Middleware
github.com/gofiber/fiber - kirankumar-grootan opened this pull request 5 months ago
github.com/gofiber/fiber - kirankumar-grootan opened this pull request 5 months ago
π [Proposal]: Add StartupProbe support to healthcheck Middleware
github.com/gofiber/fiber - kirankumar-grootan opened this issue 6 months ago
github.com/gofiber/fiber - kirankumar-grootan opened this issue 6 months ago
π bug: Use Content-Length for bytesReceived and bytesSent tags in Logger Middleware in v2
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
π bug: Use Content-Length for bytesReceived and bytesSent tags in Logger Middleware
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
π€ [Question]: limiter supports dynamic setting of βMaxβ parameter
github.com/gofiber/fiber - zhangyongding opened this issue 6 months ago
github.com/gofiber/fiber - zhangyongding opened this issue 6 months ago
v3: Add support for consistent documentation using markdownlint
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
v3: Improve and simplify logic of ctx.Next()
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
build(deps): bump github.com/gofiber/utils/v2 from 2.0.0-beta.4 to 2.0.0-beta.5
github.com/gofiber/fiber - dependabot[bot] opened this pull request 6 months ago
github.com/gofiber/fiber - dependabot[bot] opened this pull request 6 months ago
v3: Update benchmarks for Logger Middleware
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
π [Bug]: Logger module causes OOM with ${bytesSent} and ${bytesReceived}
github.com/gofiber/fiber - shell-skrimp opened this issue 6 months ago
github.com/gofiber/fiber - shell-skrimp opened this issue 6 months ago
v3: Updates to fiberlog benchmarks and documentation
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
π [Bug]: Mutex issues with Idempotency middleware
github.com/gofiber/fiber - gaby opened this issue 6 months ago
github.com/gofiber/fiber - gaby opened this issue 6 months ago
π€ [Question]: whats the session id injection issue in github report
github.com/gofiber/fiber - MrAllenA opened this issue 6 months ago
github.com/gofiber/fiber - MrAllenA opened this issue 6 months ago
v3: Enforce key length for EncryptCookie middleware default functions
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
:bug: bug: fasthttp errors cause panic when Params is used
github.com/gofiber/fiber - efectn opened this pull request 6 months ago
github.com/gofiber/fiber - efectn opened this pull request 6 months ago
feat: Add support for longtests during CI
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
github.com/gofiber/fiber - gaby opened this pull request 6 months ago
π€ [Question]: FX with Fiber graceful shutdown Failed to stop cleanly: context deadline exceeded
github.com/gofiber/fiber - conioX opened this issue 6 months ago
github.com/gofiber/fiber - conioX opened this issue 6 months ago
π€ [Question]: zero allocation - why is this any different from how Chi or others behave? Can you document an example of what you mean?
github.com/gofiber/fiber - unusualevent opened this issue 6 months ago
github.com/gofiber/fiber - unusualevent opened this issue 6 months ago
fix(middleware/session): fix data-race with sync.Pool
github.com/gofiber/fiber - sixcolors opened this pull request 6 months ago
github.com/gofiber/fiber - sixcolors opened this pull request 6 months ago
fix(middleware/session): mutex for thread safety
github.com/gofiber/fiber - sixcolors opened this pull request 6 months ago
github.com/gofiber/fiber - sixcolors opened this pull request 6 months ago
fix(middleware/session): mutex for thread safety
github.com/gofiber/fiber - sixcolors opened this pull request 6 months ago
github.com/gofiber/fiber - sixcolors opened this pull request 6 months ago
π§Ή [Maintenance]: Add Parallel Benchmarks
github.com/gofiber/fiber - efectn opened this issue 6 months ago
github.com/gofiber/fiber - efectn opened this issue 6 months ago