M. Efe Çetin
M. Efe Çetin
### Feature Proposal Description # Idea One Storage interface doesn't allow us to pass context to make operations cancellable. We should add new methods to allow context operations. Something like:...
## Description This PR adds documentation for new client of Fiber v3. To-Do List: - [x] Request - [x] Response - [x] Client - [x] Perhaps more information about the...
## Description This PR refactors SendFile functionality to make it work with different routes and different configurations. Fixes https://github.com/gofiber/fiber/issues/2945 ## Changes introduced - [ ] Documentation Update: Detail the updates...
### Maintenance Task Description Current benchmarks are enough to see performance difference of any code changes. However they do not meet all requirements of real-world benchmarks. Since we are running...
## Description Add support for partitioned cookies. Fixes https://github.com/gofiber/fiber/issues/3002 ## Changes introduced - [x] Documentation Update: Detail the updates made to the documentation and links to the changed files. -...
# Description Fixes https://github.com/gofiber/fiber/issues/3085 ## Changes introduced - [ ] Benchmarks: Describe any performance benchmarks and improvements related to the changes. - [ ] Documentation Update: Detail the updates made...
# Description Replace current redirection serialization with msgp which is more performant and gives more readable, clean code. **Old Benchmarks:** ```sh Benchmark_Redirect_Route-4 6814248 176.5 ns/op 16 B/op 1 allocs/op Benchmark_Redirect_Route_WithQueries-4...
# Description Update rk3588 current kernel to 6.11 and apply some hdmi rx patches which are not available for 6.10 [GitHub issue](https://github.com/armbian/build/labels/Task%2FTo-Do) reference: [Jira](https://armbian.atlassian.net/jira) reference number [AR-9999] # How Has...