Commit Graph

  • dcdd2eb2c6
    Bump golangci-lint to v1.62.0 (#3196) Juan Calderon-Perez 2024-11-11 04:37:27 -05:00
  • 7126e484c9
    Merge pull request #3183 from gofiber/dependabot/go_modules/github.com/valyala/fasthttp-1.57.0 Juan Calderon-Perez 2024-11-06 08:57:43 -05:00
  • 87faed717f
    build(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0 dependabot[bot] 2024-11-01 12:58:50 +00:00
  • 9eee2923a5
    build(deps): bump github.com/tinylib/msgp from 1.2.3 to 1.2.4 (#3185) dependabot[bot] 2024-11-01 13:57:47 +01:00
  • da605b44a7
    build(deps): bump github.com/tinylib/msgp from 1.2.1 to 1.2.3 (#3182) dependabot[bot] 2024-10-28 07:48:25 -04:00
  • 579d9a3f3d
    📚 Doc: Clarify SendFile Docs (#3172) xEricL 2024-10-28 03:11:24 -04:00
  • 9a727043e6
    Merge pull request #3174 from gofiber/dependabot/go_modules/github.com/gofiber/utils/v2-2.0.0-beta.7 Juan Calderon-Perez 2024-10-25 23:55:21 -04:00
  • 5d811d8505
    Merge pull request #3177 from gofiber/dependabot/github_actions/benchmark-action/github-action-benchmark-1.20.4 Juan Calderon-Perez 2024-10-25 23:54:58 -04:00
  • 454c166689
    Merge pull request #3181 from alequilesl/patch-1 Juan Calderon-Perez 2024-10-25 23:53:52 -04:00
  • 3367ecfa5b
    balance brakets alequilesl 2024-10-25 22:28:07 -04:00
  • e3232c1505
    feat!(middleware/session): re-write session middleware with handler (#3016) Jason McNeil 2024-10-25 03:36:30 -03:00
  • 941ab11789
    build(deps): bump benchmark-action/github-action-benchmark dependabot[bot] 2024-10-23 12:29:25 +00:00
  • 54714172d2
    build(deps): bump github.com/gofiber/utils/v2 dependabot[bot] 2024-10-21 12:35:18 +00:00
  • 298975a982
    🔥Feature: Add support for TrustProxy (#3170) xEricL 2024-10-17 02:29:03 -04:00
  • 01a0334386 add Benchmark (go) benchmark result for 8c84b0fd8a07537572e607057b309681922a0b46 github-action-benchmark 2024-10-14 13:11:30 +00:00
  • 8c84b0fd8a
    🩹 fix: Middleware/CORS Remove Scheme Restriction (#3168) Aaron Zingerle 2024-10-14 15:04:25 +02:00
  • 7b3a36f22f
    Revert "Update README.md (#3165)" (#3166) Juan Calderon-Perez 2024-10-13 05:04:02 -04:00
  • 9dd3d94ff2
    Update README.md (#3165) Maria Niranjan 2024-10-12 19:35:23 +05:30
  • 48e82e753c
    Merge pull request #3164 from SantiagoBobrik/fix/hooks-docs Juan Calderon-Perez 2024-10-11 22:16:53 -04:00
  • 72e97c555d
    fix: typo in hooks documentation Santiago Diaz 2024-10-11 22:56:05 -03:00
  • 079d301c50
    🩹 Fix: Middleware/CORS Remove Scheme Restriction (#3163) Aaron Zingerle 2024-10-11 14:02:36 +02:00
  • 3fc1b29748
    chore: replace vendored gorilla/schema package (#3152) M. Efe Çetin 2024-10-11 14:52:09 +03:00
  • c86c3c0a30 Update documentation for monitor middleware migration René 2024-10-09 09:41:15 +02:00
  • 0b6a26fb92
    build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#3154) dependabot[bot] 2024-10-08 08:19:24 -04:00
  • 2eba89aadc
    docs: Fix typo on comment (#3158) Muhamad Surya Iksanudin 2024-10-08 03:23:23 +07:00
  • 85a5fb8cf2
    🩹Fix: Adaptor middleware duplicates cookies (#3151) Sigmund Xia 夏天睿 2024-10-03 22:19:27 +08:00
  • 44cd700ad5
    🩹 Fix: behavior of DefaultCtx.Fresh when 'Last-Modified' and 'If-Modified-Since' are equal (#3150) miyamo2 2024-09-26 15:42:35 +09:00
  • 0c1f5ffde8
    build(deps): bump github.com/tinylib/msgp from 1.1.8 to 1.2.1 (#3147) RW 2024-09-25 17:14:32 +02:00
  • 014f20efd5
    build(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0 (#3146) dependabot[bot] 2024-09-25 16:09:43 +02:00
  • 0caa103a43
    chore(middleware/cache): fix typo (#3145) miyamo2 2024-09-25 15:44:04 +09:00
  • 1169e9ac99
    📚 Doc: removed zero width white space from logger docs (#3144) Oktay Özkan 2024-09-24 10:40:02 +03:00
  • 53199f67b8
    Replaced link to russian mozilla docs (#3142) nexovec 2024-09-23 18:08:24 +02:00
  • f8c514cb25
    v3: Optimize IsFromLocal() performance (#3140) Juan Calderon-Perez 2024-09-23 09:16:52 -04:00
  • fbc24e83d6
    v3: Fix issue with default logger when creating RequestCtx (#3134) Juan Calderon-Perez 2024-09-15 13:45:44 -04:00
  • 0ef8d716ee
    Bump golangci-lint to v1.61.0 (#3135) Juan Calderon-Perez 2024-09-15 13:28:22 -04:00
  • 37f1a65c4c
    build(deps): bump DavidAnson/markdownlint-cli2-action from 16 to 17 (#3128) dependabot[bot] 2024-09-15 19:05:16 +02:00
  • 5c1a0ce9c7
    Merge pull request #3133 from yinheli/bugfix/typos Juan Calderon-Perez 2024-09-14 11:40:53 -04:00
  • 311dc3fb92
    📚 Doc: Fix typos in client hooks documentation yinheli 2024-09-14 23:36:19 +08:00
  • 96891c93d3
    📚 Doc: Update recover docs to not use reserved keyword (#3129) Glen Sargent 2024-09-11 19:42:53 +01:00
  • 62f66e5968
    🩹 Fix (v3): handle un-matched open brackets in the query params (#3126) Vaibhav Gupta 2024-09-09 11:41:47 +05:30
  • e90410b415 add Benchmark (go) benchmark result for 6e7411403adc3f82cb941b6a038566006ed6e270 github-action-benchmark 2024-09-06 18:25:14 +00:00
  • 6e7411403a
    v2: Add CODEOWNERS file (#3124) Juan Calderon-Perez 2024-09-06 14:18:20 -04:00
  • 4b0665edaa add Benchmark (go) benchmark result for cb06bc5f4cf27ae8abbfac227b8f4b558d97cf69 github-action-benchmark 2024-09-06 06:08:54 +00:00
  • cb06bc5f4c
    🩹 Fix: handle un-matched open brackets in the query params (#3121) Vaibhav Gupta 2024-09-06 11:32:02 +05:30
  • f668537c02
    chore: Bump golangci-lint to v1.60.3 (#3119) Juan Calderon-Perez 2024-09-02 09:38:59 -04:00
  • 4acdc602ce
    📚 Doc: Update example in middleware/cors to v3 (#3116) AuroraTea 2024-08-31 23:38:43 +08:00
  • 3bb9df5cd7
    Merge remote-tracking branch 'origin/main' into bind bind Muhammed Efe Cetin 2024-08-30 19:52:46 +03:00
  • bfcf91dab8 fix template markdown René 2024-08-30 17:22:07 +02:00
  • 9541a88f2a fix template markdown René 2024-08-30 17:18:55 +02:00
  • 4b1ee0b48d
    client: fix SetProxyURL functionality (#3109) M. Efe Çetin 2024-08-29 17:57:01 +03:00
  • 08d9fda631
    enhancement: use msgp for flash message encoding/decoding (#3099) M. Efe Çetin 2024-08-29 17:45:16 +03:00
  • 0fbb447679 Merge remote-tracking branch 'origin/main' René 2024-08-28 09:04:44 +02:00
  • 59b290db76 update template.md guide René 2024-08-28 09:04:37 +02:00
  • ca935c3f8f
    📚 Doc: Add detailed documentation for the templates guide (#3113) Giovanni Rivera 2024-08-28 00:01:02 -07:00
  • 062ac3bf7b
    🩹 Fix: error check in Form binder (#3110) 耗子 2024-08-26 14:29:13 +08:00
  • 260c5e5406
    Update faq.md RW 2024-08-22 08:23:03 +02:00
  • 25e399213c
    chore: Add support for go1.23 and golangci-lint v1.60.1 (#3101) Juan Calderon-Perez 2024-08-14 03:14:04 -04:00
  • e43763311d
    v3: Consolidate Logic of Handling the Request Body (#3093) Muhamad Surya Iksanudin 2024-07-27 12:42:54 +07:00
  • 99173cc09f
    v3: Add Benchmarks for Rewrite Middleware (#3092) Juan Calderon-Perez 2024-07-26 10:55:00 -04:00
  • 0592e01382
    v3: Improve Performance of c.Body() by 125% (#3090) Juan Calderon-Perez 2024-07-25 02:58:40 -04:00
  • fadedcb5be
    Use utils Trim functions instead of the strings/bytes functions (#3087) RW 2024-07-24 16:25:35 +02:00
  • e2cd1000ea
    build(deps): bump actions/checkout from 3 to 4 (#3083) dependabot[bot] 2024-07-24 08:09:58 +02:00
  • 011c8f8007
    feat: Add Max Func to Limiter Middleware (#3070) Lucas Lemos 2024-07-23 18:00:37 -03:00
  • 486304d050
    v3: Improve performance of helper functions (#3086) Juan Calderon-Perez 2024-07-23 15:32:22 -04:00
  • 8c3f81e2b7
    v3: Use Named Fields Instead of Positional and Align Structures to Reduce Memory Usage (#3079) Juan Calderon-Perez 2024-07-23 02:37:45 -04:00
  • f413bfef99
    🐛 [Bug]: cache middleware: runtime error: index out of range [0] with length 0 (#3075) Bruno 2024-07-23 03:36:41 -03:00
  • a57b3c00c4
    🐛 bug: Use Content-Length for bytesReceived and bytesSent tags in Logger Middleware (#3066) Juan Calderon-Perez 2024-07-23 02:35:50 -04:00
  • d9c80ecd37 add Benchmark (go) benchmark result for 87bb93ecf089247402e7f1e4ed2423ea5c14749c github-action-benchmark 2024-07-23 06:32:29 +00:00
  • 87bb93ecf0
    v2: Update benchmark-action to v1.20.3 (#3084) Juan Calderon-Perez 2024-07-23 02:25:25 -04:00
  • ef073601e3
    Update benchmark.yml RW 2024-07-22 14:36:21 +02:00
  • 8e1470fa4a add manual dependabot trigger workflow René 2024-07-22 12:05:10 +02:00
  • 22e11558e9 Merge remote-tracking branch 'origin/main' René 2024-07-22 12:03:31 +02:00
  • ac2ddcf847 add manual dependabot trigger workflow René 2024-07-22 12:03:24 +02:00
  • 9c0cb9de13
    v3: Refactor Benchmark Results Workflow (#3082) Juan Calderon-Perez 2024-07-22 02:59:38 -04:00
  • 0de6a2f394
    test(ctx_test): Fix race condition (#3081) Jason McNeil 2024-07-22 03:50:44 -03:00
  • 9ea76518cc
    feat: Add support for RebuildTree (#3074) Lucas Lemos 2024-07-18 17:08:33 -03:00
  • 4f1dc49894
    feat: Add Startup Probe to Healthcheck Middleware (#3069) kirankumar-grootan 2024-07-18 17:24:44 +05:30
  • 8311898ef4 add Benchmark (go) benchmark result for 1c526892e7ef932eb412932b7421d83b174d8e73 github-action-benchmark 2024-07-18 11:50:10 +00:00
  • 091a59472c
    v3: Improve performance of Adaptor Middleware (#3078) Juan Calderon-Perez 2024-07-18 07:41:56 -04:00
  • 1c526892e7
    🐛 bug: Use Content-Length for bytesReceived and bytesSent tags in Logger Middleware in v2 (#3067) Juan Calderon-Perez 2024-07-18 07:41:39 -04:00
  • 58d07f091d v3: Add support for consistent documentation using markdownlint (#3064) René 2024-07-11 16:16:12 +02:00
  • 9463a8f626
    v3: Add support for consistent documentation using markdownlint (#3064) Juan Calderon-Perez 2024-07-11 09:21:56 -04:00
  • c579a1a0b3
    v3: Improve and simplify logic of ctx.Next() (#3063) Juan Calderon-Perez 2024-07-05 10:31:50 -04:00
  • dfdf9647e1
    build(deps): bump github.com/gofiber/utils/v2 from 2.0.0-beta.4 to 2.0.0-beta.5 (#3062) dependabot[bot] 2024-07-05 15:24:36 +02:00
  • 4e5a501a47
    🐛 bug: fasthttp errors cause panic when Params is used (#3055) M. Efe Çetin 2024-07-05 10:18:34 +03:00
  • d17eb99377
    v3: Enforce key length for EncryptCookie middleware default functions (#3056) Juan Calderon-Perez 2024-07-05 03:04:57 -04:00
  • 55138fa506
    v3: Update benchmarks for Logger Middleware (#3061) Juan Calderon-Perez 2024-07-05 02:57:09 -04:00
  • 04528f7d81
    v3: Updates to fiberlog benchmarks and documentation (#3059) Juan Calderon-Perez 2024-07-05 02:53:36 -04:00
  • 6108475ccb reduce time for longRun test workflow René 2024-07-01 15:30:14 +02:00
  • a3768a2598 reduce time for longRun test workflow René 2024-07-01 15:26:46 +02:00
  • 1e84c183b3 do not create a new version in docs René 2024-07-01 14:49:39 +02:00
  • 46c28b3a8b add Benchmark (go) benchmark result for 6968d51d0dc990f60541536423cc7898b387bae4 github-action-benchmark 2024-06-30 20:19:33 +00:00
  • 6968d51d0d add release.yml config v2.52.5 René 2024-06-30 22:11:08 +02:00
  • 49ba8dfbaf
    Update release.yml v3.0.0-beta.3 RW 2024-06-30 22:08:19 +02:00
  • 56d60a084e
    v3 (feature): add CHIPS support to Cookie (#3047) M. Efe Çetin 2024-06-30 22:38:46 +03:00
  • a18e8a8967
    feat: Add support for longtests during CI (#3054) Juan Calderon-Perez 2024-06-30 15:34:14 -04:00
  • a6a166e53b add Benchmark (go) benchmark result for 66a881441b27322a331f1b526cf1eb6b3358a4d8 github-action-benchmark 2024-06-30 19:24:37 +00:00
  • 0400af6e47
    fix(middleware/session): fix data-race with sync.Pool (#3051) Jason McNeil 2024-06-30 16:18:11 -03:00
  • 66a881441b
    fix(middleware/session): mutex for thread safety (#3050) Jason McNeil 2024-06-30 16:16:23 -03:00
  • 21ede5954c
    v3 (feature): add configuration support to c.SendFile() (#3017) M. Efe Çetin 2024-06-30 22:15:22 +03:00