Commit Graph

  • 2831d75423
    🧹 chore: Improve Retry addon tests coverage (#3526) Juan Calderon-Perez 2025-06-18 02:24:39 -04:00
  • eceabc51aa
    🧹 chore: Remove repo codecov.yml (#3525) Juan Calderon-Perez 2025-06-18 02:24:18 -04:00
  • a35c5d2e15
    🧹 chore: Improve Helmet middleware tests coverage (#3523) Juan Calderon-Perez 2025-06-17 17:24:49 -04:00
  • 0590709556
    🧹 chore: Improve Idempotency middleware tests coverage (#3521) Juan Calderon-Perez 2025-06-16 11:45:40 -04:00
  • 1ce3182951
    🧹 chore: Improve EarlyData middleware tests coverage (#3520) Juan Calderon-Perez 2025-06-16 11:44:32 -04:00
  • 670fbd5e45
    feat: Add support for Keys() in session middleware (#3517) Jason McNeil 2025-06-13 06:40:17 -03:00
  • d93ea9e14d
    Merge pull request #3516 from MonkyMars/modernize-loop Juan Calderon-Perez 2025-06-12 21:05:53 -04:00
  • f2ac588f13 🐛 fix: Update loop syntax for retry mechanism to use range for clarity Levi Noppers 2025-06-12 17:17:38 +02:00
  • 8a45b65708 add Benchmark (go) benchmark result for 1c037c4900cf87dd110a69e4f0b542f64ecb84b3 github-action-benchmark 2025-06-10 06:52:59 +00:00
  • b29171ce40
    🧹 chore: Improve CORS middleware response headers (#3505) Juan Calderon-Perez 2025-06-10 02:47:34 -04:00
  • 73e919621b
    📒 docs: Enhance CORS middleware documentation with preflight request details and infrastructure considerations (#3509) Jason McNeil 2025-06-10 03:46:19 -03:00
  • 1c037c4900
    🧹 chore: Add upper index limit for parsers (#3503) Juan Calderon-Perez 2025-06-10 02:45:49 -04:00
  • 3a60cf7a4e
    🧹 chore: Refactor EnvVar middleware (#3513) Juan Calderon-Perez 2025-06-10 02:40:58 -04:00
  • f00e35529c
    Merge pull request #3504 from gofiber/dependabot/go_modules/github.com/gofiber/schema-1.5.0 Juan Calderon-Perez 2025-06-07 16:39:56 -04:00
  • 0523b6a1c7
    Merge pull request #3506 from gofiber/dependabot/go_modules/golang.org/x/crypto-0.39.0 Juan Calderon-Perez 2025-06-07 16:38:37 -04:00
  • 80f4f99c01
    🧹 chore: Fix typos in code and docs (#3507) Juan Calderon-Perez 2025-06-07 16:34:44 -04:00
  • d83d4613ce
    build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 dependabot[bot] 2025-06-06 12:22:43 +00:00
  • e2f26e7c8c
    build(deps): bump github.com/gofiber/schema from 1.4.0 to 1.5.0 dependabot[bot] 2025-06-05 12:52:12 +00:00
  • f9eec854fd
    🐛 fix: Subdomains offset handling (#3495) Juan Calderon-Perez 2025-06-05 03:36:21 -04:00
  • 9409e4ff0c
    📒 docs: Remove deprecated comments and documenting recent changes (#3498) RW 2025-06-04 08:20:00 +02:00
  • 5eb1432c81
    🐛 fix: Middlewares immutable config handling (#3494) Juan Calderon-Perez 2025-06-01 07:53:18 -04:00
  • 0328b7baa7
    Merge pull request #3492 from gofiber/dependabot/github_actions/kenchan0130/actions-system-info-1.3.1 Juan Calderon-Perez 2025-05-30 01:36:40 -04:00
  • 09d9e169b2
    🧹 chore: Enhance config validation in EncryptCookie middleware (#3491) Juan Calderon-Perez 2025-05-28 09:12:57 -04:00
  • 788f702988
    build(deps): bump kenchan0130/actions-system-info from 1.3.0 to 1.3.1 dependabot[bot] 2025-05-28 12:29:51 +00:00
  • a779888d44
    🧹 chore: Improve cache middleware RFC compliance (#3488) Juan Calderon-Perez 2025-05-28 07:59:06 -04:00
  • 956205311b
    ♻️ refactor: use maps.Copy to simplify code (#3490) Oleksandr Redko 2025-05-28 13:49:33 +03:00
  • 557095b094
    ♻️ refactor: use slices.Contains to simplify code (#3486) tongjicoder 2025-05-28 02:03:22 +08:00
  • a590cdbcdd Skipped Benchmarks: too fast to compare reliably (results in sub-ns range are unstable) Benchmark_GenericParseTypeInts Benchmark_GenericParseTypeUints Benchmark_GenericParseTypeFloats René 2025-05-27 19:50:43 +02:00
  • 7559758b02
    🧪 test: Enhance CSRF tests to address unsafe header value issue (#2045) (#3485) Jason McNeil 2025-05-27 14:18:25 -03:00
  • 47f47ae2d8
    🧹 chore: Enhance BasicAuth middleware to better comply with RFC 6750 (#3484) Juan Calderon-Perez 2025-05-27 08:27:45 -04:00
  • 804a2b923e
    🧹 chore: Enhance KeyAuth middleware to better comply with RFC 6750 (#3482) Juan Calderon-Perez 2025-05-27 08:07:42 -04:00
  • 23fb15f704
    🔥 feat: Add support for NewErrorf (#3463) Juan Calderon-Perez 2025-05-27 07:23:29 -04:00
  • c2eee63183
    🧹 chore: Update minimum go version to 1.24 (#3481) RW 2025-05-27 13:23:02 +02:00
  • da0aec0d64
    Improve performance for "equalFieldType" function (#3479) RW 2025-05-27 10:48:36 +02:00
  • d756ec1b68
    🧹 chore: Add URI Test case for Test_Ctx_Binders (#3480) RW 2025-05-26 21:45:58 +02:00
  • 40d14a9c71
    🐛 fix: Embedded struct parsing (#3478) RW 2025-05-26 20:22:44 +02:00
  • b6f077275f
    Update AGENTS.md RW 2025-05-26 19:48:06 +02:00
  • 0c6283fbff Fix docs issues René 2025-05-26 09:34:50 +02:00
  • 9bd7a1c50d
    feat: fiber.Context implement context.Context (#3382) pj 2025-05-26 16:53:18 +10:00
  • a5f76a7bee
    ♻️ refactor: Make genericParseType return error (#3473) Kashiwa 2025-05-26 05:54:03 +08:00
  • e722d82206
    ️ Performance optimizations (#3477) RW 2025-05-25 17:23:03 +02:00
  • 9c123ce957
    Update conditional instructions for startup skip (#3475) RW 2025-05-24 21:31:47 +02:00
  • f35c14c203
    Update AGENTS startup instructions (#3474) RW 2025-05-24 21:00:24 +02:00
  • 3ff2d378ab
    build(deps): bump github.com/valyala/fasthttp from 1.60.0 to 1.62.0 (#3440) dependabot[bot] 2025-05-24 11:21:50 +02:00
  • 93e0e0d2a6
    Update AGENTS.md RW 2025-05-23 17:40:12 +02:00
  • 1e893cc798
    Update AGENTS.md RW 2025-05-23 17:33:50 +02:00
  • 895abd5cb4
    🧹 chore: Add unit-test for header injection (#3470) Juan Calderon-Perez 2025-05-23 07:48:19 -04:00
  • aae8892c7e
    Improve proxy middleware (#3468) RW 2025-05-23 10:47:05 +02:00
  • 18ed68b543
    🧹 chore: Fix proxy middleware tests for offline environments (#3467) Juan Calderon-Perez 2025-05-22 08:07:06 -04:00
  • f4681b124d add Benchmark (go) benchmark result for 22c3c0ced919f73309018b7a7d27b029bad3e4b4 github-action-benchmark 2025-05-22 07:07:39 +00:00
  • 22c3c0ced9
    Update app.go v2.52.8 RW 2025-05-22 09:00:28 +02:00
  • 50bf64a9c8 add Benchmark (go) benchmark result for e115c08b8f059a4a031b492aa9eef0712411853d github-action-benchmark 2025-05-22 06:52:46 +00:00
  • e115c08b8f
    Merge commit from fork v2.52.7 RW 2025-05-22 08:45:40 +02:00
  • 81edaf094d
    🐛 fix: Parsing of IPv6 addresses (#3466) Juan Calderon-Perez 2025-05-22 02:39:12 -04:00
  • 273df5f86b
    docs: Fix more typos across code base (#3465) Juan Calderon-Perez 2025-05-21 08:34:36 -04:00
  • 1f1bd19b61
    🔥 feat: Add Support for Removing Routes (#3230) Cory Koch 2025-05-21 03:45:39 -04:00
  • fa70d2babc
    📒 docs: Fix typos (#3464) Juan Calderon-Perez 2025-05-21 02:12:32 -04:00
  • a505fbeb14 Merge remote-tracking branch 'origin/main' into generic_app_ctx_3221 generic_app_ctx_3221 René 2025-05-20 07:35:03 +02:00
  • cc636b5651
    Update AGENTS.md RW 2025-05-20 07:29:38 +02:00
  • d15355116c Update AGENTS.md René 2025-05-20 07:29:08 +02:00
  • 80db4de1a5
    🔥 feat: Add Support for service dependencies (#3434) Manuel de la Peña 2025-05-19 14:35:13 +02:00
  • 43ed6df227
    build(deps): bump github.com/gofiber/schema from 1.3.0 to 1.4.0 (#3462) dependabot[bot] 2025-05-19 14:33:55 +02:00
  • 7db10b6976
    docs: Add AGENTS.md (#3461) Juan Calderon-Perez 2025-05-19 05:31:20 -04:00
  • 5b6795ff15
    📚 Doc: fix AGENTS markdown lint (#3460) Manuel de la Peña 2025-05-19 10:34:33 +02:00
  • 651f3d2358 Merge remote-tracking branch 'origin/main' into generic_app_ctx_3221 René 2025-05-18 23:06:01 +02:00
  • bc6a190afc
    Update AGENTS.md RW 2025-05-18 23:05:38 +02:00
  • 992cfa943c Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 René 2025-05-18 22:40:46 +02:00
  • 291dc7be3b Merge remote-tracking branch 'origin/main' into generic_app_ctx_3221 René 2025-05-18 22:39:48 +02:00
  • 2bab98dedd
    Create AGENTS.md RW 2025-05-18 22:39:31 +02:00
  • ccea753f35 Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 René 2025-05-18 22:14:50 +02:00
  • b7be67fee5 Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 René 2025-05-18 21:43:36 +02:00
  • c3a532c4fa Merge remote-tracking branch 'origin/main' into generic_app_ctx_3221 René 2025-05-18 21:21:33 +02:00
  • cf4074f19c
    🐛 bug: fix redirection flash messages violate cookie structure (#3457) M. Efe Çetin 2025-05-18 16:08:03 +03:00
  • 59b9b10488
    Merge pull request #3459 from gofiber/dependabot/github_actions/codecov/codecov-action-5.4.3 Juan Calderon-Perez 2025-05-16 09:10:42 -04:00
  • 8c07cbe23e
    build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 dependabot[bot] 2025-05-16 13:00:43 +00:00
  • be9aa7e53c
    fix tests feature/3098-allow-removing-registered-route Muhammed Efe Cetin 2025-05-16 13:53:43 +03:00
  • 7d08382020
    Merge remote-tracking branch 'origin/main' into feature/3098-allow-removing-registered-route Muhammed Efe Cetin 2025-05-16 13:50:53 +03:00
  • 397a629210
    Merge remote-tracking branch 'origin/main' into feature/3098-allow-removing-registered-route Muhammed Efe Cetin 2025-05-16 00:13:37 +03:00
  • 0ef0440c14 add Benchmark (go) benchmark result for 94e30d7124cbf75bc2055cc49ec1ca7b8d7690e3 github-action-benchmark 2025-05-16 06:36:46 +00:00
  • 119743b726
    🚀 Improve routing treeBuild flow (#3456) RW 2025-05-16 08:30:05 +02:00
  • 94e30d7124
    🐛 Fix routing with mount and static (#3454) RW 2025-05-16 08:29:39 +02:00
  • 9c10d0d99e
    fix removing logic Muhammed Efe Cetin 2025-05-16 00:01:53 +03:00
  • 8fca96d718
    test Muhammed Efe Cetin 2025-05-07 21:11:22 +03:00
  • fa1f8c970f
    Merge pull request #3453 from gofiber/dependabot/github_actions/DavidAnson/markdownlint-cli2-action-20 Juan Calderon-Perez 2025-05-15 09:08:31 -04:00
  • 0b448713af
    build(deps): bump github.com/tinylib/msgp from 1.2.5 to 1.3.0 (#3447) dependabot[bot] 2025-05-15 14:56:26 +02:00
  • d924fcff0e
    build(deps): bump DavidAnson/markdownlint-cli2-action from 19 to 20 dependabot[bot] 2025-05-15 12:51:20 +00:00
  • 71820292b6
    🔥 feat: Add All method to Bind (#3373) Edvard 2025-05-14 10:56:39 -03:00
  • 4aae3271af
    📝 docs: Document usage of Custom Tags in Logger middleware (#3446) Jason McNeil 2025-05-13 03:42:46 -03:00
  • ab7f949382
    📒 docs: Idempotency add more detailed description for next method (#3443) RW 2025-05-12 14:59:42 +02:00
  • 4321dfed55
    ♻️ refactor: Change c.Redirect() default status (#3415) Isaac Andrade 2025-05-12 06:56:23 -06:00
  • 13e4dc05f9 add Benchmark (go) benchmark result for fccff196064e95411c0cdaaee8d9f67e2627e33c github-action-benchmark 2025-05-12 09:38:03 +00:00
  • fccff19606 fix golangci errors Error: G104: Errors unhandled. (gosec) René 2025-05-12 11:20:39 +02:00
  • 6d8b5773f4 add Benchmark (go) benchmark result for f7a10c9a611913957b4db88a893c0d364f0f3ae3 github-action-benchmark 2025-05-12 09:10:20 +00:00
  • f7a10c9a61 fix golangci errors Error: G104: Errors unhandled. (gosec) Error: G104: Errors unhandled. (gosec) Error: G104: Errors unhandled. (gosec) René 2025-05-12 11:02:15 +02:00
  • 057647a579
    🔥 feat: Add support for ForceColors in Logger middleware (#3428) Yorick de Wid 2025-05-09 13:58:41 +02:00
  • bfef962d86
    🐛 fix: Handling of next param position (#3418) KatzuYoru 2025-05-07 12:46:45 +05:30
  • ec4b5437e2
    Merge pull request #3438 from gofiber/dependabot/go_modules/golang.org/x/crypto-0.38.0 Juan Calderon-Perez 2025-05-06 20:24:02 -04:00
  • c309971ed1
    build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 dependabot[bot] 2025-05-06 12:19:16 +00:00
  • 2ef852e1a9
    📚 Doc: Fix examples in middleware/session (#3435) AuroraTea 2025-05-06 14:33:12 +08:00
  • ba36ae4c8a
    build(deps): bump golangci/golangci-lint-action from 6 to 8 dependabot/github_actions/golangci/golangci-lint-action-8 dependabot[bot] 2025-05-05 13:21:11 +00:00