Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/gofiber/fiber
⚡️ Express inspired web framework written in Go
https://github.com/gofiber/fiber
db62f9c21856f50d315d72c7adbc6f945c1cd772 authored about 1 year ago by RW <[email protected]>
* :bug: bug: fix route naming issue when using same path for different methods
* fix linter
...
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.19 to 0.0.20.
-...
6f0d34d39e2fce09f66ba15922736c898b67f4d9 authored about 1 year ago by RW <[email protected]>
af3999835f33943c7d63aa1cfc70e64e94319eca authored about 1 year ago by René Werner <[email protected]>
prepare release v2.50.0
c864da091dc188d8463d24d1d755d20897cd2d7b authored about 1 year ago by RW <[email protected]>* feat: improved csrf with session support
* fix: double submit cookie
* feat: add warning coo...
8c3916dbf4ad2ed427d02c6eb63ae8b2fa8f019a authored about 1 year ago by Jason McNeil <[email protected]>* :bug: bug: fix path checking on route naming
* fix several tests
* fix several tests
d736d3a64433385b0fc0189e16a36a2f4facb67d authored about 1 year ago by M. Efe Çetin <[email protected]>🩹 Fix: Typo in requestid.md
cb89cce4ca087f9b50c6c56b5e6e9e314286d86e authored about 1 year ago by Jason McNeil <[email protected]>Minor typo fix in requestid.md.
d974cf3c990060245447c69e4b7c265240663fbd authored about 1 year ago by Javier Scappini <[email protected]>* prep for branching
* feature: added a cookie parser and tests appropriate tests
* :spark...
e70b2e28d66473ab6ad0d69f788dd2a6009c247e authored about 1 year ago by joey1123455 <[email protected]>bb90fc11875666048182e81511c827316f4a54ee authored about 1 year ago by René Werner <[email protected]>
* feat: improved csrf with session support
* fix: double submit cookie
* feat: add warning coo...
b50d91d58ecdff2a330bf07950244b6c4caf65b1 authored about 1 year ago by Jason McNeil <[email protected]>9292a36e28c05e5b91ccdbcd7707a576594712ec authored about 1 year ago by M. Efe Çetin <[email protected]>
* fix incorrect status code source
* fix typo
8c69065e83031e14be0a8c4102f73b77fe8c5e62 authored about 1 year ago by Josh Larsen <[email protected]>ada2d4affdde6f3a998cc53e92a0c262dff07708 authored about 1 year ago by RW <[email protected]>
fix withContext caller
fc2ab3387ade433b1f17bb3459eeb2a89483073f authored about 1 year ago by Jiun Lee <[email protected]>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.12.0 to 0.13.0.
- [Commits](http...
SendFile response code for success
8228da91fc00adb2a7b11680ea715e67147113e4 authored about 1 year ago by Michael Bell <[email protected]>59409f38419dc2a7d73493782e0beb191fae892a authored about 1 year ago by René Werner <[email protected]>
* fix loop variable xxx captured by func literal
* fix middleware/pprof tests
0d3354675bbd9e47e5023a1b905d0c35315a8205 authored about 1 year ago by Tiago Peczenyj <[email protected]>* run goimports -w -local github.com/gofiber/fiber .
* run gofumpt -w -extra .
ab4e73160777e133d4307c6804011fc3ce9b4b12 authored about 1 year ago by Tiago Peczenyj <[email protected]>apply go fix ./...
d25dfa4ce7ff547da20cba4c8fe12dcf0e68f93d authored about 1 year ago by Tiago Peczenyj <[email protected]>* add unit test to trigger the bug #2675
* implement solution
9230be3649d0e0c8612cf907b92901541467a1a4 authored about 1 year ago by Tiago Peczenyj <[email protected]>5171f6b5057a92ceec46db93f11723c7f6b8857a authored about 1 year ago by René Werner <[email protected]>
d00f0b834830f7d57f194e59519f3604201e5068 authored about 1 year ago by KaptinLin <[email protected]>
* ✨ feat: add Delete method to Store struct in session middleware
* ♻ refactor: enhance Delet...
d86c257c89fc320fdb95e4e2d0b9f35842106dda authored about 1 year ago by KaptinLin <[email protected]>* :bug: bug: fix PassLocalsToView when bind parameter is nil
* fix linter
fa887332189ea9dc0bec8c33be5cefe9e7c817ae authored about 1 year ago by M. Efe Çetin <[email protected]>6e443f60267108577ef5e191b3e60fa964d5c8b6 authored about 1 year ago by M. Efe Çetin <[email protected]>
* ctx: change signatures of GetReqHeaders and GetRespHeaders
* fix middlewares
a9447a5b49fce63e77370ccfe65f50ffe8921a4d authored about 1 year ago by M. Efe Çetin <[email protected]>c0988de91ea21074b6c56c9851eddfc4e31e5538 authored about 1 year ago by Jimmy Li <[email protected]>
e6d6fbe5a83262d4a7262f03a1bbceca9105a80d authored about 1 year ago by M. Efe Çetin <[email protected]>
* Refactor Ctx.Method func to improve code readability
* Fix the lint issue with extra tab on b...
c89184c155fbaa2bbb6589bb8d20332e4dddd5b0 authored about 1 year ago by dairlair <[email protected]>* :bug: fix parse ips return invalid in abnormal case
* :recycle: change benchmark to test ca...
640fd1f7c7555e9cad20782369c6ab00aba7bc55 authored over 1 year ago by huykn <[email protected]>e547bea49e19984fddd1131332d43db092b1f58e authored over 1 year ago by RW <[email protected]>
* :bug: fix bug parse custom header
* :rotating_light: fix lint when request merge https://gi...
59d3eb0762cb44f40897f6b061d11221c499cfc1 authored over 1 year ago by huykn <[email protected]>* Replace io.ReadAll with io.Copy for Adaptor Middleware
* Add nolint to Close() during benchmark
5d6552e42d211ee251533b76e2eb8f779f230bc4 authored over 1 year ago by Juan Calderon-Perez <[email protected]>
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.49.0 to 1.50.0.
...
Specified response code
d0d5e9ee995a9ae84dc44d931bc8e4d4f2849484 authored over 1 year ago by CuiPeiyu <[email protected]>prepare release v2.49.2
2af907d98d949f710553ebed3d3f9da37bd94966 authored over 1 year ago by RW <[email protected]>:bug: Removes extra padding for response code, method
6d34e23815eb6cf8cb4d0a1748a1c033e592df32 authored over 1 year ago by Akarshit Joshi <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...
b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dc authored over 1 year ago by René Werner <[email protected]>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.11.0 to 0.12.0.
- [Commits](http...
* 11-aryan
* Removed the backticks where no special characters is used
* added backticks t...
328411a06b674371bc2a732250f5ac5409446979 authored over 1 year ago by )`(-@_.+_^*__*^ <[email protected]>prepare release v2.49.1
b932bf12fc1265d73988e3aa817d9a3621a792d5 authored over 1 year ago by RW <[email protected]>Add polish translation of github readme
Co-authored-by: Kacper Soczko <kacpersoczko@bluerider...
e85ceda9998cf4e20426f7a5a8f632b886e0b877 authored over 1 year ago by Kacper Soczko <[email protected]>
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.48.0 to 1.49.0.
...
* Rollback changes to go.mod file
* Format workflow files with prettier, use go1.20 for go.mod ...
8761d948ba5f492ecc40c060298f7db04fecbd9e authored over 1 year ago by Juan Calderon-Perez <[email protected]>
Modifying sentences that are awkward to translate
Translating an untranslated sentence
5745dfe1ac4b4b02abe92b7e66f2c6ed51c86487 authored over 1 year ago by René Werner <[email protected]>
57aef091c4d0b171082ff590ec630e2cec9284e2 authored over 1 year ago by René Werner <[email protected]>
prepare release v2.49.0
b84f8a64e3b795bb9c8407d9a36cb3989f0216f1 authored over 1 year ago by RW <[email protected]>15129972357dc1fc75fe03db2723c9e10bed20e6 authored over 1 year ago by René Werner <[email protected]>
♻️ Refactor: Use Global vars instead of local vars for isLocalHost
8ec7cec43522bc7fe2a035d42458d656e58b667f authored over 1 year ago by Jian Lim <[email protected]>
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release ...
7850cde541d187862539d43bae079dedc064ac6f authored over 1 year ago by RW <[email protected]>
Deprecation of io/ioutil
35797e6639d40de4baae88847c82b5711184acbf authored over 1 year ago by Jian Lim <[email protected]>* :fire: add config to enable splitting by comma in parsers
:fire: add config to enable split...
1dea615ddf636a7ffb786d1225a929e357e986d2 authored over 1 year ago by M. Efe Çetin <[email protected]>e2f7457d4de166214e17ec9f7a233fcbfc2d28e4 authored over 1 year ago by M. Efe Çetin <[email protected]>
replace the EG flag with the proper smaller svg
5fd3f20de8e2e745e1760d921e56ae6796b619ed authored over 1 year ago by Girges Scandar <[email protected]>From the Go docs:
"If the map is nil, the number of iterations is 0." [1]
Therefore, an addi...
242ff945050146e2865134185ff2d81ee73b1581 authored over 1 year ago by Eng Zer Jun <[email protected]>correct EG flag
85d1f6895aa86170f53250b88661ad05e8366a5f authored over 1 year ago by RW <[email protected]>* Add custom data property to favicon middleware
* Update favicon middleware docs
* Fix fo...
892b23bd461279580b69c08a3897f3355b703abc authored over 1 year ago by Jacob <[email protected]>* Adds EG readme
* Links EG readme to other readmes
* update language count to 19
* add...
bd9c3fc23996897c67d9f3b1df69f3031d66d15b authored over 1 year ago by Girges Scandar <[email protected]>* fix: default logger formater latency
* test: add Test_Logger_WithLatency_DefaultFormat
*...
c3ae06608b68302e91eba2f338efa65a1cac8b13 authored over 1 year ago by Jason McNeil <[email protected]>* :adhesive_bandage: Fix: rename WithTlsConfig method to WithTLSConfig
* :art: Style: remove ...
a50df4fcdd6c047d1a19c04389acc862d15d47ba authored over 1 year ago by 0bl <[email protected]>💄 feat(middleware/logger): latency match gin-gonic/gin formatter
2624c5dc6326314a6a0313a6560feb37ead573f3 authored over 1 year ago by Jason McNeil <[email protected]>35da4c6a7510e9a4a73409e85f2b70c632347d89 authored over 1 year ago by Jason McNeil <[email protected]>
7b1aa8a612a1dc314e7594c200a04e5198c43a99 authored over 1 year ago by Jason McNeil <[email protected]>
acf427c4bb637d67dbc55cb685294601464e8e93 authored over 1 year ago by Jason McNeil <[email protected]>
📚 Doc: Translate REAMDE to Portuguese
Co-authored-by: Anderson Miranda <[email protected]>
35a13fb726e7e6506c113d8b0d45f45193225da1 authored over 1 year ago by Anderson Miranda <[email protected]>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.10.0 to 0.11.0.
- [Commits](http...
e6a93808800753d626cd3c3b3a0b75300ed29feb authored over 1 year ago by René Werner <[email protected]>
optimize sync docs
- sort version json
1e4e0c3b76bbbea8950256ba5591e0ef4eb021f0 authored over 1 year ago by René Werner <[email protected]>
9fbb961adbad2a0f71adbed8f6acade9963950f0 authored over 1 year ago by M. Efe Çetin <[email protected]>
* :wrench: feat: Decode body in order when sent a list on content-encoding
* :rocket: perf: C...
f29f39b1b3f640b29a1df5e315b126ca24b67ba7 authored over 1 year ago by João Victor Oliveira Couto <[email protected]>44acb06c02188f34d6e8bc0bb3e04de27c46cbd4 authored over 1 year ago by Muhammed Efe Cetin <[email protected]>
75bb02b87ecc3fcbdd67362e9b06d4f8cbe6dcf3 authored over 1 year ago by Muhammed Efe Cetin <[email protected]>
e91b02b34537d02f71f5e398ba6102699959aaea authored over 1 year ago by M. Efe Çetin <[email protected]>
* wip
* doc: Improve *fiber.Client section
Enhanced the documentation for the *fiber.Client se...
3e5743bcac4b32a3f0410724907a9052b3816c4c authored over 1 year ago by Renan Bastos <[email protected]>443804e95da84c526e55bafac24801be6b8975a1 authored over 1 year ago by René Werner <[email protected]>
51ea636b60727af37851a28315b7c0a199f79883 authored over 1 year ago by RW <[email protected]>
added documentation about ctx Fresh
5d74725a696eb9448232d52d02302242f32946bc authored over 1 year ago by Lev Saminskij <[email protected]>Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.14 to 0.0....
8e9d57f5a00cdaa1a0e0ee762de521a9b427518d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Since we are using port 3000, it ideal to maintain that throughout in order not to confuse begin...
2c8c4a6545117108f56026460ef59a4e8fe8756b authored over 1 year ago by Precious Luke <[email protected]>Add hint for references to GetReqHeaders
c0116f445f4f65d3c487e92933a233f4ce535368 authored over 1 year ago by RW <[email protected]>Add additional documentation for GetRespHeaders
3b08646abf1d85c53f23cfdc56fdbabd1e7397bd authored over 1 year ago by RW <[email protected]>docs: fixed link to slim template engine
f1ff0f45c8d73442e56a9b5388f2d8ced1a5f633 authored over 1 year ago by Štefan Baebler <[email protected]>f6446ab0b93d8ba508daa43bd253cfb0631d90aa authored over 1 year ago by RW <[email protected]>
prepare release v2.48.0
9c2d214bcfafe89771b0e878f00cb6acc797142d authored over 1 year ago by RW <[email protected]>fix link
08099b0635f4432e2ded1adda9e951a1144ea97a authored over 1 year ago by f1rstmehul <[email protected]>* Completely remove dictpool
Looks like issue:
https://github.com/gofiber/fiber/issues/2209
...
a9933f50c5677a203960daa4d99656ac82944267 authored over 1 year ago by RW <[email protected]>
99902abc0c038aa1d0bb9d5f80e12ff52a039334 authored over 1 year ago by René Werner <[email protected]>
47b767e716fbcfd0af6a8ea43a4727f7b34ae57e authored over 1 year ago by René Werner <[email protected]>
fb9b57f534c48adf9c11ee22b6b806501ece3d06 authored over 1 year ago by René Werner <[email protected]>
924fefd677f2bdbf3fd325c8114e2b8af7542901 authored over 1 year ago by RW <[email protected]>
fix dark and light mode picture
https://github.blog/changelog/2021-11-24-specify-theme-context-...