Commit Graph

  • d81699791a
    Merge branch 'master' into master Bo-Yi Wu 2026-02-27 23:36:11 +08:00
  • 10532c2c40
    Merge branch 'master' into fix-render-data-content-len Bo-Yi Wu 2026-02-27 23:35:13 +08:00
  • db309081bc
    chore(logger): allow skipping query string output (#4547) Jacob McSwain 2026-02-27 09:33:46 -06:00
  • 04f4ca87e8
    chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 dependabot[bot] 2026-02-27 15:20:59 +00:00
  • 47b0f654b6
    Merge branch 'master' into master Bo-Yi Wu 2026-02-27 23:20:36 +08:00
  • ba093d1947
    chore(binding): upgrade bson dependency to mongo-driver v2 (#4549) Bob Du 2026-02-27 23:20:01 +08:00
  • 1b414bd54e
    chore(deps): bump goreleaser/goreleaser-action in the actions group (#4546) dependabot[bot] 2026-02-27 23:18:28 +08:00
  • 46544ae2a3
    chore: upgrade bson dependency to mongo-driver v2 Bob Du 2026-02-26 11:39:15 +08:00
  • 1faf307484
    logger: allow skipping query string output Jacob McSwain 2024-07-28 14:19:06 -05:00
  • eb6b9292af
    chore(deps): bump goreleaser/goreleaser-action in the actions group dependabot[bot] 2026-02-23 23:34:34 +00:00
  • 2d2c93076a test(render): improve robustness of error handling tests based on PR feedback AmirHossein Fallah 2026-02-22 14:56:10 +03:30
  • 7c50fe51ae
    Merge 10349b43d11e65ddb82a5b3e803c581cce4d534d into 81dba468722f41347ed74ee66e9c1781d72f68a5 ATUR 2026-02-22 00:22:53 +00:00
  • 7df2142389 fix: use require for error assertions (testifylint) mehrdadbn9 2026-02-22 00:06:30 +03:30
  • 1eb3a54158 test: improve coverage to meet 99% threshold mehrdadbn9 2026-02-21 23:55:47 +03:30
  • 65c72a8059 refactor(context): use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-21 23:08:37 +03:30
  • f6c1858f8d
    Merge branch 'master' into test/render-error-handling Bo-Yi Wu 2026-02-21 22:40:49 +08:00
  • 81dba46872
    chore(deps): bump github.com/go-playground/validator/v10 (#4509) dependabot[bot] 2026-02-21 22:39:56 +08:00
  • 1653ca33d3
    Merge branch 'master' into fix/issue-2959-redirect-fixed-path-panic Bo-Yi Wu 2026-02-21 22:37:56 +08:00
  • 0c219e7902
    chore(deps): bump aquasecurity/trivy-action in the actions group (#4544) dependabot[bot] 2026-02-21 22:33:30 +08:00
  • 00900fb3e1
    ci: update CI workflows and standardize Trivy config quotes (#4531) Bo-Yi Wu 2026-02-21 22:32:32 +08:00
  • 69e1e63cbb
    chore(deps): bump aquasecurity/trivy-action in the actions group dependabot[bot] 2026-02-20 22:32:34 +00:00
  • 7ba63f3523
    style: fix gofumpt formatting in form_mapping_test.go Varun Chawla 2026-02-19 22:31:55 -08:00
  • 68ea5383dd
    Merge 4c81c2a933738dc74934576edc3173eaa688c769 into 5260de6a83283abb87e827130accd495ad543cf3 ljluestc 2026-02-18 22:09:22 -08:00
  • 95673e7f43
    Merge branch 'master' into fix/issue-2423-uuid-binding Varun Chawla 2026-02-18 21:21:16 -08:00
  • f7f1f07d93 test(render): add comprehensive error handling tests Add error case tests for XML, Data, BSON, and HTML renderers to improve test coverage and ensure proper error handling: AmirHossein Fallah 2026-02-18 20:29:09 +03:30
  • 5b8535c691
    Merge a7b6562bf28053250f80837203e494a0e8081382 into 5260de6a83283abb87e827130accd495ad543cf3 mehrdadbn9 2026-02-18 11:32:28 +01:00
  • b1841ebc30
    Merge ee46339dcc58ad8496f061adbe3191d797e9efdb into 5260de6a83283abb87e827130accd495ad543cf3 mehrdadbn9 2026-02-18 08:18:06 +01:00
  • 0ccd5c8ef8
    Merge 8aa7ada2df773f92ffed431fafb531ea6351503a into 5260de6a83283abb87e827130accd495ad543cf3 Leon cap 2026-02-18 03:46:36 +00:00
  • aa2752ccb9
    Merge 15ef1d4739f1c7765bc3c6979040a584853786e2 into 5260de6a83283abb87e827130accd495ad543cf3 Leon cap 2026-02-17 20:39:50 -03:00
  • d1a38ec82c
    Merge branch 'master' into fix/issue-2959-redirect-fixed-path-panic Bo-Yi Wu 2026-02-18 00:40:52 +08:00
  • 0e31d1ca5f
    chore(deps): bump github.com/go-playground/validator/v10 dependabot[bot] 2026-02-17 16:40:42 +00:00
  • 3b0a50b67e
    Merge branch 'master' into feat/add-go1.26-and-update-actions Bo-Yi Wu 2026-02-18 00:40:19 +08:00
  • 5260de6a83
    chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 (#4538) dependabot[bot] 2026-02-18 00:40:02 +08:00
  • 5f424ff6f6
    chore(deps): bump github.com/bytedance/sonic from 1.14.2 to 1.15.0 (#4539) dependabot[bot] 2026-02-18 00:39:40 +08:00
  • 216a4a7c28
    test(render): add comprehensive tests for MsgPack render (#4537) Amirhf 2026-02-17 20:08:36 +03:30
  • 93e3206653 test(render): make msgpack tests deterministic AmirHossein Fallah 2026-02-17 16:12:36 +03:30
  • 10b7b64912
    feat(binding): auto-bind types implementing encoding.TextUnmarshaler Varun Chawla 2026-02-16 16:27:29 -08:00
  • d0edd4bfb9
    chore(deps): bump github.com/bytedance/sonic from 1.14.2 to 1.15.0 dependabot[bot] 2026-02-16 22:32:32 +00:00
  • de2f808e9e
    chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 dependabot[bot] 2026-02-16 22:32:27 +00:00
  • fd02a3a487 test(render): add comprehensive tests for MsgPack render AmirHossein Fallah 2026-02-16 14:45:39 +03:30
  • a7b6562bf2 test: add tests for LatencyColor blue case and MarshalXML success case mehrdadbn9 2026-02-15 09:14:24 +03:30
  • edff09195a test: add tests for ginS and binding/plain to improve coverage mehrdadbn9 2026-02-13 14:38:53 +03:30
  • c29589e72f test: add tests for codec/json package to improve coverage mehrdadbn9 2026-02-13 13:59:34 +03:30
  • 849c0b0076 test: add coverage tests for GetRawData, SetCookieData, and serveError mehrdadbn9 2026-02-13 13:36:49 +03:30
  • 42008a7ca6 fix: concurrent-safe route registration with mutex synchronization mehrdadbn9 2026-02-13 12:15:54 +03:30
  • d86f2eb722 Address review feedback: improve test assertions and prefer static routes in case-insensitive lookup Varun Chawla 2026-02-14 20:18:45 -08:00
  • b91e9e6f3a fix(context.go): 34 get* functions silently discard type assertion... shanecodezzz 2026-02-14 19:53:19 -08:00
  • ee46339dcc
    Merge branch 'master' into fix/issue-4489-use-status-continue-final-v3 Bo-Yi Wu 2026-02-15 11:01:34 +08:00
  • 6b91a4a3f9
    Merge branch 'master' into feat/add-go1.26-and-update-actions Bo-Yi Wu 2026-02-15 11:00:02 +08:00
  • 8c24788d83
    Merge branch 'master' into fix/issue-2959-redirect-fixed-path-panic Bo-Yi Wu 2026-02-15 10:59:46 +08:00
  • f5c267d2f8
    chore(deps): bump aquasecurity/trivy-action in the actions group (#4534) dependabot[bot] 2026-02-15 10:58:17 +08:00
  • bf52b077c8
    chore(deps): bump go.mongodb.org/mongo-driver from 1.17.7 to 1.17.9 (#4533) dependabot[bot] 2026-02-15 10:57:27 +08:00
  • 6e3ac82fa7
    chore(deps): bump github.com/quic-go/quic-go from 0.57.1 to 0.59.0 (#4532) dependabot[bot] 2026-02-15 10:57:06 +08:00
  • 99c032646e fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath enabled Varun Chawla 2026-02-14 02:43:33 -08:00
  • 947c1db0dc
    chore(deps): bump aquasecurity/trivy-action in the actions group dependabot[bot] 2026-02-13 22:32:32 +00:00
  • e89307f48f
    chore(deps): bump go.mongodb.org/mongo-driver from 1.17.7 to 1.17.9 dependabot[bot] 2026-02-13 22:32:24 +00:00
  • 113a6bcee6
    chore(deps): bump github.com/quic-go/quic-go from 0.57.1 to 0.59.0 dependabot[bot] 2026-02-13 22:32:18 +00:00
  • ab3dff982b test: add tests for codec/json package to improve coverage mehrdadbn9 2026-02-13 13:57:24 +03:30
  • e755eb8ce6 fix: check error return value in test mehrdadbn9 2026-02-12 23:23:17 +03:30
  • d3bec39bd7 fix: revert workflow and binding changes to match upstream mehrdadbn9 2026-02-12 23:13:06 +03:30
  • e3bead36c1 fix: revert codecov.yml changes mehrdadbn9 2026-02-12 23:02:41 +03:30
  • 68c0851351 style: fix gofmt issues mehrdadbn9 2026-02-12 22:56:54 +03:30
  • 295bca372b test: improve coverage and fix codecov configuration mehrdadbn9 2026-02-12 22:51:02 +03:30
  • a241ef6bc0 ci: trigger codecov re-analysis mehrdadbn9 2026-02-12 22:32:14 +03:30
  • cfd6fdeffd test: add tests for GetRawData nil body and SetCookieData SameSiteDefaultMode mehrdadbn9 2026-02-12 22:03:47 +03:30
  • 6f953f49b5 fix: revert codecov.yml changes - maintain original configuration mehrdadbn9 2026-02-12 21:30:51 +03:30
  • 811ce0a795 fix: make codecov checks informational to allow PRs to pass mehrdadbn9 2026-02-12 20:52:02 +03:30
  • 63d88b1d73 fix: update codecov threshold to 1% for proper coverage comparison mehrdadbn9 2026-02-12 20:46:49 +03:30
  • 8ad6b353d3 ci: add workflow_dispatch for manual triggering mehrdadbn9 2026-02-12 20:07:13 +03:30
  • 6f71a7b5d1 docs: clarify comment for bodyAllowedForStatus mehrdadbn9 2026-02-12 20:01:38 +03:30
  • 7f07058407 Use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-06 15:42:49 +03:30
  • 71cefce08e
    chore(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 (#4507) dependabot[bot] 2026-02-13 13:56:40 +08:00
  • 882f42b0ed
    chore(deps): bump golang.org/x/net from 0.47.0 to 0.49.0 (#4508) dependabot[bot] 2026-02-13 13:56:24 +08:00
  • cafe8d9acf
    Merge branch 'master' into bugfix/form-array-binding-regression Bo-Yi Wu 2026-02-13 13:56:03 +08:00
  • 488f8c3ffa
    refactor: replace magic numbers with named constants in bodyAllowedForStatus (#4529) Varun Chawla 2026-02-12 21:55:23 -08:00
  • 8e07d37c63
    fix: Correct typos, improve documentation clarity, and remove dead code (#4511) Mahan Adhikari 2026-02-13 11:39:14 +05:45
  • 50fa5506d5
    ci: update CI workflows and standardize Trivy config quotes Bo-Yi Wu 2026-02-13 13:44:05 +08:00
  • cf70e6cf12
    chore(deps): bump aquasecurity/trivy-action in the actions group dependabot[bot] 2026-02-12 22:32:45 +00:00
  • ce7c8f9b7d refactor: replace magic numbers with named constants in bodyAllowedForStatus Varun Chawla 2026-02-08 12:37:34 -08:00
  • f4f12eaee2 Use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-06 15:29:32 +03:30
  • 0b5ba70810 Use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-06 15:07:02 +03:30
  • 7534258241 Use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-06 14:20:04 +03:30
  • 5d8189d060 Fix lint error: remove useless assertion in concurrent test mehrdadbn9 2026-02-06 11:09:41 +03:30
  • eef8b2d73b Add test coverage for concurrent-safe routes and StatusContinue mehrdadbn9 2026-02-06 10:44:54 +03:30
  • e0b6dc6b05 Fix concurrent-safe route registration mehrdadbn9 2026-02-06 09:47:40 +03:30
  • 322465c1fe tech: Fix the pull request routing link Mahan Adhikari 2026-02-06 11:25:58 +05:45
  • 7c735cb479 Fix concurrent-safe route registration mehrdadbn9 2026-02-05 23:35:02 +03:30
  • 47bf36680f Add codecov.yaml to properly configure coverage comparison mehrdadbn9 2026-02-05 23:26:53 +03:30
  • 3aa63d8650 Add codecov.yaml to configure base comparison mehrdadbn9 2026-02-05 23:21:18 +03:30
  • c95facd1d9 Use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-05 23:19:24 +03:30
  • 8aaa647192 Fix concurrent-safe route registration mehrdadbn9 2026-02-05 23:07:43 +03:30
  • f59ae3a70d Use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-05 23:04:44 +03:30
  • 1d4161a63a Add codecov.yaml to disable project status check mehrdadbn9 2026-02-05 23:03:39 +03:30
  • 8cee7dcb35 Add codecov.yaml to force correct base comparison mehrdadbn9 2026-02-05 22:43:03 +03:30
  • cfcd11c343 Add codecov.yaml to force correct base comparison mehrdadbn9 2026-02-05 22:42:32 +03:30
  • 47a2602fa0 fix broken tests kim 2026-02-05 19:18:16 +00:00
  • 7b7f800b2c correctly differentiate between nil / present-but-empty slices kim 2026-01-12 13:35:35 +00:00
  • 808ea1897b Fix concurrent-safe route registration mehrdadbn9 2026-02-05 21:55:28 +03:30
  • 7d2c699a73 Use http.StatusContinue constant instead of magic number 100 mehrdadbn9 2026-02-05 19:52:27 +03:30
  • 880998672a Fix concurrent-safe route registration mehrdadbn9 2026-02-05 21:55:28 +03:30