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

🐛 [Bug]: Naming of routes works wrong after mount #2688 (#2689)

db62f9c21856f50d315d72c7adbc6f945c1cd772 authored about 1 year ago by RW <[email protected]>
:bug: bug: fix method validation on route naming (#2686)

* :bug: bug: fix route naming issue when using same path for different methods

* fix linter
...

94acde8fe5dd2b793ab07924cd9d0ee728eb753c authored about 1 year ago by M. Efe Çetin <[email protected]>
build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 (#2679)

Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.19 to 0.0.20.
-...

37ad7c799091b5c85c5c37d9ab0b28e220ae8bcd authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update csrf.md

6f0d34d39e2fce09f66ba15922736c898b67f4d9 authored about 1 year ago by RW <[email protected]>
Add more description to GetClientInfo

af3999835f33943c7d63aa1cfc70e64e94319eca authored about 1 year ago by René Werner <[email protected]>
prepare release v2.50.0

prepare release v2.50.0

c864da091dc188d8463d24d1d755d20897cd2d7b authored about 1 year ago by RW <[email protected]>
Merge pull request from GHSA-94w9-97p3-p368

* 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 (#2676)

* :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]>
Merge pull request #2675 from jscappini/patch-1

🩹 Fix: Typo in requestid.md

cb89cce4ca087f9b50c6c56b5e6e9e314286d86e authored about 1 year ago by Jason McNeil <[email protected]>
Fix typo in requestid.md

Minor typo fix in requestid.md.

d974cf3c990060245447c69e4b7c265240663fbd authored about 1 year ago by Javier Scappini <[email protected]>
Cookie parser (#2656)

* prep for branching

* feature: added a cookie parser and tests appropriate tests

* :spark...

e70b2e28d66473ab6ad0d69f788dd2a6009c247e authored about 1 year ago by joey1123455 <[email protected]>
fix lint errors

bb90fc11875666048182e81511c827316f4a54ee authored about 1 year ago by René Werner <[email protected]>
Merge pull request from GHSA-94w9-97p3-p368

* 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]>
:bug: bug: fix nil pointer dereference issue on idempotency middleware (#2668)

9292a36e28c05e5b91ccdbcd7707a576594712ec authored about 1 year ago by M. Efe Çetin <[email protected]>
📚 [Doc] fix incorrect status code source (#2667)

* fix incorrect status code source

* fix typo

8c69065e83031e14be0a8c4102f73b77fe8c5e62 authored about 1 year ago by Josh Larsen <[email protected]>
Update hooks.md

ada2d4affdde6f3a998cc53e92a0c262dff07708 authored about 1 year ago by RW <[email protected]>
🩹Fix incorrect log depth when use log.WithContext (#2666)

fix withContext caller

fc2ab3387ade433b1f17bb3459eeb2a89483073f authored about 1 year ago by Jiun Lee <[email protected]>
build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#2665)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.12.0 to 0.13.0.
- [Commits](http...

6ecd607d9717b3312e3bd0c2da5194bdba78ff00 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[filesystem middleware] improve status for SendFile (#2664)

SendFile response code for success

8228da91fc00adb2a7b11680ea715e67147113e4 authored about 1 year ago by Michael Bell <[email protected]>
improve sendFile documentation

59409f38419dc2a7d73493782e0beb191fae892a authored about 1 year ago by René Werner <[email protected]>
Fix loop variable captured by func literal (#2660)

* fix loop variable xxx captured by func literal

* fix middleware/pprof tests

0d3354675bbd9e47e5023a1b905d0c35315a8205 authored about 1 year ago by Tiago Peczenyj <[email protected]>
Run gofumpt and goimports (#2662)

* 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 ./... with latest version of go in repository (#2661)

apply go fix ./...

d25dfa4ce7ff547da20cba4c8fe12dcf0e68f93d authored about 1 year ago by Tiago Peczenyj <[email protected]>
Fix jsonp ignoring custom json encoder (#2658)

* add unit test to trigger the bug #2675

* implement solution

9230be3649d0e0c8612cf907b92901541467a1a4 authored about 1 year ago by Tiago Peczenyj <[email protected]>
improve compress middleware documentation

5171f6b5057a92ceec46db93f11723c7f6b8857a authored about 1 year ago by René Werner <[email protected]>
✨ feat: add Reset method to Session struct in session middleware (#2654)

d00f0b834830f7d57f194e59519f3604201e5068 authored about 1 year ago by KaptinLin <[email protected]>
✨ feat: add Delete method to Store struct in session middleware (#2655)

* ✨ 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 (#2651)

* :bug: bug: fix PassLocalsToView when bind parameter is nil

* fix linter

fa887332189ea9dc0bec8c33be5cefe9e7c817ae authored about 1 year ago by M. Efe Çetin <[email protected]>
refactor: use utils.AssertEqual instead of t.Fatal on some tests (#2653)

6e443f60267108577ef5e191b3e60fa964d5c8b6 authored about 1 year ago by M. Efe Çetin <[email protected]>
ctx: change signatures of GetReqHeaders and GetRespHeaders (#2650)

* ctx: change signatures of GetReqHeaders and GetRespHeaders

* fix middlewares

a9447a5b49fce63e77370ccfe65f50ffe8921a4d authored about 1 year ago by M. Efe Çetin <[email protected]>
:memo: middleware: cors: update docs to better explain AllowOriginsFunc (#2652)

c0988de91ea21074b6c56c9851eddfc4e31e5538 authored about 1 year ago by Jimmy Li <[email protected]>
:sparkles: middleware: cors: allow disabling caching in preflight requests (#2649)

e6d6fbe5a83262d4a7262f03a1bbceca9105a80d authored about 1 year ago by M. Efe Çetin <[email protected]>
♻️ Refactor Ctx.Method func to improve code readability (#2647)

* 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 (#2642)

* :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]>
Update cache.md

e547bea49e19984fddd1131332d43db092b1f58e authored over 1 year ago by RW <[email protected]>
:bug: fix bug parse custom header (#2638)

* :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]>
🐛 fix(middleware/adaptor): Reduce memory usage by replacing io.ReadAll() with io.Copy() (#2637)

* 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]>
build(deps): bump github.com/valyala/fasthttp from 1.49.0 to 1.50.0 (#2634)

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.49.0 to 1.50.0.
...

52f1eb9ddfa7bba9c36f6bc764ab6b5d48470003 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[middleware/filesystem]: Set response code (#2632)

Specified response code

d0d5e9ee995a9ae84dc44d931bc8e4d4f2849484 authored over 1 year ago by CuiPeiyu <[email protected]>
Update app.go

prepare release v2.49.2

2af907d98d949f710553ebed3d3f9da37bd94966 authored over 1 year ago by RW <[email protected]>
[Bug]: Logger Middleware: Enabling color changes padding for some fields #2604 (#2616)

:bug: Removes extra padding for response code, method

6d34e23815eb6cf8cb4d0a1748a1c033e592df32 authored over 1 year ago by Akarshit Joshi <[email protected]>
build(deps): bump actions/checkout from 3 to 4 (#2618)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

fe65ff8dff718db4dfb6921108371c9e248ee208 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
IsFromLocal corrected

b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dc authored over 1 year ago by René Werner <[email protected]>
build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0 (#2617)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.11.0 to 0.12.0.
- [Commits](http...

d570d95e844252d390a7209c5e7a67dddb85e016 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Replaced double quotes with backticks in all route parameter strings (#2591)

* 11-aryan

* Removed the backticks where no special characters is used

* added backticks t...

328411a06b674371bc2a732250f5ac5409446979 authored over 1 year ago by )`(-@_.+_^*__*^ <[email protected]>
Update app.go

prepare release v2.49.1

b932bf12fc1265d73988e3aa817d9a3621a792d5 authored over 1 year ago by RW <[email protected]>
📚Add Polish translation - README_pl.md (#2613)

Add polish translation of github readme

Co-authored-by: Kacper Soczko <kacpersoczko@bluerider...

e85ceda9998cf4e20426f7a5a8f632b886e0b877 authored over 1 year ago by Kacper Soczko <[email protected]>
build(deps): bump github.com/valyala/fasthttp from 1.48.0 to 1.49.0 (#2615)

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.48.0 to 1.49.0.
...

8bb5e21e39cf011b1125bbf4e8b84e93b4852a4e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rollback changes to go.mod file (#2614)

* 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]>
📝 docs: update README_ko.md (#2605)

Modifying sentences that are awkward to translate
Translating an untranslated sentence

d44b03e60a68f8414f47e60127371267b8d60719 authored over 1 year ago by Jian Lim <[email protected]>
add docs for dynamic routing

5745dfe1ac4b4b02abe92b7e66f2c6ed51c86487 authored over 1 year ago by René Werner <[email protected]>
add docs for dynamic routing

57aef091c4d0b171082ff590ec630e2cec9284e2 authored over 1 year ago by René Werner <[email protected]>
Update app.go

prepare release v2.49.0

b84f8a64e3b795bb9c8407d9a36cb3989f0216f1 authored over 1 year ago by RW <[email protected]>
improve not found error

15129972357dc1fc75fe03db2723c9e10bed20e6 authored over 1 year ago by René Werner <[email protected]>
♻️ Refactor: Use Global vars instead of local vars for isLocalHost (#2595)

♻️ Refactor: Use Global vars instead of local vars for isLocalHost

8ec7cec43522bc7fe2a035d42458d656e58b667f authored over 1 year ago by Jian Lim <[email protected]>
build(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2592)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release ...

408501434af7c538d7f9dc3b8225c5fa7afe50e3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update CONTRIBUTING.md

7850cde541d187862539d43bae079dedc064ac6f authored over 1 year ago by RW <[email protected]>
📝 Docs: update io/ioutil package to io package (#2589)

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 (#2560)

* :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]>
:broom: chore: add go 1.21 to ci and readmes (#2588)

e2f7457d4de166214e17ec9f7a233fcbfc2d28e4 authored over 1 year ago by M. Efe Çetin <[email protected]>
📝 Replace EG flag with the proper and smaller SVG (#2585)

replace the EG flag with the proper smaller svg

5fd3f20de8e2e745e1760d921e56ae6796b619ed authored over 1 year ago by Girges Scandar <[email protected]>
♻️ Refactor: Remove redundant nil check (#2584)

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]>
Update README.md

correct EG flag

85d1f6895aa86170f53250b88661ad05e8366a5f authored over 1 year ago by RW <[email protected]>
:sparkles: Add custom data property to favicon middleware config (#2579)

* Add custom data property to favicon middleware

* Update favicon middleware docs

* Fix fo...

892b23bd461279580b69c08a3897f3355b703abc authored over 1 year ago by Jacob <[email protected]>
📝 Added Egyptian Arabic readme file (#2565)

* 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(middleware/logger): default latency output format (#2580)

* fix: default logger formater latency

* test: add Test_Logger_WithLatency_DefaultFormat

*...

c3ae06608b68302e91eba2f338efa65a1cac8b13 authored over 1 year ago by Jason McNeil <[email protected]>
🩹 Fix: rename WithTlsConfig method to WithTLSConfig (#2570)

* :adhesive_bandage: Fix: rename WithTlsConfig method to WithTLSConfig

* :art: Style: remove ...

a50df4fcdd6c047d1a19c04389acc862d15d47ba authored over 1 year ago by 0bl <[email protected]>
Merge pull request #2569 from sixcolors/2258-logger-latency

💄 feat(middleware/logger): latency match gin-gonic/gin formatter

2624c5dc6326314a6a0313a6560feb37ead573f3 authored over 1 year ago by Jason McNeil <[email protected]>
test: fix text

35da4c6a7510e9a4a73409e85f2b70c632347d89 authored over 1 year ago by Jason McNeil <[email protected]>
chore: rm debug

7b1aa8a612a1dc314e7594c200a04e5198c43a99 authored over 1 year ago by Jason McNeil <[email protected]>
chore: TagLatency match gin-gonic/gin format

acf427c4bb637d67dbc55cb685294601464e8e93 authored over 1 year ago by Jason McNeil <[email protected]>
📚 Doc: Translate README to Portuguese (#2567)

📚 Doc: Translate REAMDE to Portuguese

Co-authored-by: Anderson Miranda <[email protected]>

35a13fb726e7e6506c113d8b0d45f45193225da1 authored over 1 year ago by Anderson Miranda <[email protected]>
build(deps): bump golang.org/x/sys from 0.10.0 to 0.11.0 (#2563)

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.10.0 to 0.11.0.
- [Commits](http...

8d8bddf21246cc390ab64cc231b6297bd54ef9c8 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sync docs workflow optimization

e6a93808800753d626cd3c3b3a0b75300ed29feb authored over 1 year ago by René Werner <[email protected]>
Update sync_docs.sh

optimize sync docs
- sort version json

e4839eaeba9318526f05223fa8db8c7f4af62380 authored over 1 year ago by RW <[email protected]>
optimize release drafter config

1e4e0c3b76bbbea8950256ba5591e0ef4eb021f0 authored over 1 year ago by René Werner <[email protected]>
filesystem: refactor: use `errors.Is` instead of `os.IsNotExist` (#2558)

9fbb961adbad2a0f71adbed8f6acade9963950f0 authored over 1 year ago by M. Efe Çetin <[email protected]>
fix: Decompress request body when multi Content-Encoding sent on request headers (#2555)

* :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]>
:broom: v3 (chore): fix linter warnings

44acb06c02188f34d6e8bc0bb3e04de27c46cbd4 authored over 1 year ago by Muhammed Efe Cetin <[email protected]>
Merge remote-tracking branch 'origin/master' into v3-beta

75bb02b87ecc3fcbdd67362e9b06d4f8cbe6dcf3 authored over 1 year ago by Muhammed Efe Cetin <[email protected]>
:memo: docs: fix wrong JSON docs (#2554)

e91b02b34537d02f71f5e398ba6102699959aaea authored over 1 year ago by M. Efe Çetin <[email protected]>
doc: Improve *fiber.Client section (#2553)

* 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]>
improved the config section of the middleware readme´s

443804e95da84c526e55bafac24801be6b8975a1 authored over 1 year ago by René Werner <[email protected]>
improved the config section of the middleware readme´s (#2552)

51ea636b60727af37851a28315b7c0a199f79883 authored over 1 year ago by RW <[email protected]>
📝 added documentation about ctx Fresh (#2549)

added documentation about ctx Fresh

5d74725a696eb9448232d52d02302242f32946bc authored over 1 year ago by Lev Saminskij <[email protected]>
Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 (#2551)

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>
Update intro.md (#2550)

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]>
Update ctx.md

Add hint for references to GetReqHeaders

c0116f445f4f65d3c487e92933a233f4ce535368 authored over 1 year ago by RW <[email protected]>
Update ctx.md

Add additional documentation for GetRespHeaders

3b08646abf1d85c53f23cfdc56fdbabd1e7397bd authored over 1 year ago by RW <[email protected]>
📚 Doc: Fixed link to slim template engine (#2547)

docs: fixed link to slim template engine

f1ff0f45c8d73442e56a9b5388f2d8ced1a5f633 authored over 1 year ago by Štefan Baebler <[email protected]>
Update log.md

f6446ab0b93d8ba508daa43bd253cfb0631d90aa authored over 1 year ago by RW <[email protected]>
Update app.go

prepare release v2.48.0

9c2d214bcfafe89771b0e878f00cb6acc797142d authored over 1 year ago by RW <[email protected]>
📚 Docs: Fix link (#2542)

fix link

08099b0635f4432e2ded1adda9e951a1144ea97a authored over 1 year ago by f1rstmehul <[email protected]>
:adhesive_bandage: Fix: dictpool is not completely gone (#2540)

* Completely remove dictpool

Looks like issue:
https://github.com/gofiber/fiber/issues/2209
...

58270e2d5b3d585e570d8f008cfe8df642b3ff82 authored over 1 year ago by André da Silva <[email protected]>
Update intro.md

a9933f50c5677a203960daa4d99656ac82944267 authored over 1 year ago by RW <[email protected]>
improve docs sync script

99902abc0c038aa1d0bb9d5f80e12ff52a039334 authored over 1 year ago by René Werner <[email protected]>
Merge remote-tracking branch 'origin/master'

47b767e716fbcfd0af6a8ea43a4727f7b34ae57e authored over 1 year ago by René Werner <[email protected]>
improve docs sync script

fb9b57f534c48adf9c11ee22b6b806501ece3d06 authored over 1 year ago by René Werner <[email protected]>
Update README.md

924fefd677f2bdbf3fd325c8114e2b8af7542901 authored over 1 year ago by RW <[email protected]>
Update README.md

fix dark and light mode picture
https://github.blog/changelog/2021-11-24-specify-theme-context-...

4e5540fcbf7744398502f1aa002eb7e28f4b7113 authored over 1 year ago by RW <[email protected]>