Commit Graph

  • 3f7f48e9f9
    🧹 chore: Adjust Funding Custom URL (#3432) Muhammad Saleh Solahudin 2025-05-03 12:46:59 +07:00
  • faf2e06caf add Benchmark (go) benchmark result for ac8b1c95c3af9424bafcaa3b7e94cacc25018c41 github-action-benchmark 2025-04-26 17:24:37 +00:00
  • ac8b1c95c3
    📒 docs: Update usage of ctx.Redirect() (#3417) Isaac Andrade 2025-04-26 11:16:09 -06:00
  • 900167c8c6 repair readme benchmarks René 2025-04-24 16:59:52 +02:00
  • 1bd11864e7 Merge remote-tracking branch 'origin/main' into generic_app_ctx_3221 René 2025-04-24 16:36:16 +02:00
  • 85cce3c434
    Merge pull request #3413 from gofiber/dependabot/github_actions/codecov/codecov-action-5.4.2 Juan Calderon-Perez 2025-04-15 08:15:36 -04:00
  • 9ed1ce1d3e
    build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 dependabot[bot] 2025-04-15 12:05:34 +00:00
  • 6eba33af25
    📒 docs: fix CSRF handler example (#3412) Jason McNeil 2025-04-15 03:03:30 -03:00
  • b94e0e8a7a
    docs(middleware/csrf): fix handler example fix-csrf-docs Jason McNeil 2025-04-14 11:47:22 -03:00
  • 1a17500efc repair readme benchmarks René 2025-04-13 18:38:39 +02:00
  • cf5041b9d7 repair readme benchmarks René 2025-04-13 18:37:24 +02:00
  • eebe63dfd5 update benchmarks.md René 2025-04-09 15:38:57 +02:00
  • 8add1ad270 update benchmarks.md René 2025-04-09 15:38:16 +02:00
  • b3e84860d2
    Revert "🔥 feat: Add Context Support to RequestID Middleware" (#3365) Jason McNeil 2025-04-08 03:59:24 -03:00
  • 417dffed0e
    build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#3395) dependabot[bot] 2025-04-08 08:58:31 +02:00
  • 551570326c fix go 1.24 toolchain problem René 2025-04-03 14:31:42 +02:00
  • 694f0d77d6
    build(deps): bump github.com/valyala/fasthttp from 1.59.0 to 1.60.0 (#3391) dependabot[bot] 2025-04-03 14:11:29 +02:00
  • 62b099879a
    🧪 fix: Logger Middleware tests to use regex for time validation (#3392) RW 2025-04-03 13:36:30 +02:00
  • e7681ee402
    Merge pull request #3389 from gofiber/dependabot/go_modules/github.com/gofiber/utils/v2-2.0.0-beta.8 Juan Calderon-Perez 2025-04-01 08:57:14 -04:00
  • 4ad9a89e53
    Update go.mod Juan Calderon-Perez 2025-04-01 08:52:24 -04:00
  • 94a9496558
    build(deps): bump github.com/gofiber/utils/v2 dependabot[bot] 2025-04-01 12:49:30 +00:00
  • d7e6413aa9
    📒 docs: Update docs for State Management (#3388) Juan Calderon-Perez 2025-04-01 08:31:29 -04:00
  • c5c7f86d85
    🔥 Feature: Enhance CheckConstraint method for improved error handling (#3356) JIeJaitt 2025-04-01 14:48:19 +08:00
  • bb12633c8b
    Revert "🔥 feat: Add support for context.Context in keyauth middleware" (#3364) Jason McNeil 2025-03-31 11:55:01 -03:00
  • 36b93818f9
    Merge pull request #3384 from gofiber/dependabot/go_modules/github.com/fxamacker/cbor/v2-2.8.0 Juan Calderon-Perez 2025-03-31 08:26:44 -04:00
  • dec28010e9
    Update go.mod Juan Calderon-Perez 2025-03-31 08:14:32 -04:00
  • 2f794d9f88
    Update go.mod Juan Calderon-Perez 2025-03-31 08:14:18 -04:00
  • d8f9548650
    build(deps): bump github.com/fxamacker/cbor/v2 from 2.7.0 to 2.8.0 dependabot[bot] 2025-03-31 12:07:59 +00:00
  • c2e39b7570
    ♻️ Refactor: Add findNextNonEscapedCharPosition for single-byte charset cases (#3378) Kashiwa 2025-03-31 15:49:40 +08:00
  • d19e993597
    feat: Add support for application state management (#3360) M. Efe Çetin 2025-03-31 10:31:59 +03:00
  • 75281bd874
    🧹 chore: Simplify HealthCheck middleware (#3380) Juan Calderon-Perez 2025-03-30 05:46:52 -04:00
  • 1070d75d31 fresh with main branch René 2025-03-26 14:56:10 +01:00
  • b48acd937d fresh with main branch René 2025-03-26 14:38:58 +01:00
  • 334612f5b2 Merge remote-tracking branch 'refs/remotes/origin/main' into generic_app_ctx_3221 René 2025-03-26 14:30:38 +01:00
  • e90fe8afbc
    ♻️Refactor: remove redundant field method in DefaultCtx (#3372) Kashiwa 2025-03-26 20:16:53 +08:00
  • dab20c9df5
    🧹 chore: Add Immutable benchmarks for default case (#3374) Juan Calderon-Perez 2025-03-26 08:09:43 -04:00
  • dd3430bbea
    Merge branch 'main' into feature/3098-allow-removing-registered-route Juan Calderon-Perez 2025-03-25 07:04:26 -04:00
  • 4bf292945d
    ♻️Refactor: reduce DefaultCtx from 736 to 728 bytes (#3368) Kashiwa 2025-03-25 15:30:41 +08:00
  • 7606c618d3
    📚 Doc: Add more validation examples (#3369) Mazyar Yousefiniyae shad 2025-03-25 10:55:56 +03:30
  • ef40c04ede
    ♻️ Refactor: reduce DefaultCtx from 768 bytes to 736 bytes (#3353) Kashiwa 2025-03-23 23:58:43 +08:00
  • 42744aed98
    Merge branch 'main' into feature/3098-allow-removing-registered-route Cory Koch 2025-03-21 23:06:25 -04:00
  • e947e03ed2
    🔥 feat(logger): Add predefined log formats (#3359) Edvard 2025-03-21 12:13:21 -03:00
  • f6ac929fde
    🧹 chore: Mark unused tests with t.SkipNow (#3366) Oleksandr Redko 2025-03-20 06:35:59 -07:00
  • 961996050b
    update Muhammed Efe Cetin 2025-03-19 23:48:34 +03:00
  • 87f3f0c8b6
    🐛 bug: fix client iterators when using break statement (#3357) M. Efe Çetin 2025-03-19 13:00:16 +03:00
  • 395c8fafa9
    🧹 chore: Fix linter workflow failures (#3354) Juan Calderon-Perez 2025-03-17 03:29:51 -04:00
  • b56a141d59
    docs: Update helmet.md default values (#3350) Juan Calderon-Perez 2025-03-14 02:51:34 -04:00
  • ef4437cd65
    Merge pull request #3348 from devhaozi/patch-1 Juan Calderon-Perez 2025-03-12 19:20:10 -04:00
  • eb7b00b4fb
    fix: default value comment 耗子 2025-03-13 01:44:57 +08:00
  • f2817497aa Some fixes Juan Calderon-Perez 2025-03-11 08:34:55 -04:00
  • 918d9f9afc Fix markdown Juan Calderon-Perez 2025-03-10 22:00:21 -04:00
  • 006bd188e5
    Update router.go Juan Calderon-Perez 2025-03-10 21:57:09 -04:00
  • 21e42ad126
    Merge branch 'main' into feature/3098-allow-removing-registered-route Juan Calderon-Perez 2025-03-10 21:54:36 -04:00
  • c0599ee1d4
    🔥 feat: Add Skip function to logger middleware (#3333) JIeJaitt 2025-03-10 16:06:11 +08:00
  • 1b26cf6b5e
    ♻️ Refactor: optimize routeParser by using sync.Pool (#3343) Kashiwa 2025-03-10 16:04:04 +08:00
  • 600ebd95ce
    ♻️ Refactor: replace isInCharset with bytes.IndexByte (#3342) Kashiwa 2025-03-07 22:33:22 +08:00
  • 4177ab4086
    🔥 feat: Add support for context.Context in keyauth middleware (#3287) vinicius 2025-03-07 04:23:24 -03:00
  • 208b9e36ba
    Merge pull request #3341 from gofiber/dependabot/go_modules/golang.org/x/crypto-0.36.0 Juan Calderon-Perez 2025-03-06 07:43:17 -05:00
  • 6a9cd7d212
    build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 dependabot[bot] 2025-03-06 12:29:49 +00:00
  • 6953325df5
    ♻️ Refactor: replace findLastCharsetPosition with strings.LastIndexByte (#3338) Kashiwa 2025-03-06 16:00:18 +08:00
  • a5c7b77aec
    Update release.yml RW 2025-03-05 15:08:00 +01:00
  • a46937efe3
    Update release-drafter.yml RW 2025-03-05 15:07:49 +01:00
  • 64c1771c26
    🔥 Feature: Add Req and Res API (#2894) nickajacks1 2025-03-04 23:01:43 -08:00
  • 8e54c8f938
    🐛 fix: Update binder in form_test (#3336) 耗子 2025-03-04 12:46:05 +08:00
  • 9e6f4fd408
    ♻️ Refactor: reduce the memory usage of RoutePatternMatch (#3335) Kashiwa 2025-03-03 15:31:20 +08:00
  • 6afba957f1
    🩹 Fix: sorting error in sortAcceptedTypes (#3331) Kashiwa 2025-03-02 01:14:50 +08:00
  • 86cf80630b
    Merge pull request #3334 from gofiber/dependabot/github_actions/codecov/codecov-action-5.4.0 Juan Calderon-Perez 2025-02-27 07:47:15 -05:00
  • 8e395fd4e3
    build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 dependabot[bot] 2025-02-27 12:36:56 +00:00
  • b568915b70
    📚 docs: Add Retry Addon documentation (#3330) Giovanni Rivera 2025-02-26 23:46:41 -08:00
  • 0bf0353a13 Merge remote-tracking branch 'origin/main' René 2025-02-27 08:45:58 +01:00
  • 47e9c8fa6d only run benchmark when golang files are changed René 2025-02-27 08:45:47 +01:00
  • c39df10a0e Merge remote-tracking branch 'origin/main' into generic_app_ctx_3221 René 2025-02-25 19:49:22 +01:00
  • bc4c920ea6
    bind: add support for multipart file binding (#3309) M. Efe Çetin 2025-02-25 21:45:19 +03:00
  • d6d48d8cb7
    build(deps): bump github.com/gofiber/schema from 1.2.0 to 1.3.0 (#3308) dependabot[bot] 2025-02-25 17:12:25 +01:00
  • 435fa42360
    ♻️ Refactor: Migrate randString to rand v2 (#3329) Kashiwa 2025-02-26 00:11:46 +08:00
  • 3f935551ea
    Merge pull request #3327 from gofiber/dependabot/go_modules/golang.org/x/crypto-0.35.0 Juan Calderon-Perez 2025-02-25 07:41:53 -05:00
  • e47c37f8f2 Run go mod tidy Juan Calderon-Perez 2025-02-25 07:35:13 -05:00
  • 38ffe73243
    build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 dependabot[bot] 2025-02-25 00:33:01 +00:00
  • c85ec75fe6
    🧹 chore: Add go1.24 to CI matrix (#3325) Juan Calderon-Perez 2025-02-24 15:24:50 -05:00
  • a7bf8171b1
    🐛 bug: Fix handler order in routing (#3321) RW 2025-02-24 08:14:19 +01:00
  • 0d1ade4626
    ♻️ Refactor: Improve Performance of getSplicedStrList (#3318) Kashiwa 2025-02-24 15:13:47 +08:00
  • ef4effc8a0
    ♻️ Refactor: Reduce the Memory Usage of ignoreHeaders (#3322) Kashiwa 2025-02-24 15:12:47 +08:00
  • b1e858bc76
    ♻️ Refactor: the value of map is unused in uniqueRouteStack (#3320) Kashiwa 2025-02-24 15:12:05 +08:00
  • 5b0a96e4f9
    Merge pull request #3314 from gofiber/dependabot/go_modules/github.com/valyala/fasthttp-1.59.0 Juan Calderon-Perez 2025-02-23 16:31:41 -05:00
  • e7c1b3e5e2
    Add new config option Juan Calderon-Perez 2025-02-23 16:00:39 -05:00
  • 856537ef01
    build(deps): bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0 dependabot[bot] 2025-02-23 20:56:57 +00:00
  • 4b62d3d592
    🔥 feat: Improve and Optimize ShutdownWithContext Func (#3162) JIeJaitt 2025-02-23 00:32:51 +08:00
  • 252a0221a0
    Merge pull request #3317 from gofiber/improve_docs Juan Calderon-Perez 2025-02-20 08:26:16 -05:00
  • d655e08a48 add more adpater documenation René 2025-02-20 13:52:23 +01:00
  • cdb862add1 add more adpater documenation René 2025-02-20 12:58:08 +01:00
  • 283ef32196
    🩹 Fix: genericParseType parsing large uint leads to overflow (#3315) Kashiwa 2025-02-20 19:26:35 +08:00
  • b0bc32b534
    🩹 Fix: goroutine leakage (#3306) JIeJaitt 2025-02-13 15:12:00 +08:00
  • 04c9089f68
    build(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 in the go_modules group (#3293) dependabot[bot] 2025-02-12 19:19:25 +03:00
  • a61c8b3f9d
    Merge pull request #3305 from gofiber/dependabot/go_modules/golang.org/x/crypto-0.33.0 Juan Calderon-Perez 2025-02-11 11:33:59 +01:00
  • 53aa3da15c
    build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 dependabot[bot] 2025-02-10 12:11:38 +00:00
  • 6148c6fe29
    📚 Doc: Update intro.md Static Files section (#3303) Lars Schumann 2025-02-10 08:35:56 +01:00
  • 7af9c93f5b add internal architecture docs René 2025-02-04 09:17:43 +01:00
  • 67965e6144 Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 René 2025-02-03 20:51:18 +01:00
  • fadbb0a503 Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 René 2025-02-03 15:31:39 +01:00
  • b695df66f9 Implement Fluent Method Chaining for Status and Type Methods Using Generics #3221 René 2025-02-03 13:44:35 +01:00