Commit Graph

  • 3bc500de68
    chore: merge Jason McNeil 2024-03-14 13:40:43 -03:00
  • bc32bd3d2c
    merge upstream Jason McNeil 2024-03-14 12:56:25 -03:00
  • df1f877cc0
    feat(middleware/proxy): Add DialDualStack option for upstream IPv6 support (#2900) Alexandre Negrel 2024-03-13 19:15:42 +01:00
  • 5f53a50a4a
    docs(middleware/cors): Update AllowOrigins description Jason McNeil 2024-03-12 11:50:50 -03:00
  • c51ff2967a
    chore: remove repetitive words (#2917) racerole 2024-03-12 17:07:17 +08:00
  • b7929513fd
    refactor(middleware/cors): headers handling Jason McNeil 2024-03-11 14:26:22 -03:00
  • 6a482d276b
    test(middleware/cors): combine Invalid_Origins tests Jason McNeil 2024-03-11 13:48:47 -03:00
  • 3e1a2885cb
    Merge branch 'fix-cors-allow-origins' of https://github.com/gofiber/fiber into fix-cors-allow-origins Jason McNeil 2024-03-11 13:41:52 -03:00
  • 6070ea3330
    chore: fix misspelling Jason McNeil 2024-03-11 13:41:50 -03:00
  • 03e09c9884
    Apply suggestions from code review Jason McNeil 2024-03-11 13:40:38 -03:00
  • af930bd0b2
    chore: grammar Jason McNeil 2024-03-11 13:31:24 -03:00
  • bba56fbbcc
    fix(middleware/cors): handling and wildcard subdomain matching Jason McNeil 2024-03-11 13:09:36 -03:00
  • d17450ce3d refactor(README.md): remove "third-party library licenses" section leonklingele 2022-12-12 20:39:52 +01:00
  • 724e5be696
    🧹 v3 (chore): Cleanup and updates to README files (#2914) Juan Calderon-Perez 2024-03-11 08:48:52 -04:00
  • fcb853788b
    feat(middleware/csrf): Add support for trusted origins (#2910) Jason McNeil 2024-03-10 13:35:55 -03:00
  • 7bc43dcabf
    📚 Doc: fixed a typo in app.go (#2912) Erfan Derakhshani 2024-03-10 15:10:21 +03:30
  • 32168793f5
    🧹 v3 (chore): Bump minimum version of Go to 1.21 (#2911) Juan Calderon-Perez 2024-03-10 03:47:21 -04:00
  • 0379cc59aa
    fix: Inconsistent and flaky unit-tests (#2892) Juan Calderon-Perez 2024-03-08 14:03:13 -05:00
  • 1fdef7f742
    build(deps): bump codecov/codecov-action from 4.0.1 to 4.1.0 (#2901) dependabot[bot] 2024-03-08 16:19:07 +01:00
  • 7ff5c3465d
    Refactor Documenation for HealthCheck (#2905) Serban Marin-Eusebiu 2024-03-08 13:48:45 +02:00
  • 3b982aa3f6
    refactor: Rename "ClientNew" Function to "New" (#2896) Jason McNeil 2024-03-07 11:23:29 -04:00
  • 370cc8bdb6 🚀 v3 Feature: Make app.Test accept a time.Duration timeout (#2269) René 2024-03-05 08:59:39 +01:00
  • 79b24ea8e0
    Update test.yml RW 2024-03-05 08:35:09 +01:00
  • 4525458fb1
    📚 Doc: Improve translation (#2899) Emir 2024-03-05 09:55:47 +03:00
  • 6389961614
    🧹 v3 (chore): Update test workflow to use gotestsum (#2895) nickajacks1 2024-03-04 22:53:23 -08:00
  • 77770a9db1
    Update README.md RW 2024-03-04 19:36:21 +01:00
  • 976c7d6d67
    Update README.md RW 2024-03-04 19:33:42 +01:00
  • 0dd26107fe
    Update test.yml RW 2024-03-04 19:18:11 +01:00
  • c5a809f5c5
    🧹 v3 (Maintenance): Update docs to reflect fiber.Ctx struct to interface change (#2880) Giovanni Rivera 2024-03-03 23:49:25 -08:00
  • b38be4bcb3
    v3 (feature): client refactor (#1986) Jinquan Wang 2024-03-04 15:49:14 +08:00
  • 798519e3fd add Benchmark (go) benchmark result for d2b19e290d563ed80b188d875c0121059b449fc0 github-action-benchmark 2024-03-02 18:22:27 +00:00
  • d2b19e290d refactor(docs): deactivate docs sync for v2 René 2024-03-02 19:14:29 +01:00
  • 68d90cd6b2 refactor(docs): deactivate docs sync for v2 René 2024-03-02 19:13:07 +01:00
  • 0b9127b349 add Benchmark (go) benchmark result for 109e91a630679dc7739e80ebdf8355ace8aafcd4 github-action-benchmark 2024-03-02 18:04:51 +00:00
  • 109e91a630
    prepare release v2.52.2 v2.52.2 RW 2024-03-02 18:56:50 +01:00
  • 67d35dc068
    build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2888) dependabot[bot] 2024-03-02 17:23:46 +03:00
  • 4ab8629706 fix(middleware/cors): Validation of multiple Origins (#2883) Jason McNeil 2024-03-01 10:31:11 +01:00
  • 717641a2c1 add Benchmark (go) benchmark result for d456e7d82ee087d5b2a5df5d4ab35f19c6397aae github-action-benchmark 2024-03-01 09:39:22 +00:00
  • 3c08c1b637
    🧹 v3 (Maintenance): Expand Tests and Benchmarks for Log package (#2886) Juan Calderon-Perez 2024-03-01 04:36:10 -05:00
  • d456e7d82e
    fix(middleware/cors): Validation of multiple Origins (#2883) Jason McNeil 2024-03-01 05:31:11 -04:00
  • b4ad0e9849
    📚 Fix TrustedProxies documentation related to IP ranges (#2887) Herman S 2024-03-01 10:28:29 +01:00
  • a8cf4f0b80
    test(cors/middleware): add more benchmarks Jason McNeil 2024-02-29 21:44:25 -04:00
  • 708e86b98c
    ♻️ refactor: Migrate HealthChecker to v3 (#2884) Lucas Lemos 2024-02-29 04:50:13 -03:00
  • ec48a76f14
    V2 to v3 merge (#2864) RW 2024-02-29 08:29:59 +01:00
  • b3c7a2c753
    chore: refactor validate and normalize Jason McNeil 2024-02-27 15:43:59 -04:00
  • 000c548b5a
    test(middleware/cors): add miltiple origins in Test_CORS_AllowOriginScheme Jason McNeil 2024-02-27 15:28:09 -04:00
  • 9bc7161142
    test(middleware/cors): use h() instead of app.Test() Jason McNeil 2024-02-27 15:24:51 -04:00
  • 221310e3a7
    chore: fix linter errors Jason McNeil 2024-02-26 16:14:55 -04:00
  • 9224a2e30d
    test(middleware/cors): add benchmarks Jason McNeil 2024-02-26 16:06:31 -04:00
  • 058cf0a617
    test: AllowOrigins with whitespace Jason McNeil 2024-02-26 15:54:25 -04:00
  • a27346b4b1
    fix: allow origins check Jason McNeil 2024-02-26 15:48:54 -04:00
  • 8c413d0652
    feat(ci): do not retry flaky tests (#2875) leonklingele 2024-02-23 09:12:00 +01:00
  • ddc6b231f8 fix sync-docs workflow René Werner 2024-02-21 21:54:55 +01:00
  • d5a030d756 add Benchmark (go) benchmark result for 0df0e0855ddaa0ab1d548d2d34b9e3ecaa1a6485 github-action-benchmark 2024-02-21 20:51:09 +00:00
  • 0df0e0855d fix sync-docs workflow René Werner 2024-02-21 21:43:28 +01:00
  • 350ed06b36 add Benchmark (go) benchmark result for 70f21d5f7eb486875d6f6f07c858c7d20e9b3f0a github-action-benchmark 2024-02-21 20:26:46 +00:00
  • 70f21d5f7e fix cors domain normalize v2.52.1 René Werner 2024-02-21 21:18:56 +01:00
  • ca45052dad add Benchmark (go) benchmark result for f9fcb0297c942a84465d522a4e6487f04a372abb github-action-benchmark 2024-02-21 16:10:46 +00:00
  • f9fcb0297c
    Update app.go RW 2024-02-21 17:03:00 +01:00
  • 74acee37ba add Benchmark (go) benchmark result for f0cd3b44b086544a37886232d0530601f2406c23 github-action-benchmark 2024-02-21 13:55:13 +00:00
  • f0cd3b44b0
    Merge pull request from GHSA-fmg4-x8pw-hjhg Juan Calderon-Perez 2024-02-21 08:47:33 -05:00
  • 26346d6908
    ♻️ v3: (refactor): Add parallel benchmarks to adaptor middleware (#2870) Juan Calderon-Perez 2024-02-21 02:17:27 -05:00
  • d123008fcc
    Bump golangci-lint to v1.56.2 (#2862) Juan Calderon-Perez 2024-02-19 09:30:27 -05:00
  • 8ca562c92e
    ♻️Refactor: Simplify content negotiation code (#2865) nickajacks1 2024-02-19 06:28:06 -08:00
  • 4c68e0242d
    ci: address multiple lint rules (#2869) nickajacks1 2024-02-19 05:33:10 -08:00
  • 5e30112d08
    fix: healthcheck middleware not working with route group (#2863) Lucas Lemos 2024-02-19 10:28:58 -03:00
  • 529086aa84
    Merge pull request #2868 from grivera64/main Juan Calderon-Perez 2024-02-18 21:41:50 -05:00
  • cf54c257e9
    Merge pull request #2867 from grivera64/v2 Juan Calderon-Perez 2024-02-18 21:40:18 -05:00
  • 3f43c69523
    📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md Giovanni Rivera 2024-02-18 18:34:55 -08:00
  • a84a7cee7e
    📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md Giovanni Rivera 2024-02-18 18:21:23 -08:00
  • adb7b72905 Merge remote-tracking branch 'origin/main' into v3-Interchangeable-router v3-Interchangeable-router René Werner 2024-02-16 12:04:12 +01:00
  • ae8f09ac3b
    build(deps): bump github.com/valyala/fasthttp from 1.51.0 to 1.52.0 (#2857) dependabot[bot] 2024-02-13 15:04:23 +01:00
  • 73cb75142e
    build(deps): bump fuxingloh/multi-labeler from 2 to 4 (#2856) dependabot[bot] 2024-02-13 16:33:01 +03:00
  • 9dabf96ddc
    Bump golangci-lint to v1.56.1 (#2842) Juan Calderon-Perez 2024-02-13 02:23:15 -05:00
  • 0367d82d4f
    Update README.md RW 2024-02-13 08:22:24 +01:00
  • 867952880d
    build(deps): bump golangci/golangci-lint-action from 3 to 4 (#2855) dependabot[bot] 2024-02-12 17:05:38 +03:00
  • 18f0f8780e
    v3: Update Version Numbers in Docs (#2853) nickajacks1 2024-02-11 15:33:32 -08:00
  • 535e5c62f4
    Run tests against Apple M1 platform (#2852) Juan Calderon-Perez 2024-02-11 18:04:31 -05:00
  • 62969f8dcd
    Add CODEOWNERS file (#2851) Juan Calderon-Perez 2024-02-11 15:46:20 -05:00
  • 92dd8d6917
    🎨 Style: Add inamedparam linter (#2848) nickajacks1 2024-02-10 13:36:49 -08:00
  • 573afb953d
    Update startup message formatting (#2847) Martin Hotmann 2024-02-10 21:55:04 +01:00
  • 389e63d2c2
    Update csrf.md RW 2024-02-10 19:51:20 +01:00
  • 97da409533
    🎨 Style!: Update CSRF and Limiter to remove repetitive names (#2846) nickajacks1 2024-02-10 10:50:29 -08:00
  • 70067a1754
    ♻️ Refactor: Remove mutex lock in logger middleware (#2840) nickajacks1 2024-02-09 16:32:37 -08:00
  • 9fd8bfc0bf
    Merge pull request #2841 from nickajacks1/errcheck-cleanup Joey 2024-02-10 00:34:44 +01:00
  • 059c0e33ed 🎨 Style: Clean up errcheck config Nicholas Jackson 2024-02-09 12:23:59 -08:00
  • 2b03f47fae
    🚀 Performance improvements (#2838) Joey 2024-02-09 12:27:21 +01:00
  • 4e0f180fe3
    Update routing.md RW 2024-02-08 08:18:26 +01:00
  • 847a4a959d
    Fix: Typo in routing.md (#2836) Lino Gomez 2024-02-07 22:58:12 -08:00
  • d305cc4ca5
    Add go1.22 to test matrix (#2835) Juan Calderon-Perez 2024-02-07 08:12:51 -05:00
  • 56d2ec7bd0
    Update ctx.md RW 2024-02-06 09:11:21 +01:00
  • 8325ed086c update queryParser config René Werner 2024-02-06 08:40:32 +01:00
  • 9b0a99ba27
    🔥 v3 (feature): Adding GetReqHeaders and GetRespHeaders (#2831) Bruno 2024-02-05 06:11:29 -03:00
  • 926c537252
    fix(logger): print to stderr if log fails for default format (#2830) nickajacks1 2024-02-04 23:16:34 -08:00
  • 93c726fb76
    build(deps): bump release-drafter/release-drafter from 5 to 6 (#2826) dependabot[bot] 2024-02-05 08:15:31 +01:00
  • b5d4e8f04a abstract some places for the new router instance René Werner 2024-02-04 19:21:54 +01:00
  • 4eda4a79d4 abstract some places for the new router instance René Werner 2024-02-04 18:41:23 +01:00
  • fda4d1dd95 abstract some places for the new router instance René Werner 2024-02-04 18:28:04 +01:00
  • dbe0443b90
    build(deps): bump benchmark-action/github-action-benchmark from 1.16.2 to 1.19.3 (#2827) dependabot[bot] 2024-02-02 19:10:40 +01:00
  • 6226cb6d44 abstract some places for the new router instance René Werner 2024-02-02 14:00:35 +01:00